![]() |
My Project
|
#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 | |
Definition at line 1000 of file janet.cc.
NodeM * create | ( | ) |
void DestroyFreeNodes | ( | ) |
void DestroyPoly | ( | ) |
int GB_length | ( | ) |
Definition at line 402 of file janet.cc.
Definition at line 952 of file janet.cc.
Definition at line 552 of file janet.cc.
Definition at line 853 of file janet.cc.
Definition at line 187 of file janet.cc.
void NFListQ | ( | ) |
Definition at line 631 of file janet.cc.
Definition at line 143 of file janet.cc.
Definition at line 74 of file janet.cc.
Definition at line 299 of file janet.cc.
ListNode |