Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/common/
Doptions.h92 #define OPT_PAIRS 0x080 /* String with even length. */ macro
Doptions.c123 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS},
150 {L("paragraphs"), NULL, OPT_STR, OPT_PAIRS},
174 {L("sections"), NULL, OPT_STR, OPT_PAIRS},
713 if (F_ISSET(op, OPT_PAIRS) && STRLEN(sep) & 1) { in opts_set()