Searched refs:skipws (Results 1 – 5 of 5) sorted by relevance
393 c = skipws(); in evallex()421 c1 = c = skipws(); in evallex()423 c = skipws(); in evallex()427 || skipws() == ')') /* Did we balance? */ in evallex()513 if ((c = skipws()) != '(') in dosizeof()519 while (0 != (c = skipws())) { in dosizeof()523 if (skipws() == '*' in dosizeof()524 && skipws() == ')') { /* We found (*) */ in dosizeof()525 if (skipws() != '(') /* Let () be optional */ in dosizeof()527 else if (skipws() != ')') in dosizeof()[all …]
93 if (type[(c = skipws())] != LET)109 else if ((c = skipws()) == ')')116 } while ((c = skipws()) == ','); /* Get another argument */129 c = skipws(); /* Not any more. */143 c = skipws(); /* Eat whitespace */344 if (type[(c = skipws())] != LET)457 while ((c = skipws()) == '\n') /* Look for (, skipping */497 while ((c = skipws()) == '\n') /* Skip over whitespace */
89 c = skipws(); in control()164 c = skipws(); in control()307 if (skipws() != '\n') { in control()330 if ((c = skipws()) == '\n' || c == EOF_CHAR) { in doif()384 delim = macroid(skipws()); in doinclude()
385 int skipws();
209 skipws() in skipws() function
Completed in 84 milliseconds