Searched defs:simple (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 64 static Shnode_t *simple(Lex_t*,int, struct ionod*); 819 t->funct.functargs = ac = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); 1064 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|type|array,NIL(struct ionod*)); 1235 t->for_.forlst=(struct comnod*)simple(lexp,SH_NOIO,NIL(struct ionod*)); 1332 t = (Shnode_t*)simple(lexp,SH_NOIO,NIL(struct ionod*)); 1352 /* simple command */ 1354 t = (Shnode_t*)simple(lexp,flag,io); 1391 * This is for a simple command, for list, or compound assignment 1393 static Shnode_t *simple(Lex_t *lexp,int flag, struct ionod *io) function
|
H A D | xec.c | 1892 int simple = (t->fork.forktre->tre.tretyp&COMMSK)==TCOM; local 1910 shp->pipepid = simple; 1913 * if read end of pipe is a simple command 1916 if(simple) 1931 sh_exec(t->fork.forktre,flags&~simple); 1960 if(simple && was_errexit)
|
Completed in 22 milliseconds