Home
last modified time | relevance | path

Searched refs:BLT_SPC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c59 "login", NV_BLTIN|BLT_ENV|BLT_SPC, Bltin(login),
60 "exec", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(exec),
61 "set", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(set),
62 ":", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(true),
66 "break", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(break),
73 ".", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(dot_cmd),
81 "alias", NV_BLTIN|BLT_SPC, bltin(alias),
82 "hash", NV_BLTIN|BLT_SPC, bltin(alias),
89 "shift", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(shift),
90 "trap", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(trap),
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dwhence.c199 if(nv_isattr(np,BLT_SPC)) in whence()
H A Dtypeset.c573 if((np=nv_search(name,shp->bltin_tree,0)) && nv_isattr(np,BLT_SPC)) in setall()
991 flag = BLT_SPC; in b_builtin()
1081 if(dlete || nv_isattr(np,BLT_SPC)) in b_builtin()
1093 if(nv_isattr(np,BLT_SPC)) in b_builtin()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h142 #define BLT_SPC (NV_LJUST) /* special built-ins */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c1221 if(nv_isattr(np,BLT_SPC)) in sh_addbuiltin()
1236 if(nv_isattr(np,BLT_SPC)) in sh_addbuiltin()
H A Dxec.c1049 …->namespace && nq!=shp->namespace && nv_isattr(np,NV_BLTIN|NV_INTEGER|BLT_SPC)!=(NV_BLTIN|BLT_SPC)) in sh_exec()
1147 if(argn==0 || (np && nv_isattr(np,(BLT_DCL|BLT_SPC)))) in sh_exec()
1427 if(jmpval<=SH_JMPCMD && (!nv_isattr(np,BLT_SPC) || command)) in sh_exec()
2737 else if((mp=nv_search(fname,shp->bltin_tree,0)) && nv_isattr(mp,BLT_SPC)) in sh_exec()