Searched refs:tksh_command (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/src/
H A Deval.c15 static int tksh_command(int argc, char *argv[], Shbltin_t *context) function
94 sh_addbuiltin(cmdName, tksh_command, (void *) commandData);
134 if (namval->nvalue == (void *) tksh_command)
165 if ((void *) namval->nvalue == (void *) tksh_command)

Completed in 11 milliseconds