Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c138 static int here_copy(Lex_t*, struct ionod*);
490 if(here_copy(lp,lp->heredoc)<=0 && lp->lasttok) in sh_lex()
1828 static int here_copy(Lex_t *lp,register struct ionod *iop) in here_copy() function
1842 here_copy(lp,iop->iolst); in here_copy()