Home
last modified time | relevance | path

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

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dlex.c126 Sfio_t *log = shp->funlog; in lex_advance()
1614 Sfio_t *sp = lp->sh->heredocs, *funlog; in here_copy() local
1617 funlog = lp->sh->funlog; in here_copy()
1618 if (funlog) { in here_copy()
1620 lp->sh->funlog = NULL; in here_copy()
1784 lp->sh->funlog = funlog; in here_copy()
H A Dparse.c720 lexp->sh->funlog = lexp->sh->heredocs; in funct()
854 if (lexp->sh->funlog) { in funct()
856 lexp->sh->funlog = NULL; in funct()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h130 Sfio_t *funlog; // for logging function definitions member
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dlex.c187 register Sfio_t *log= shp->funlog; in lex_advance()
1795 register Sfio_t *sp=lp->sh->heredocs, *funlog; in here_copy() local
1797 if(funlog=lp->sh->funlog) in here_copy()
1801 lp->sh->funlog = 0; in here_copy()
2038 lp->sh->funlog = funlog; in here_copy()
H A Dparse.c788 lexp->sh->funlog = lexp->sh->heredocs; in funct()
924 if(lexp->sh->funlog) in funct()
928 lexp->sh->funlog = 0; in funct()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dlex.c187 register Sfio_t *log= shp->funlog; in lex_advance()
1795 register Sfio_t *sp=lp->sh->heredocs, *funlog; in here_copy() local
1797 if(funlog=lp->sh->funlog) in here_copy()
1801 lp->sh->funlog = 0; in here_copy()
2038 lp->sh->funlog = funlog; in here_copy()
H A Dparse.c788 lexp->sh->funlog = lexp->sh->heredocs; in funct()
924 if(lexp->sh->funlog) in funct()
928 lexp->sh->funlog = 0; in funct()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dlex.c187 register Sfio_t *log= shp->funlog; in lex_advance()
1831 register Sfio_t *sp=lp->sh->heredocs, *funlog; in here_copy() local
1833 if(funlog=lp->sh->funlog) in here_copy()
1837 lp->sh->funlog = 0; in here_copy()
2074 lp->sh->funlog = funlog; in here_copy()
H A Dparse.c806 lexp->sh->funlog = lexp->sh->heredocs; in funct()
942 if(lexp->sh->funlog) in funct()
946 lexp->sh->funlog = 0; in funct()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h151 Sfio_t *funlog; /* for logging function definitions */ \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h151 Sfio_t *funlog; /* for logging function definitions */ \
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h151 Sfio_t *funlog; /* for logging function definitions */ \