Searched refs:ksh_func (Results 1 - 4 of 4) sorted by path

/external/mksh/src/
H A Dexec.c996 if (t != NULL && !tobool(t->u.ksh_func)) {
1035 if (t->u.ksh_func)
H A Dsh.h1291 short ksh_func; member in union:op::__anon28028
H A Dsyn.c663 bool ksh_func)
686 if (ksh_func) {
692 ksh_func = false;
700 t->u.ksh_func = tobool(ksh_func);
661 function_body(char *name, bool ksh_func) argument
H A Dtree.c203 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
1100 t->u.ksh_func ? "yes" : "no");

Completed in 231 milliseconds