HomeSort by: relevance | last modified time | path
    Searched refs:expandhere (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
expand.h 68 char *expandhere(union node *);
eval.c 626 redir->nhere.text = expandhere(redir->nhere.doc);
expand.c 147 expandhere(union node *arg) function
151 VTRACE(DBG_EXPAND|DBG_REDIR, ("expandhere(%p)\n", arg));
154 VTRACE(DBG_EXPAND|DBG_REDIR, ("expandhere() -> %d\n", len));

Completed in 48 milliseconds