Home
last modified time | relevance | path

Searched refs:CFUNC (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dexec.c633 if (!resetspec && tp && tp->type == CFUNC && in comexec()
705 case CFUNC: { in comexec()
1056 tp->type = CFUNC; in findfunc()
1254 tp->type = CFUNC; in findcom()
Dfuncs.c679 case CFUNC: in do_whence()
692 case CFUNC: in do_whence()
Dsh.h1780 #define CFUNC 2 /* function */ macro