Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c624 !(tp->flag & FKSH)) in comexec()
740 if (tp->flag & FKSH) in comexec()
752 if (tp->flag & FKSH) { in comexec()
774 if (tp->flag & FKSH) { in comexec()
1077 tp->flag &= ~(ISSET|ALLOC|FKSH); in define()
1090 tp->flag |= FKSH; in define()
Dvar.c2003 tobool(f->flag & FKSH), in c_typeset()
2026 tobool(vp->flag & FKSH), in c_typeset()
Dsh.h1539 #define FKSH BIT(11) /* function defined with function x (vs x()) */ macro
Dcheck.t8894 (note: ksh93 has no local; typeset works only in FKSH)
9054 (note: ksh93 has no local; typeset works only in FKSH)
13088 Check that FKSH functions have their own shell flags
13108 Check that even FKSH functions share the shell flags
13128 Check that !FKSH functions share the shell flags