Home
last modified time | relevance | path

Searched defs:IS_BLANK (Results 1 – 3 of 3) 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
/freebsd/contrib/libyaml/src/
H A Dyaml_private.h323 #define IS_BLANK(string) IS_BLANK_AT((string),0) macro