Home
last modified time | relevance | path

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

/dflybsd-src/contrib/flex/src/
H A Dparse.y105 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
H A Dparse.c137 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro