HomeSort by relevance Sort by last modified time
    Searched refs:ksh_func (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
syn.c 663 bool ksh_func)
686 if (ksh_func) {
692 ksh_func = false;
700 t->u.ksh_func = tobool(ksh_func);
tree.c 203 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
1100 t->u.ksh_func ? "yes" : "no");
exec.c 1022 if (t != NULL && !tobool(t->u.ksh_func)) {
1059 if (t->u.ksh_func)
    [all...]
sh.h 1296 short ksh_func; member in union:op::__anon17175
    [all...]

Completed in 39 milliseconds