Lines Matching refs:L

53 	{L("altwerase"),	f_altwerase,	OPT_0BOOL,	0},
55 {L("autoindent"), NULL, OPT_0BOOL, 0},
57 {L("autoprint"), NULL, OPT_1BOOL, 0},
59 {L("autowrite"), NULL, OPT_0BOOL, 0},
61 {L("backup"), NULL, OPT_STR, 0},
63 {L("beautify"), NULL, OPT_0BOOL, 0},
65 {L("cdpath"), NULL, OPT_STR, 0},
67 {L("cedit"), NULL, OPT_STR, 0},
69 {L("columns"), f_columns, OPT_NUM, OPT_NOSAVE},
71 {L("combined"), NULL, OPT_0BOOL, OPT_NOSET|OPT_WC},
73 {L("comment"), NULL, OPT_0BOOL, 0},
75 {L("directory"), NULL, OPT_STR, 0},
77 {L("edcompatible"),NULL, OPT_0BOOL, 0},
79 {L("errorbells"), NULL, OPT_0BOOL, 0},
81 {L("escapetime"), NULL, OPT_NUM, 0},
83 {L("exrc"), NULL, OPT_0BOOL, 0},
85 {L("extended"), f_recompile, OPT_0BOOL, 0},
87 {L("filec"), NULL, OPT_STR, 0},
89 {L("fileencoding"),f_encoding, OPT_STR, OPT_WC},
91 {L("flash"), NULL, OPT_1BOOL, 0},
93 {L("hardtabs"), NULL, OPT_NUM, 0},
95 {L("iclower"), f_recompile, OPT_0BOOL, 0},
97 {L("ignorecase"), f_recompile, OPT_0BOOL, 0},
99 {L("inputencoding"),f_encoding, OPT_STR, OPT_WC},
101 {L("keytime"), NULL, OPT_NUM, 0},
103 {L("leftright"), f_reformat, OPT_0BOOL, 0},
105 {L("lines"), f_lines, OPT_NUM, OPT_NOSAVE},
111 {L("lisp"), f_lisp, OPT_0BOOL, OPT_NOSAVE},
113 {L("list"), f_reformat, OPT_0BOOL, 0},
119 {L("lock"), NULL, OPT_1BOOL, 0},
121 {L("magic"), NULL, OPT_1BOOL, 0},
123 {L("matchchars"), NULL, OPT_STR, OPT_PAIRS},
125 {L("matchtime"), NULL, OPT_NUM, 0},
127 {L("mesg"), NULL, OPT_1BOOL, 0},
136 {L("modeline"), NULL, OPT_0BOOL, OPT_NOSET},
138 {L("msgcat"), f_msgcat, OPT_STR, 0},
140 {L("noprint"), f_print, OPT_STR, 0},
142 {L("number"), f_reformat, OPT_0BOOL, 0},
144 {L("octal"), f_print, OPT_0BOOL, 0},
146 {L("open"), NULL, OPT_1BOOL, 0},
148 {L("optimize"), NULL, OPT_1BOOL, 0},
150 {L("paragraphs"), NULL, OPT_STR, OPT_PAIRS},
152 {L("path"), NULL, OPT_STR, 0},
154 {L("print"), f_print, OPT_STR, 0},
156 {L("prompt"), NULL, OPT_1BOOL, 0},
158 {L("readonly"), f_readonly, OPT_0BOOL, OPT_ALWAYS},
160 {L("recdir"), NULL, OPT_STR, 0},
162 {L("redraw"), NULL, OPT_0BOOL, 0},
164 {L("remap"), NULL, OPT_1BOOL, 0},
166 {L("report"), NULL, OPT_NUM, 0},
168 {L("ruler"), NULL, OPT_0BOOL, 0},
170 {L("scroll"), NULL, OPT_NUM, 0},
172 {L("searchincr"), NULL, OPT_0BOOL, 0},
174 {L("sections"), NULL, OPT_STR, OPT_PAIRS},
176 {L("secure"), NULL, OPT_0BOOL, OPT_NOUNSET},
178 {L("shell"), NULL, OPT_STR, 0},
180 {L("shellmeta"), NULL, OPT_STR, 0},
182 {L("shiftwidth"), NULL, OPT_NUM, OPT_NOZERO},
184 {L("showmatch"), NULL, OPT_0BOOL, 0},
186 {L("showmode"), NULL, OPT_0BOOL, 0},
188 {L("sidescroll"), NULL, OPT_NUM, OPT_NOZERO},
190 {L("slowopen"), NULL, OPT_0BOOL, 0},
199 {L("sourceany"), NULL, OPT_0BOOL, OPT_NOSET},
201 {L("tabstop"), f_reformat, OPT_NUM, OPT_NOZERO},
203 {L("taglength"), NULL, OPT_NUM, 0},
205 {L("tags"), NULL, OPT_STR, 0},
211 {L("term"), NULL, OPT_STR, OPT_ADISP|OPT_NOSAVE},
213 {L("terse"), NULL, OPT_0BOOL, 0},
215 {L("tildeop"), NULL, OPT_0BOOL, 0},
217 {L("timeout"), NULL, OPT_1BOOL, 0},
219 {L("ttywerase"), f_ttywerase, OPT_0BOOL, 0},
221 {L("verbose"), NULL, OPT_0BOOL, 0},
223 {L("w1200"), f_w1200, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
225 {L("w300"), f_w300, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
227 {L("w9600"), f_w9600, OPT_NUM, OPT_NDISP|OPT_NOSAVE},
229 {L("warn"), NULL, OPT_1BOOL, 0},
231 {L("window"), f_window, OPT_NUM, 0},
233 {L("windowname"), NULL, OPT_0BOOL, 0},
235 {L("wraplen"), NULL, OPT_NUM, 0},
237 {L("wrapmargin"), NULL, OPT_NUM, 0},
239 {L("wrapscan"), NULL, OPT_1BOOL, 0},
241 {L("writeany"), NULL, OPT_0BOOL, 0},
251 {L("ai"), O_AUTOINDENT}, /* 4BSD */
252 {L("ap"), O_AUTOPRINT}, /* 4BSD */
253 {L("aw"), O_AUTOWRITE}, /* 4BSD */
254 {L("bf"), O_BEAUTIFY}, /* 4BSD */
255 {L("co"), O_COLUMNS}, /* 4.4BSD */
256 {L("dir"), O_TMPDIR}, /* 4BSD */
257 {L("eb"), O_ERRORBELLS}, /* 4BSD */
258 {L("ed"), O_EDCOMPATIBLE}, /* 4BSD */
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 */
347 L("cdpath=%s"), (s = getenv("CDPATH")) == NULL ? ":" : s); in opts_init()
349 OI(O_CEDIT, L("cedit=\033")); in opts_init()
359 L("directory=%s"), (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s); in opts_init()
361 OI(O_ESCAPETIME, L("escapetime=6")); in opts_init()
362 OI(O_FILEC, L("filec=\t")); in opts_init()
363 OI(O_KEYTIME, L("keytime=6")); in opts_init()
364 OI(O_MATCHCHARS, L("matchchars=()[]{}")); in opts_init()
365 OI(O_MATCHTIME, L("matchtime=7")); in opts_init()
366 (void)SPRINTF(b2, SIZE(b2), L("msgcat=%s"), _PATH_MSGCAT); in opts_init()
368 OI(O_REPORT, L("report=5")); in opts_init()
369 OI(O_PARAGRAPHS, L("paragraphs=IPLPPPQPP LIpplpipbp")); in opts_init()
370 (void)SPRINTF(b2, SIZE(b2), L("path=%s"), ""); in opts_init()
372 (void)SPRINTF(b2, SIZE(b2), L("recdir=%s"), _PATH_PRESERVE); in opts_init()
374 OI(O_SECTIONS, L("sections=NHSHH HUnhsh")); in opts_init()
376 L("shell=%s"), (s = getenv("SHELL")) == NULL ? _PATH_BSHELL : s); in opts_init()
378 OI(O_SHELLMETA, L("shellmeta=~{[*?$`'\"\\")); in opts_init()
379 OI(O_SHIFTWIDTH, L("shiftwidth=8")); in opts_init()
380 OI(O_SIDESCROLL, L("sidescroll=16")); in opts_init()
381 OI(O_TABSTOP, L("tabstop=8")); in opts_init()
382 (void)SPRINTF(b2, SIZE(b2), L("tags=%s"), _PATH_TAGS); in opts_init()
392 (void)SPRINTF(b2, SIZE(b2), L("scroll=%ld"), v); in opts_init()
413 (void)SPRINTF(b2, SIZE(b2), L("window=%lu"), v); in opts_init()
488 if (!STRCMP(argv[0]->bp, L("all"))) { in opts_set()