Searched defs:BLANK (Results 1 – 9 of 9) sorted by relevance
23 #define BLANK ' ' macro
21 # define BLANK(p) while (!(*p == ' ' || *p == '\t')) p++; macro
21 # define BLANK(l) while (!(*l == ' ' || *l == '\t')) l++; macro
36 #define BLANK 1 /* ' ', '\t'; '\n' if -T is invoked */ macro
31 # define BLANK ' ' macro
44 # define BLANK ' ' macro
53 #define BLANK 1 macro