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

/freebsd-11-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 *);
290 evalcommand(n, flags, (struct backcmd *)NULL);
645 evalbackcmd(union node *n, struct backcmd *result)
824 evalcommand(union node *cmd, int flags, struct backcmd *backcmd) argument
1136 backcmd->buf = memout.buf;
1137 backcmd->nleft = memout.nextc - memout.buf;
1173 backcmd->fd = pip[0];
1175 backcmd->jp = jp;
H A Dexpand.c446 struct backcmd in;

Completed in 81 milliseconds