Searched refs:strStart (Results 1 – 1 of 1) sorted by relevance
136 /* MR12c */ char *strStart=a->action; local138 /* MR12c */ strEnd=strStart+strlen(strStart)-1;139 /* MR12c */ for ( ; strEnd >= strStart && isspace(*strEnd); strEnd--) *strEnd=0;140 /* MR12c */ while (*strStart != '\0' && isspace(*strStart)) strStart++;141 /* MR12c */ if (ci_strequ(strStart,"nohoist")) {