Home
last modified time | relevance | path

Searched refs:sh_lexskip (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h161 extern void sh_lexskip(Lex_t*,int,int,int);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmacro.c362 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 Dlex.c1641 void sh_lexskip(Lex_t *lp,int close, register int copy, int state) in sh_lexskip() function
H A Dparse.c663 sh_lexskip(lexp,';',1,ST_NESTED); in arithfor()