Home
last modified time | relevance | path

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

/system/core/sh/
Dshow.c58 static void shcmd(union node *, FILE *);
98 shcmd(n, fp); in shtree()
104 shcmd(lp->n, fp); in shtree()
124 shcmd(union node *cmd, FILE *fp) in shcmd() function