Home
last modified time | relevance | path

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

/third_party/mksh/
Dsyn.c684 bool ksh_func) in function_body() argument
707 if (ksh_func) { in function_body()
713 ksh_func = false; in function_body()
721 t->u.ksh_func = tobool(ksh_func); in function_body()
Dtree.c233 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left); in ptree()
1138 t->u.ksh_func ? Ttrue : Tfalse); in dumptree()
Dexec.c1100 if (t->u.ksh_func) in define()
Dsh.h1955 short ksh_func; member