Home
last modified time | relevance | path

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

/dports/shells/bash/bash-5.1/
H A Dredir.c104 static char *heredoc_expand PARAMS((WORD_DESC *, enum r_instruction, size_t *));
355 heredoc_expand (redirectee, ri, lenp) in heredoc_expand() function
449 document = heredoc_expand (redirectee, ri, &document_len);
H A DChangeLog5639 - heredoc_expand: new function, called for both here-documents and
5642 - write_here_document: use heredoc_expand, call write(2) once on the
5649 using heredoc_expand, then decide what to do; remove calls to
6821 - heredoc_expand: if we are expanding the WORD in a here-string, use
/dports/shells/bash/bash-5.1/CWRU/
H A Dchangelog5639 - heredoc_expand: new function, called for both here-documents and
5642 - write_here_document: use heredoc_expand, call write(2) once on the
5649 using heredoc_expand, then decide what to do; remove calls to
6821 - heredoc_expand: if we are expanding the WORD in a here-string, use