Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c190 register Sfio_t *log= shp->funlog; in lex_advance()
1833 register Sfio_t *sp=lp->sh->heredocs, *funlog; in here_copy() local
1835 if(funlog=lp->sh->funlog) in here_copy()
1839 lp->sh->funlog = 0; in here_copy()
2076 lp->sh->funlog = funlog; in here_copy()
H A Dparse.c796 lexp->sh->funlog = lexp->sh->heredocs; in funct()
932 if(lexp->sh->funlog) in funct()
936 lexp->sh->funlog = 0; in funct()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h153 Sfio_t *funlog; /* for logging function definitions */ \