Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/sort/
Dfields.c70 #define SKIP_BLANKS(ptr) { \ macro
187 SKIP_BLANKS(start); in enterfield()
197 SKIP_BLANKS(end); in enterfield()
274 SKIP_BLANKS(line); in number()
377 SKIP_BLANKS(line); in length()
/netbsd/src/bin/ed/
Dmain.c306 #define SKIP_BLANKS() while (isspace((unsigned char)*ibufp) && *ibufp != '\n') \ macro
322 SKIP_BLANKS(); in next_addr()
331 SKIP_BLANKS(); in next_addr()
479 SKIP_BLANKS(); in exec_command()
951 SKIP_BLANKS(); in get_filename()