Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dlex.c185 register Sfio_t *log= shp->funlog; in lex_advance()
1700 register Sfio_t *sp=lp->sh->heredocs, *funlog; in here_copy() local
1702 if(funlog=lp->sh->funlog) in here_copy()
1706 lp->sh->funlog = 0; in here_copy()
1912 lp->sh->funlog = funlog; in here_copy()
H A Dparse.c764 lexp->sh->funlog = lexp->sh->heredocs; in funct()
860 if(lexp->sh->funlog) in funct()
864 lexp->sh->funlog = 0; in funct()
/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h119 Sfio_t *funlog; /* for logging function definitions */ \