![]() |
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 217 of file newstruct.cc.
Definition at line 134 of file newstruct.cc.
Definition at line 46 of file newstruct.cc.
Definition at line 287 of file newstruct.cc.
Definition at line 237 of file newstruct.cc.
Definition at line 182 of file newstruct.cc.
Definition at line 557 of file newstruct.cc.
Definition at line 175 of file newstruct.cc.
int newstruct_desc_size | ( | ) |
Definition at line 42 of file newstruct.cc.
Definition at line 644 of file newstruct.cc.
Definition at line 527 of file newstruct.cc.
Definition at line 536 of file newstruct.cc.
Definition at line 259 of file newstruct.cc.
Definition at line 344 of file newstruct.cc.
Definition at line 486 of file newstruct.cc.
Definition at line 670 of file newstruct.cc.
Definition at line 602 of file newstruct.cc.
Definition at line 857 of file newstruct.cc.
void newstruct_setup | ( | const char * | n, |
newstruct_desc | d ) |
Definition at line 699 of file newstruct.cc.
Definition at line 50 of file newstruct.cc.
newstruct_desc newstructChildFromString | ( | const char * | parent, |
const char * | s ) |
Definition at line 810 of file newstruct.cc.
newstruct_desc newstructFromString | ( | const char * | s | ) |
Definition at line 803 of file newstruct.cc.
void newstructShow | ( | newstruct_desc | d | ) |
Definition at line 837 of file newstruct.cc.
|
static |
Definition at line 725 of file newstruct.cc.