Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c347 static int io_heredoc(Shell_t*,register struct ionod*, const char*, int);
1261 fd = io_heredoc(shp,iop,fname,traceon); in sh_redirect()
1579 static int io_heredoc(Shell_t *shp,register struct ionod *iop, const char *name, int traceon) in io_heredoc() function