HomeSort by relevance Sort by last modified time
    Searched refs:CTALIAS (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
exec.c 779 case CTALIAS:
1106 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) &&
1111 tp->type = CTALIAS;
    [all...]
funcs.c 526 tp->type != CTALIAS))
573 case CTALIAS:
578 if (tp->type == CTALIAS)
1092 ap->type = tflag ? CTALIAS : CALIAS;
    [all...]
sh.h 974 int errnov; /* CEXEC/CTALIAS */
1049 #define CTALIAS 7 /* tracked alias */
    [all...]

Completed in 55 milliseconds