Lines Matching refs:com0
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()
888 if(path_search(com0,NIL(Pathcomp_t**),1)) in sh_exec()
891 if((np=nv_search(com0,shp->fun_tree,0)) && !np->nvalue.ip) in sh_exec()
893 Namval_t *mp=nv_search(com0,shp->bltin_tree,0); in sh_exec()
900 if((np=nv_search(com0,shp->track_tree,0)) && !nv_isattr(np,NV_NOALIAS) && np->nvalue.cp) in sh_exec()
1100 indx = path_search(com0,NIL(Pathcomp_t**),0); in sh_exec()
1102 np = nv_search(com0,shp->fun_tree,HASH_NOSCOPE); in sh_exec()
1108 errormsg(SH_DICT,ERROR_exit(0),e_defined,com0); in sh_exec()
1363 else if(com0) in sh_exec()
1367 path_exec(com0,com,t->com.comset); in sh_exec()
2208 if(mainloop && com0) in sh_exec()