Home
last modified time | relevance | path

Searched refs:CALIAS (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dfuncs.c568 if (vflag || (tp->type != CALIAS && tp->type != CEXEC && in c_whence()
574 case CALIAS: in c_whence()
595 case CALIAS: in c_whence()
1159 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
Dsh.h1250 #define CALIAS 5 /* alias */ macro