Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c982 register char *com0 = 0; in sh_exec() local
1059 com0 = com[0]; in sh_exec()
1068 if(!(com0= *(com+=n))) in sh_exec()
1070 np = nv_bfsearch(com0, shp->bltin_tree, &nq, &cp); in sh_exec()
1101 com0 = 0; in sh_exec()
1131 if(com0) in sh_exec()
1133 if(!np && !strchr(com0,'/')) in sh_exec()
1136 np = nv_bfsearch(com0, root, &nq, &cp); in sh_exec()
1139 np = sh_fsearch(shp,com0,0); in sh_exec()
1163 errormsg(SH_DICT,ERROR_exit(1),"%s: can only be used in a function",com0); in sh_exec()
[all …]