Searched refs:comn (Results 1 – 1 of 1) sorted by relevance
673 char *cp=0, **com=0, *comn; in sh_exec() local764 comn = com[argn-1]; in sh_exec()2216 if(strlen(comn) < sizeof(lastarg)) in sh_exec()2219 shp->lastarg = strcpy(lastarg,comn); in sh_exec()2224 shp->lastarg = strdup(comn); in sh_exec()