Searched refs:comn (Results 1 – 1 of 1) sorted by relevance
994 char *cp=0, **com=0, *comn; in sh_exec() local1142 comn = com[argn-1]; in sh_exec()2938 if(strlen(comn) < sizeof(lastarg)) in sh_exec()2941 shp->lastarg = strcpy(lastarg,comn); in sh_exec()2946 shp->lastarg = strdup(comn); in sh_exec()