Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dparse.y105 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
/freebsd/usr.bin/lex/
H A Dinitparse.c90 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro