Searched refs:com0 (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 661 register char *com0 = 0; in sh_exec() local 723 com0 = com[0]; in sh_exec() 732 if(!(com0= *(com+=n))) in sh_exec() 734 np = nv_bfsearch(com0, shp->bltin_tree, &nq, &cp); in sh_exec() 746 if(com0) in sh_exec() 748 if(!np && !strchr(com0,'/')) in sh_exec() 751 np = nv_bfsearch(com0, root, &nq, &cp); in sh_exec() 758 sfputr(stkp,com0,0); in sh_exec() 783 errormsg(SH_DICT,ERROR_exit(1),"%s: can only be used in a function",com0); in sh_exec() 886 if(!np && !strchr(com0,'/')) in sh_exec() [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 982 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...] |