Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c106 {"command", c_command},
638 c_command(const char **wp) in c_command() function
Dsh.h1686 int c_command(const char **);
Dexec.c575 } else if (tp->val.f == c_command) { in comexec()