Searched refs:NODE (Results 1 - 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h56 #define NNULL ((NODE *)0)
95 typedef struct NODE *(*FUNCTION)(struct NODE *np);
101 typedef struct NODE { struct
103 struct NODE *n_next; /* Symbol table/PARM link */
112 struct NODE *N_alink; /* Array link */
121 struct NODE *N_ufunc;
126 struct NODE *N_left;
127 struct NODE *N_right;
131 struct NODE *N_lef
136 } NODE; typedef in typeref:struct:NODE
[all...]
H A Dawk0.c189 NODE *symtab[NBUCKET]; /* Heads of symbol table buckets */
190 NODE *yytree; /* Code tree */
191 NODE *freelist; /* Free every pattern {action} line */
201 NODE *constant; /* Node to hold a constant INT */
202 NODE *const0; /* Constant INT 0 node */
203 NODE *const1; /* Constant INT 1 node */
204 NODE *constundef; /* Undefined variable */
205 NODE *field0; /* $0 */
206 NODE *incNR; /* Code to increment NR variable */
207 NODE *incFN
[all...]
H A Dawk4.c40 static uint nargs(NODE *np);
41 static NODE *dosub(NODE *np, int glob);
42 static NODE *docasetr(NODE *np, int upper);
46 static NODE *asortfunc; /* Function call for asort() */
47 static NODE *asnp1, *asnp2; /* index1, index2 nodes */
55 NODE *
56 f_exp(NODE *np)
70 NODE *
[all...]
H A Dawk3.c38 static NODE *arithmetic(NODE *np);
39 static NODE *comparison(NODE *np);
40 static int type_of(NODE *np);
41 static NODE *lfield(INT fieldno, NODE *value);
42 static NODE *rfield(INT fieldno);
43 static NODE *userfunc(NODE *n
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dmyfopen.c57 static NODE *append();
58 static NODE *del1();
59 static NODE *getnode();
60 static NODE *search();
62 static NODE *
65 NODE *newnode;
67 if ((newnode = (NODE *)malloc(sizeof(NODE))) == (NODE *)NULL) {
72 newnode->next = (NODE *)NUL
[all...]
/illumos-gate/usr/src/cmd/oawk/
H A Dparse.c32 NODE *nodealloc(n)
34 register NODE *x;
35 x = (NODE *) malloc(sizeof (NODE) + (n-1)*sizeof (NODE *));
44 NODE *exptostat(a) NODE *a;
53 NODE *node0(a)
55 register NODE *x;
65 NODE *node
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dtfind.c31 * The NODE * arguments are declared in the lint files as char *,
32 * because the definition of NODE isn't available to the user.
37 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; typedef in typeref:struct:node
43 NODE *
46 register NODE **rootp; /* Address of the root of the tree */
59 return (NODE *)(NULL);
H A Dtsearch.c32 * The NODE * arguments are declared in the lint files as char *,
33 * because the definition of NODE isn't available to the user.
41 typedef struct node { POINTER key; struct node *llink, *rlink; } NODE; typedef in typeref:struct:node
51 NODE *
52 tsearch(POINTER key, NODE **rootp, int (*compar)(POINTER, POINTER))
54 NODE *q; /* New node if key not found */
66 q = (NODE *) malloc(sizeof(NODE)); /* T5: Not found */
83 NODE *
84 tdelete(POINTER key, NODE **root
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dpiclfrutree.info39 * NODE <name> <class>
61 NODE frutree picl
62 NODE chassis fru
69 NODE fan-slot location
72 NODE fan-unit fru
75 NODE fan-slot location
78 NODE fan-unit fru
81 NODE fan-slot location
84 NODE fan-unit fru
87 NODE ps
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/schumacher/frutree/
H A Dpiclfrutree.info39 * NODE <name> <class>
62 NODE frutree picl
63 NODE chassis fru
65 NODE MB location
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/frutree/
H A Dpiclfrutree.info39 * NODE <name> <class>
61 NODE frutree picl
62 NODE chassis fru
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsearch.c36 * The NODE * arguments are declared in the lint files as char *,
37 * because the definition of NODE isn't available to the user.
55 typedef struct node { char *key; struct node *llink, *rlink; } NODE; typedef in typeref:struct:node
57 static void __twalk(NODE *, void (*)(const void *, VISIT, int), int);
65 NODE **rootp = (NODE **)rtp;
66 NODE *q; /* New node if key not found */
78 q = lmalloc(sizeof (NODE)); /* T5: Not found */
92 NODE **rootp = (NODE **)rt
[all...]
H A Dtfind.c35 * The NODE * arguments are declared in the lint files as char *,
36 * because the definition of NODE isn't available to the user.
48 typedef struct node { void *key; struct node *llink, *rlink; } NODE; typedef in typeref:struct:node
62 NODE **rootp = (NODE **)rtp;
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_search.c56 typedef struct node NODE; typedef in typeref:struct:node
61 NODE *root = (NODE *) r;
78 NODE **rootp = (NODE **)rtp;
79 NODE *q; /* New node if key not found */
91 q = (NODE *) malloc(sizeof (NODE)); /* T5: Not found */
103 NODE **rootp = (NODE **)rt
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dpiclfrutree.info38 * NODE <name> <class>
61 NODE frutree picl
62 NODE chassis fru
68 NODE MB location
72 NODE F0 location
75 NODE intake-fan fru
78 NODE F1 location
82 NODE F2 location
86 NODE F3 location
89 NODE outtak
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frutree/
H A Dpiclfrutree.info39 * NODE <name> <class>
62 NODE frutree picl
63 NODE chassis fru
69 NODE MB location
73 NODE F0 location
76 NODE rear-fan fru
79 NODE F1 location
82 NODE front-fan fru
85 NODE F2 location
88 NODE cp
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/
H A Dpiclfrutree.info39 * NODE <name> <class>
61 NODE frutree picl
62 NODE chassis fru
72 NODE MB location
80 NODE FIOB location
83 NODE system-board fru
86 NODE RM0 location
93 NODE F0 location
98 NODE F1 location
103 NODE F
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/conf/
H A DSUNW,Netra-CP2300.RTM.conf29 NODE CPU location
36 NODE CPU fru
41 NODE PMC-1 location
48 NODE PMC-2 location
57 NODE RTM location
63 NODE RTM fru
68 NODE su0 port
76 NODE su1 port
84 NODE dmfe0 port
92 NODE dmfe
[all...]
H A DSUNW,Netra-CP2300.conf29 NODE CPU location
36 NODE CPU fru
41 NODE PMC-1 location
48 NODE PMC-2 location
55 NODE su0 port
62 NODE dmfe0 port
70 NODE dmfe1 port
79 NODE RTM location
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/frutree/
H A Dpiclfrutree.info39 * NODE <name> <class>
63 NODE frutree picl
64 NODE chassis fru
70 NODE power-supply-slot location
74 NODE disk-slot location
78 NODE system-fan-slot location
95 NODE power-supply fru
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_FT6.info44 * NODE <name> <class>
88 NODE F0 location
92 NODE F1 location
102 NODE F0 location
106 NODE F1 location
H A Dfru_FT0.info44 * NODE <name> <class>
87 NODE F0 location
91 NODE F1 location
100 NODE F0 location
H A Dfru_FT1.info44 * NODE <name> <class>
87 NODE F0 location
91 NODE F1 location
100 NODE F0 location
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dpiclfrutree.info39 * NODE <name> <class>
70 NODE frutree picl
71 NODE chassis fru
77 NODE power-supply-slot location
81 NODE disk-slot location
85 NODE disk-slot location
89 NODE cpu-fan-slot location
93 NODE system-fan-slot location
110 NODE power-supply fru
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
H A Dpiclfrutree.info39 * NODE <name> <class>
76 NODE frutree picl
77 NODE chassis fru
83 NODE MB location
87 NODE PS0 location
91 NODE PS1 location
95 NODE PDB location
99 NODE SYSCTRL location

Completed in 116 milliseconds

1234