Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Doptions.h90 #define OPT_PAIRS 0x080 /* String with even length. */ macro
H A Doptions.c124 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS},
151 {L("paragraphs"), NULL, OPT_STR, OPT_PAIRS},
175 {L("sections"), NULL, OPT_STR, OPT_PAIRS},
711 if (F_ISSET(op, OPT_PAIRS) && STRLEN(sep) & 1) { in opts_set()