Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c605 if (ext_cmd && (ext_cmd->type != CTALIAS || in comexec()
819 case CTALIAS: in comexec()
1214 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) && in findcom()
1219 tp->type = CTALIAS; in findcom()
Dfuncs.c709 case CTALIAS: in do_whence()
713 if (tp->type == CTALIAS) in do_whence()
889 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
Dsh.h1780 #define CTALIAS 7 /* tracked alias */ macro