Searched refs:BLT_SPC (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | builtins.c | 59 "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), 67 "continue", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(break), 68 "typeset", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(typeset), 72 "export", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(readonly), 73 ".", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(dot_cmd), 74 "return", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(return), [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | whence.c | 199 if(nv_isattr(np,BLT_SPC)) in whence()
|
H A D | typeset.c | 573 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 D | name.h | 142 #define BLT_SPC (NV_LJUST) /* special built-ins */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 1221 if(nv_isattr(np,BLT_SPC)) in sh_addbuiltin() 1236 if(nv_isattr(np,BLT_SPC)) in sh_addbuiltin()
|
H A D | xec.c | 1049 …->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()
|