Searched refs:sh_lexopen (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | shlex.h | 160 extern Lex_t *sh_lexopen(Lex_t*, Shell_t*, int);
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 342 sh_lexopen(lexp,shp,0); in sh_parse() 401 sh_lexopen(lp,lp->sh,1); in sh_dolparen() 702 sh_lexopen(lexp, lexp->sh,1); in arithfor()
|
H A D | lex.c | 259 Lex_t *sh_lexopen(Lex_t *lp, Shell_t *sp, int mode) in sh_lexopen() function 1492 sh_lexopen(lp,lp->sh,1); in comsub()
|
H A D | init.c | 1042 shp->lex_context = (void*)sh_lexopen(0,shp,1); in sh_init()
|