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

  /external/mksh/src/
exec.c 623 if (ext_cat && (ext_cat->type != CTALIAS ||
633 if (ext_printf && (ext_printf->type != CTALIAS ||
857 case CTALIAS:
1190 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) &&
1195 tp->type = CTALIAS;
    [all...]
funcs.c 569 tp->type != CTALIAS))
583 case CTALIAS:
626 case CTALIAS:
631 if (tp->type == CTALIAS)
1159 ap->type = tflag ? CTALIAS : CALIAS;
    [all...]
sh.h     [all...]

Completed in 140 milliseconds