HomeSort by: relevance | last modified time | path
    Searched defs:SKIP_BLANKS (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sort/
fields.c 70 #define SKIP_BLANKS(ptr) { \
187 SKIP_BLANKS(start);
197 SKIP_BLANKS(end);
274 SKIP_BLANKS(line);
377 SKIP_BLANKS(line);
  /src/bin/ed/
main.c 306 #define SKIP_BLANKS() while (isspace((unsigned char)*ibufp) && *ibufp != '\n') \
322 SKIP_BLANKS();
331 SKIP_BLANKS();
479 SKIP_BLANKS();
951 SKIP_BLANKS();

Completed in 14 milliseconds