Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Deval.h39 struct backcmd { /* result of evalbackcmd */ struct
56 void evalbackcmd(union node *, struct backcmd *); argument
H A Deval.c810 evalcommand(union node *cmd, int flags, struct backcmd *backcmd) in evalcommand()