Lines Matching refs:OPT_STR
60 {L("backup"), NULL, OPT_STR, 0},
64 {L("cdpath"), NULL, OPT_STR, 0},
66 {L("cedit"), NULL, OPT_STR, 0},
74 {L("directory"), NULL, OPT_STR, 0},
88 {L("filec"), NULL, OPT_STR, 0},
90 {L("fileencoding"),f_encoding, OPT_STR, OPT_WC},
100 {L("inputencoding"),f_encoding, OPT_STR, OPT_WC},
124 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS},
139 {L("msgcat"), f_msgcat, OPT_STR, 0},
141 {L("noprint"), f_print, OPT_STR, 0},
151 {L("paragraphs"), NULL, OPT_STR, OPT_PAIRS},
153 {L("path"), NULL, OPT_STR, 0},
155 {L("print"), f_print, OPT_STR, 0},
161 {L("recdir"), NULL, OPT_STR, 0},
175 {L("sections"), NULL, OPT_STR, OPT_PAIRS},
179 {L("shell"), NULL, OPT_STR, 0},
181 {L("shellmeta"), NULL, OPT_STR, 0},
208 {L("tags"), NULL, OPT_STR, 0},
214 {L("term"), NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE},
435 case OPT_STR: in opts_init()
698 case OPT_STR: in opts_set()
872 case OPT_STR: in opts_dump()
902 case OPT_STR: in opts_dump()
967 case OPT_STR: in opts_print()
1010 case OPT_STR: in opts_save()
1122 if (optlist[cnt].type != OPT_STR || in opts_copy()
1164 if (optlist[cnt].type != OPT_STR || in opts_free()