Home
last modified time | relevance | path

Searched refs:ksh_func (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dsyn.c664 bool ksh_func) in function_body() argument
687 if (ksh_func) { in function_body()
693 ksh_func = false; in function_body()
701 t->u.ksh_func = tobool(ksh_func); in function_body()
Dtree.c203 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left); in ptree()
1080 t->u.ksh_func ? "yes" : "no"); in dumptree()
Dexec.c984 if (t != NULL && !tobool(t->u.ksh_func)) { in define()
1023 if (t->u.ksh_func) in define()
Dsh.h1281 short ksh_func; member