Home
last modified time | relevance | path

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

/dragonfly/bin/mined/
H A Dmined.h241 #define white_space(c) ((c) == ' ' || (c) == '\t') macro
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dexport.c156 char white_space[MAX_INDENT + 1]; in _out_with_comment_file() local