Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c623 if (!resetspec && tp && tp->type == CFUNC && in comexec()
695 case CFUNC: { in comexec()
1037 tp->type = CFUNC; in findfunc()
1239 tp->type = CFUNC; in findcom()
Dfuncs.c679 case CFUNC: in do_whence()
692 case CFUNC: in do_whence()
Dsh.h1566 #define CFUNC 2 /* function */ macro