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

  /src/bin/sh/
eval.h 43 struct backcmd { /* result of evalbackcmd */
53 void evalbackcmd(union node *, struct backcmd *);
eval.c 765 evalbackcmd(union node *n, struct backcmd *result) function
812 CTRACE(DBG_EVAL, ("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n",
expand.c 646 evalbackcmd(cmd, &in); /* evaluate the $( ) tree (using stack) */

Completed in 26 milliseconds