Searched refs:backcmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/bin/sh/
H A Deval.h42 struct backcmd { /* result of evalbackcmd */ struct
59 void evalbackcmd(union node *, struct backcmd *);
H A Deval.c99 static void evalcommand(union node *, int, struct backcmd *);
288 evalcommand(n, flags, (struct backcmd *)NULL);
641 evalbackcmd(union node *n, struct backcmd *result)
822 evalcommand(union node *cmd, int flags, struct backcmd *backcmd) argument
1141 backcmd->buf = memout.buf;
1142 backcmd->nleft = memout.nextc - memout.buf;
1178 backcmd->fd = pip[0];
1180 backcmd->jp = jp;
H A Dexpand.c422 struct backcmd in;

Completed in 158 milliseconds