Home
last modified time | relevance | path

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

/system/core/sh/
Dparser.c108 STATIC union node *simplecmd(union node **, union node *);
491 n1 = simplecmd(rpp, redir); in command()
529 simplecmd(union node **rpp, union node *redir) in simplecmd() function