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

  /src/bin/sh/
eval.h 43 struct backcmd { /* result of evalbackcmd */ struct
53 void evalbackcmd(union node *, struct backcmd *);
eval.c 121 STATIC void evalcommand(union node *, int, struct backcmd *);
765 evalbackcmd(union node *n, struct backcmd *result)
879 evalcommand(union node *cmd, int flgs, struct backcmd *backcmd)
1485 backcmd->buf = memout.buf;
1486 backcmd->nleft = memout.nextc - memout.buf;
1511 backcmd->fd = pip[0];
1513 backcmd->jp = jp;
expand.c 624 struct backcmd in;

Completed in 13 milliseconds