Searched refs:nodelist (Results 1 – 11 of 11) sorted by relevance
| /src/bin/sh/ |
| H A D | nodes.c.pat | 60 static void sizenodelist(struct nodelist *, struct nodesize *); 62 static struct nodelist *copynodelist(struct nodelist *, struct nodecopystate *); 112 sizenodelist(struct nodelist *lp, struct nodesize *result) 115 result->blocksize += ALIGN(sizeof(struct nodelist)); 133 static struct nodelist * 134 copynodelist(struct nodelist *lp, struct nodecopystate *state) 136 struct nodelist *start; 137 struct nodelist **lpp; 143 ALIGN(sizeof(struct nodelist));
|
| H A D | expand.c | 87 static const char *argstr(const char *, struct nodelist **restrict, int, 90 static const char *expari(const char *, struct nodelist **restrict, int, 93 static const char *subevalvar_trim(const char *, struct nodelist **restrict, 95 static const char *subevalvar_misc(const char *, struct nodelist **restrict, 97 static const char *evalvar(const char *, struct nodelist **restrict, int, 227 struct nodelist *argbackq; in expandarg() 267 argstr(const char *p, struct nodelist **restrict argbackq, int flag, in argstr() 410 expari(const char *p, struct nodelist **restrict argbackq, int flag, in expari() 543 subevalvar_trim(const char *p, struct nodelist **restrict argbackq, int strloc, in subevalvar_trim() 617 subevalvar_misc(const char *p, struct nodelist **restrict argbackq, in subevalvar_misc() [all …]
|
| H A D | parser.c | 100 static struct nodelist *backquotelist; 367 struct nodelist *lp, *prev; in pipeline() 381 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline() 386 lp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in pipeline() 1083 parsebackq(char *out, struct nodelist **pbqlist, in parsebackq() 1086 struct nodelist **nlpp; in parsebackq() 1176 *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); in parsebackq() 1406 struct nodelist *bqlist; in readtoken1()
|
| H A D | nodetypes | 41 # nodelist - a pointer to a list of nodes 62 cmdlist nodelist # the commands in the pipeline 110 backquote nodelist # list of commands in back quotes
|
| H A D | show.c | 67 struct nodelist *lp; in shtree() 170 struct nodelist *bqlist; in sharg()
|
| H A D | eval.c | 565 struct nodelist *lp; in evalpipe()
|
| H A D | jobs.c | 1390 struct nodelist *lp; in cmdtxt()
|
| /src/contrib/dialog/samples/copifuncs/ |
| H A D | copi.ifmcfg4 | 10 # Call options (time, address and nodelist flag dependent)
|
| H A D | copi.ifmcfg2 | 65 # actual speed is taken from the nodelist. If speed is omitted (or set
|
| /src/usr.sbin/bsnmpd/tools/libbsnmptools/ |
| H A D | bsnmptools.h | 141 struct snmp_mapping nodelist; member
|
| H A D | bsnmpmap.c | 64 #define snmp_nodelist mappings->nodelist
|