Searched refs:com0 (Results 1 – 1 of 1) sorted by relevance
/titanic_44/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 …]
|