Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/sort/
H A Dfields.c70 #define SKIP_BLANKS(ptr) { \ macro
/netbsd-src/bin/ed/
H A Dmain.c306 #define SKIP_BLANKS() while (isspace((unsigned char)*ibufp) && *ibufp != '\n') \ macro