Searched refs:writedefs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c96 static unsigned long writedefs(Lex_t *lexp,struct argnod *arglist, int line, int type, struct argnod *cmd) function
1118 writedefs(lexp,lexp->arg,lexp->sh->inlineno,'v',NIL(struct argnod*));
1465 writedefs(lexp,t->comset,line,'v',t->comarg);
1467 writedefs(lexp,argp,line,0,NIL(struct argnod*));
1469 writedefs(lexp,argp,line,0,NIL(struct argnod*));
1472 writedefs(lexp,argp,line,'u',NIL(struct argnod*));

Completed in 55 milliseconds