Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dshlex.h160 extern Lex_t *sh_lexopen(Lex_t*, Shell_t*, int);
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dparse.c342 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 Dlex.c259 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 Dinit.c1042 shp->lex_context = (void*)sh_lexopen(0,shp,1); in sh_init()