![]() |
My Project
|
#include "kernel/mod2.h"
#include "Singular/ipid.h"
#include "Singular/blackbox.h"
#include "Singular/lists.h"
#include "Singular/ipshell.h"
#include "Singular/ipconv.h"
#include "Singular/newstruct.h"
#include <ctype.h>
Go to the source code of this file.
Data Structures | |
struct | newstruct_member |
struct | newstruct_proc |
struct | newstruct_desc |
struct newstruct_member_s |
Definition at line 15 of file newstruct.cc.
Data Fields | ||
---|---|---|
char * | name | |
newstruct_member | next | |
int | pos | |
int | typ |
struct newstruct_proc_a |
Definition at line 25 of file newstruct.cc.
Data Fields | ||
---|---|---|
int | args | |
newstruct_proc | next | |
procinfov | p | |
int | t |
struct newstruct_desc_s |
Definition at line 33 of file newstruct.cc.
Data Fields | ||
---|---|---|
int | id | |
newstruct_member | member | |
newstruct_desc | parent | |
newstruct_proc | procs | |
int | size |
Definition at line 209 of file newstruct.cc.
Definition at line 126 of file newstruct.cc.
Definition at line 46 of file newstruct.cc.
Definition at line 279 of file newstruct.cc.
Definition at line 229 of file newstruct.cc.
Definition at line 174 of file newstruct.cc.
Definition at line 549 of file newstruct.cc.
Definition at line 167 of file newstruct.cc.
int newstruct_desc_size | ( | ) |
Definition at line 42 of file newstruct.cc.
Definition at line 636 of file newstruct.cc.
Definition at line 519 of file newstruct.cc.
Definition at line 528 of file newstruct.cc.
Definition at line 251 of file newstruct.cc.
Definition at line 336 of file newstruct.cc.
Definition at line 478 of file newstruct.cc.
Definition at line 659 of file newstruct.cc.
Definition at line 594 of file newstruct.cc.
Definition at line 846 of file newstruct.cc.
void newstruct_setup | ( | const char * | n, |
newstruct_desc | d | ||
) |
Definition at line 688 of file newstruct.cc.
Definition at line 50 of file newstruct.cc.
newstruct_desc newstructChildFromString | ( | const char * | parent, |
const char * | s | ||
) |
Definition at line 799 of file newstruct.cc.
newstruct_desc newstructFromString | ( | const char * | s | ) |
Definition at line 792 of file newstruct.cc.
void newstructShow | ( | newstruct_desc | d | ) |
Definition at line 826 of file newstruct.cc.
|
static |
Definition at line 714 of file newstruct.cc.