OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTALIAS
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
exec.c
800
case
CTALIAS
:
1126
if ((!tp || (tp->type ==
CTALIAS
&& !(tp->flag&ISSET))) &&
1131
tp->type =
CTALIAS
;
[
all
...]
funcs.c
551
tp->type !=
CTALIAS
))
598
case
CTALIAS
:
603
if (tp->type ==
CTALIAS
)
1127
ap->type = tflag ?
CTALIAS
: CALIAS;
[
all
...]
sh.h
1118
int errnov; /* CEXEC/
CTALIAS
*/
[
all
...]
Completed in 30 milliseconds