Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtable.h77 #define CSHELL 1 /* built-in */ macro
H A Dexec.c122 tp->type == CSHELL && in execute()
446 while (tp && tp->type == CSHELL) { in comexec()
542 case CSHELL: /* shell built-in */ in comexec()
828 tp->type = CSHELL; in builtin()
1167 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
H A Dc_ksh.c507 case CSHELL: in c_whence()