Home
last modified time | relevance | path

Searched refs:sh_endword (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c201 sh_endword(shp,1); in r_arg()
204 ap = sh_endword(shp,0); in r_arg()
H A Dlex.c1401 lp->arg = sh_endword(shp,2); in sh_lex()
1410 lp->arg = sh_endword(shp,-1); in sh_lex()
1412 lp->arg = sh_endword(shp,0); in sh_lex()
1754 lp->arg = sh_endword(lp->sh,0); in nested_here()
2210 struct argnod *sh_endword(Shell_t *shp,int mode) in sh_endword() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h407 extern struct argnod *sh_endword(Shell_t*,int);