Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tip/
H A Dcmdtab.c15 extern void finish(int), help(int), pipefile(int), pipeout(int);
25 { '|', NORM, "pipe remote file", pipefile },
H A Dcmds.c204 pipefile(int cc) in pipefile() function