Searched refs:OPT_PAIRS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.h | 90 #define OPT_PAIRS 0x080 /* String with even length. */ macro
|
H A D | options.c | 124 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS}, 151 {L("paragraphs"), NULL, OPT_STR, OPT_PAIRS}, 175 {L("sections"), NULL, OPT_STR, OPT_PAIRS}, 713 if (F_ISSET(op, OPT_PAIRS) && STRLEN(sep) & 1) { in opts_set()
|