Home
last modified time | relevance | path

Searched refs:simplecmd (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/sh/
H A Dparser.c113 static union node *simplecmd(union node **, union node *);
592 n1 = simplecmd(rpp, redir); in command()
621 simplecmd(union node **rpp, union node *redir) in simplecmd() function