Searched refs:SKIP_BLANKS (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dfields.c70 #define SKIP_BLANKS(ptr) { \ macro
187 SKIP_BLANKS(start);
197 SKIP_BLANKS(end);
274 SKIP_BLANKS(line);
374 SKIP_BLANKS(line);
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dmain.c299 #define SKIP_BLANKS() while (isspace((unsigned char)*ibufp) && *ibufp != '\n') \ macro
315 SKIP_BLANKS();
324 SKIP_BLANKS();
472 SKIP_BLANKS();
943 SKIP_BLANKS();

Completed in 102 milliseconds