Home | History | Annotate | Download | only in gencnval

Lines Matching full:whitespace

377  It removes the newlines, comments and trailing whitespace (not preceding whitespace).
407 /* There is no whitespace at the beginning anymore */
471 /* skip whitespace */
569 static const char WHITESPACE[] = " \t";
589 tag = strtok(tag, WHITESPACE);
602 tag = strtok(NULL, WHITESPACE);