Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h162 extern Lex_t *sh_lexopen(Lex_t*, Shell_t*, int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c354 sh_lexopen(lexp,shp,0); in sh_parse()
424 sh_lexopen(lp,lp->sh,1); in sh_dolparen()
734 sh_lexopen(lexp, lexp->sh,1); in arithfor()
H A Dlex.c268 Lex_t *sh_lexopen(Lex_t *lp, Shell_t *sp, int mode) in sh_lexopen() function
1602 sh_lexopen(lp,lp->sh,1); in comsub()
H A Dinit.c1316 shp->lex_context = (void*)sh_lexopen(0,shp,1); in sh_init()