Home | History | Annotate | Download | only in src

Lines Matching refs:isspace

521   for (; isspace((int)*comma); comma++);
523 for (; (p >= s) && isspace((int)*p); p--)
2640 white = isspace((int)unhide_meta(*p));
2644 while (strlen(buff) > lastquote && isspace((int)unhide_meta(buff[strlen(buff)-1])))
2656 for (; p >= buff && (isspace((int)*p) || *p == '='); p--)
2667 for (start = buff; *start && isspace((int)*start); start++);
2687 for (; isspace((int)*arg); arg++);