Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dparse.y108 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
H A Dinitparse.c93 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro