Home
last modified time | relevance | path

Searched refs:FIGPAR_BREAK_ON_SEMICOLON (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libfigpar/
H A Dfigpar.h66 #define FIGPAR_BREAK_ON_SEMICOLON 0x0002 /* `;' starts a new line */ macro
H A Dfigpar.c122 (processing_options & FIGPAR_BREAK_ON_SEMICOLON) == 0 ? 0 : 1; in parse_config()