Home
last modified time | relevance | path

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

/third_party/mksh/
Dexec.c741 if (tp->flag & FKSH) in comexec()
753 if (tp->flag & FKSH) { in comexec()
775 if (tp->flag & FKSH) { in comexec()
1088 tp->flag &= ~(ISSET|ALLOC|FKSH); in define()
1101 tp->flag |= FKSH; in define()
Dvar.c2081 tobool(f->flag & FKSH), in c_typeset()
2107 tobool(vp->flag & FKSH), in c_typeset()
Dsh.h1823 #define FKSH BIT(11) /* function defined with function x (vs x()) */ macro
Dcheck.t9432 (note: ksh93 has no local; typeset works only in FKSH)
9592 (note: ksh93 has no local; typeset works only in FKSH)
13872 Check that FKSH functions have their own shell flags
13892 Check that even FKSH functions share the shell flags
13912 Check that !FKSH functions share the shell flags