![]() |
#include "kernel/structs.h"
Go to the source code of this file.
Data Structures | |
class | Poly |
struct | jList |
Macros | |
#define | GCM(sz) omAlloc((sz)) |
#define | GCMA(sz) omAlloc((sz)) |
#define | GCF(x) omFree((x)) |
#define | ListNode struct LISTNODE |
#define | TreeM struct TREEM |
#define | NodeM struct NODEM |
Typedefs | |
typedef void(* | poly_function) (Poly *) |
typedef ListNode * | LCI |
typedef ListNode ** | LI |
Variables | |
ListNode | |
ListNode * | next |
NodeM | |
Poly * | ended |
TreeM | |
void DestroyPoly | ( | ) |
Definition at line 517 of file janet.cc.
void InitHistory | ( | Poly * | p | ) |
Definition at line 402 of file janet.cc.
void Initialization | ( | char * | ) |
Definition at line 952 of file janet.cc.
void InitLead | ( | Poly * | ) |
Definition at line 409 of file janet.cc.
Definition at line 912 of file janet.cc.
Definition at line 552 of file janet.cc.
Definition at line 853 of file janet.cc.
Definition at line 729 of file janet.cc.
Definition at line 582 of file janet.cc.
Definition at line 361 of file janet.cc.
Definition at line 187 of file janet.cc.
Definition at line 143 of file janet.cc.
Definition at line 463 of file janet.cc.
void ProlVar | ( | Poly * | , |
int | |||
) |
Definition at line 480 of file janet.cc.
Definition at line 74 of file janet.cc.
Definition at line 299 of file janet.cc.
ListNode |
NodeM |
TreeM |