Symbol: OPT_STR
usr.bin/vi/common/options.c
1053
if (optlist[cnt].type != OPT_STR ||
usr.bin/vi/common/options.c
109
{"noprint", f_print, OPT_STR, OPT_EARLYSET},
usr.bin/vi/common/options.c
1095
if (optlist[cnt].type != OPT_STR ||
usr.bin/vi/common/options.c
117
{"paragraphs", f_paragraph, OPT_STR, 0},
usr.bin/vi/common/options.c
119
{"path", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
121
{"print", f_print, OPT_STR, OPT_EARLYSET},
usr.bin/vi/common/options.c
127
{"recdir", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
139
{"sections", f_section, OPT_STR, 0},
usr.bin/vi/common/options.c
143
{"shell", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
145
{"shellmeta", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
161
{"tags", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
167
{"term", NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE},
usr.bin/vi/common/options.c
372
case OPT_STR:
usr.bin/vi/common/options.c
55
{"backup", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
59
{"cdpath", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
61
{"cedit", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
635
case OPT_STR:
usr.bin/vi/common/options.c
79
{"filec", NULL, OPT_STR, 0},
usr.bin/vi/common/options.c
810
case OPT_STR:
usr.bin/vi/common/options.c
840
case OPT_STR:
usr.bin/vi/common/options.c
904
case OPT_STR:
usr.bin/vi/common/options.c
941
case OPT_STR:
usr.sbin/makefs/cd9660.c
257
OPT_STR("applicationid"),
usr.sbin/makefs/cd9660.c
258
OPT_STR("boot-load-segment"),
usr.sbin/makefs/cd9660.c
259
OPT_STR("bootimage"),
usr.sbin/makefs/cd9660.c
260
OPT_STR("generic-bootimage"),
usr.sbin/makefs/cd9660.c
261
OPT_STR("hard-disk-boot"),
usr.sbin/makefs/cd9660.c
263
OPT_STR("label"),
usr.sbin/makefs/cd9660.c
264
OPT_STR("no-boot"),
usr.sbin/makefs/cd9660.c
265
OPT_STR("no-emul-boot"),
usr.sbin/makefs/cd9660.c
268
OPT_STR("preparer"),
usr.sbin/makefs/cd9660.c
269
OPT_STR("publisher"),
usr.sbin/makefs/cd9660.c
271
OPT_STR("volumeid"),