Home
last modified time | relevance | path

Searched defs:backcmd (Results 1 – 2 of 2) sorted by relevance

/minix3/bin/sh/
H A Deval.h43 struct backcmd { /* result of evalbackcmd */ struct
53 void evalbackcmd(union node *, struct backcmd *); argument
H A Deval.c695 evalcommand(union node *cmd, int flgs, struct backcmd *backcmd) in evalcommand()