Searched defs:heredoc (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mam/
H A Dmamold.c71 int heredoc; /* last value had << */ member in struct:state
126 if (sep == '\t' && state.heredoc || col < LONGLINE - 8)
142 state.heredoc = 1;
265 state.heredoc = 0;
272 if (!state.heredoc)
/ast/src/cmd/ksh93/include/
H A Dshlex.h39 struct ionod *heredoc; /* pending here document list */ member in struct:_shlex_

Completed in 10 milliseconds