Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c113 {"+command", c_command},
603 c_command(const char **wp) in c_command() function
Dsh.h1589 int c_command(const char **);
Dexec.c557 } else if (tp->val.f == c_command) { in comexec()