Lines Matching refs:L

50 	{L("altwerase"),	f_altwerase,	OPT_0BOOL,	0},
52 {L("autoindent"), NULL, OPT_0BOOL, 0},
54 {L("autoprint"), NULL, OPT_1BOOL, 0},
56 {L("autowrite"), NULL, OPT_0BOOL, 0},
58 {L("backup"), NULL, OPT_STR, 0},
60 {L("beautify"), NULL, OPT_0BOOL, 0},
62 {L("cdpath"), NULL, OPT_STR, 0},
64 {L("cedit"), NULL, OPT_STR, 0},
66 {L("columns"), f_columns, OPT_NUM, OPT_NOSAVE},
68 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC},
70 {L("comment"), NULL, OPT_0BOOL, 0},
72 {L("directory"), NULL, OPT_STR, 0},
74 {L("edcompatible"),NULL, OPT_0BOOL, 0},
76 {L("errorbells"), NULL, OPT_0BOOL, 0},
78 {L("escapetime"), NULL, OPT_NUM, 0},
80 {L("expandtab"), NULL, OPT_0BOOL, 0},
82 {L("exrc"), NULL, OPT_0BOOL, 0},
84 {L("extended"), f_recompile, OPT_0BOOL, 0},
86 {L("filec"), NULL, OPT_STR, 0},
88 {L("fileencoding"),f_encoding, OPT_STR, OPT_WC},
90 {L("flash"), NULL, OPT_1BOOL, 0},
92 {L("hardtabs"), NULL, OPT_NUM, 0},
94 {L("iclower"), f_recompile, OPT_0BOOL, 0},
96 {L("ignorecase"), f_recompile, OPT_0BOOL, 0},
98 {L("inputencoding"),f_encoding, OPT_STR, OPT_WC},
100 {L("keytime"), NULL, OPT_NUM, 0},
102 {L("leftright"), f_reformat, OPT_0BOOL, 0},
104 {L("lines"), f_lines, OPT_NUM, OPT_NOSAVE},
110 {L("lisp"), f_lisp, OPT_0BOOL, OPT_NOSAVE},
112 {L("list"), f_reformat, OPT_0BOOL, 0},
118 {L("lock"), NULL, OPT_1BOOL, 0},
120 {L("magic"), NULL, OPT_1BOOL, 0},
122 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS},
124 {L("matchtime"), NULL, OPT_NUM, 0},
126 {L("mesg"), NULL, OPT_1BOOL, 0},
135 {L("modeline"), NULL, OPT_0BOOL, OPT_NOSET},
137 {L("msgcat"), f_msgcat, OPT_STR, 0},
139 {L("noprint"), f_print, OPT_STR, 0},
141 {L("number"), f_reformat, OPT_0BOOL, 0},
143 {L("octal"), f_print, OPT_0BOOL, 0},
145 {L("open"), NULL, OPT_1BOOL, 0},
147 {L("optimize"), NULL, OPT_1BOOL, 0},
149 {L("paragraphs"), NULL, OPT_STR, OPT_PAIRS},
151 {L("path"), NULL, OPT_STR, 0},
153 {L("print"), f_print, OPT_STR, 0},
155 {L("prompt"), NULL, OPT_1BOOL, 0},
157 {L("readonly"), f_readonly, OPT_0BOOL, OPT_ALWAYS},
159 {L("recdir"), NULL, OPT_STR, 0},
161 {L("redraw"), NULL, OPT_0BOOL, 0},
163 {L("remap"), NULL, OPT_1BOOL, 0},
165 {L("report"), NULL, OPT_NUM, 0},
167 {L("ruler"), NULL, OPT_0BOOL, 0},
169 {L("scroll"), NULL, OPT_NUM, 0},
171 {L("searchincr"), NULL, OPT_0BOOL, 0},
173 {L("sections"), NULL, OPT_STR, OPT_PAIRS},
175 {L("secure"), NULL, OPT_0BOOL, OPT_NOUNSET},
177 {L("shell"), NULL, OPT_STR, 0},
179 {L("shellmeta"), NULL, OPT_STR, 0},
181 {L("shiftwidth"), NULL, OPT_NUM, OPT_NOZERO},
183 {L("showmatch"), NULL, OPT_0BOOL, 0},
185 {L("showmode"), NULL, OPT_0BOOL, 0},
187 {L("sidescroll"), NULL, OPT_NUM, OPT_NOZERO},
189 {L("slowopen"), NULL, OPT_0BOOL, 0},
198 {L("sourceany"), NULL, OPT_0BOOL, OPT_NOSET},
200 {L("tabstop"), f_reformat, OPT_NUM, OPT_NOZERO},
202 {L("taglength"), NULL, OPT_NUM, 0},
204 {L("tags"), NULL, OPT_STR, 0},
210 {L("term"), NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE},
212 {L("terse"), NULL, OPT_0BOOL, 0},
214 {L("tildeop"), NULL, OPT_0BOOL, 0},
216 {L("timeout"), NULL, OPT_1BOOL, 0},
218 {L("ttywerase"), f_ttywerase, OPT_0BOOL, 0},
220 {L("verbose"), NULL, OPT_0BOOL, 0},
222 {L("w1200"), f_w1200, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
224 {L("w300"), f_w300, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
226 {L("w9600"), f_w9600, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
228 {L("warn"), NULL, OPT_1BOOL, 0},
230 {L("window"), f_window, OPT_NUM, 0},
232 {L("windowname"), NULL, OPT_0BOOL, 0},
234 {L("wraplen"), NULL, OPT_NUM, 0},
236 {L("wrapmargin"), NULL, OPT_NUM, 0},
238 {L("wrapscan"), NULL, OPT_1BOOL, 0},
240 {L("writeany"), NULL, OPT_0BOOL, 0},
250 {L("ai"), O_AUTOINDENT}, /* 4BSD */
251 {L("ap"), O_AUTOPRINT}, /* 4BSD */
252 {L("aw"), O_AUTOWRITE}, /* 4BSD */
253 {L("bf"), O_BEAUTIFY}, /* 4BSD */
254 {L("co"), O_COLUMNS}, /* 4.4BSD */
255 {L("dir"), O_TMPDIR}, /* 4BSD */
256 {L("eb"), O_ERRORBELLS}, /* 4BSD */
257 {L("ed"), O_EDCOMPATIBLE}, /* 4BSD */
258 {L("et"), O_EXPANDTAB}, /* NetBSD 5.0 */
259 {L("ex"), O_EXRC}, /* System V (undocumented) */
260 {L("fe"), O_FILEENCODING},
261 {L("ht"), O_HARDTABS}, /* 4BSD */
262 {L("ic"), O_IGNORECASE}, /* 4BSD */
263 {L("ie"), O_INPUTENCODING},
264 {L("li"), O_LINES}, /* 4.4BSD */
265 {L("modelines"), O_MODELINE}, /* HPUX */
266 {L("nu"), O_NUMBER}, /* 4BSD */
267 {L("opt"), O_OPTIMIZE}, /* 4BSD */
268 {L("para"), O_PARAGRAPHS}, /* 4BSD */
269 {L("re"), O_REDRAW}, /* O'Reilly */
270 {L("ro"), O_READONLY}, /* 4BSD (undocumented) */
271 {L("scr"), O_SCROLL}, /* 4BSD (undocumented) */
272 {L("sect"), O_SECTIONS}, /* O'Reilly */
273 {L("sh"), O_SHELL}, /* 4BSD */
274 {L("slow"), O_SLOWOPEN}, /* 4BSD */
275 {L("sm"), O_SHOWMATCH}, /* 4BSD */
276 {L("smd"), O_SHOWMODE}, /* 4BSD */
277 {L("sw"), O_SHIFTWIDTH}, /* 4BSD */
278 {L("tag"), O_TAGS}, /* 4BSD (undocumented) */
279 {L("tl"), O_TAGLENGTH}, /* 4BSD */
280 {L("to"), O_TIMEOUT}, /* 4BSD (undocumented) */
281 {L("ts"), O_TABSTOP}, /* 4BSD */
282 {L("tty"), O_TERM}, /* 4BSD (undocumented) */
283 {L("ttytype"), O_TERM}, /* 4BSD (undocumented) */
284 {L("w"), O_WINDOW}, /* O'Reilly */
285 {L("wa"), O_WRITEANY}, /* 4BSD */
286 {L("wi"), O_WINDOW}, /* 4BSD (undocumented) */
287 {L("wl"), O_WRAPLEN}, /* 4.4BSD */
288 {L("wm"), O_WRAPMARGIN}, /* 4BSD */
289 {L("ws"), O_WRAPSCAN}, /* 4BSD */
345 L("cdpath=%s"), (s = getenv("CDPATH")) == NULL ? ":" : s); in opts_init()
347 OI(O_CEDIT, L("cedit=\033")); in opts_init()
357 L("directory=%s"), (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s); in opts_init()
359 OI(O_ESCAPETIME, L("escapetime=6")); in opts_init()
360 OI(O_FILEC, L("filec=\t")); in opts_init()
361 OI(O_KEYTIME, L("keytime=6")); in opts_init()
362 OI(O_MATCHCHARS, L("matchchars=()[]{}")); in opts_init()
363 OI(O_MATCHTIME, L("matchtime=7")); in opts_init()
364 (void)SPRINTF(b2, SIZE(b2), L("msgcat=%s"), _PATH_MSGCAT); in opts_init()
366 OI(O_REPORT, L("report=5")); in opts_init()
367 OI(O_PARAGRAPHS, L("paragraphs=IPLPPPQPP LIpplpipbp")); in opts_init()
368 (void)SPRINTF(b2, SIZE(b2), L("path=%s"), ""); in opts_init()
370 (void)SPRINTF(b2, SIZE(b2), L("recdir=%s"), NVI_PATH_PRESERVE); in opts_init()
372 OI(O_SECTIONS, L("sections=NHSHH HUnhsh")); in opts_init()
374 L("shell=%s"), (s = getenv("SHELL")) == NULL ? _PATH_BSHELL : s); in opts_init()
376 OI(O_SHELLMETA, L("shellmeta=~{[*?$`'\"\\")); in opts_init()
377 OI(O_SHIFTWIDTH, L("shiftwidth=8")); in opts_init()
378 OI(O_SIDESCROLL, L("sidescroll=16")); in opts_init()
379 OI(O_TABSTOP, L("tabstop=8")); in opts_init()
380 (void)SPRINTF(b2, SIZE(b2), L("tags=%s"), _PATH_TAGS); in opts_init()
390 (void)SPRINTF(b2, SIZE(b2), L("scroll=%ld"), v); in opts_init()
411 (void)SPRINTF(b2, SIZE(b2), L("window=%lu"), v); in opts_init()
483 if (!STRCMP(argv[0]->bp, L("all"))) { in opts_set()