Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c816 case CTALIAS: in comexec()
1216 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) && in findcom()
1221 tp->type = CTALIAS; in findcom()
Dfuncs.c706 case CTALIAS: in do_whence()
710 if (tp->type == CTALIAS) in do_whence()
895 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
Dsh.h1857 #define CTALIAS 7 /* tracked alias */ macro