| redir.c | 135 STATIC int openhere(const union node *); 468 		f = openhere(redir);
 509 openhere(const union node *redir)  function in typeref:typename:STATIC int
 519 	VTRACE(DBG_REDIR, ("openhere(%p) [%d] \"%.*s\"%s\n", redir, len,
 539 	VTRACE(DBG_REDIR, ("openhere (closing %d)", pip[1]));
 
 |