Searched refs:FIGPAR_BREAK_ON_SEMICOLON (Results 1 – 2 of 2) sorted by relevance
66 #define FIGPAR_BREAK_ON_SEMICOLON 0x0002 /* `;' starts a new line */ macro
121 (processing_options & FIGPAR_BREAK_ON_SEMICOLON) == 0 ? 0 : 1; in parse_config()