Searched refs:sh_lexskip (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shlex.h | 161 extern void sh_lexskip(Lex_t*,int,int,int);
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 362 sh_lexskip(lp,RBRACE,1,ST_BRACE); in sh_machere() 765 sh_lexskip(lp,RBRACE,0,ST_NESTED); in copyto() 1517 sh_lexskip(lp,RBRACE,0,(!newops&&mp->quote)?ST_QUOTE:ST_NESTED); in varsub()
|
H A D | lex.c | 1641 void sh_lexskip(Lex_t *lp,int close, register int copy, int state) in sh_lexskip() function
|
H A D | parse.c | 663 sh_lexskip(lexp,';',1,ST_NESTED); in arithfor()
|