Lines Matching refs:optname

75 static struct optname a_optname      = { "search-skip-screen",   NULL };
76 static struct optname b_optname = { "buffers", NULL };
77 static struct optname B__optname = { "auto-buffers", NULL };
78 static struct optname c_optname = { "clear-screen", NULL };
79 static struct optname d_optname = { "dumb", NULL };
80 static struct optname D__optname = { "color", NULL };
81 static struct optname e_optname = { "quit-at-eof", NULL };
82 static struct optname f_optname = { "force", NULL };
83 static struct optname F__optname = { "quit-if-one-screen", NULL };
85 static struct optname g_optname = { "hilite-search", NULL };
87 static struct optname h_optname = { "max-back-scroll", NULL };
88 static struct optname i_optname = { "ignore-case", NULL };
89 static struct optname j_optname = { "jump-target", NULL };
90 static struct optname J__optname = { "status-column", NULL };
92 static struct optname k_optname = { "lesskey-file", NULL };
94 static struct optname K__optname = { "quit-on-intr", NULL };
95 static struct optname L__optname = { "no-lessopen", NULL };
96 static struct optname m_optname = { "long-prompt", NULL };
97 static struct optname n_optname = { "line-numbers", NULL };
99 static struct optname o_optname = { "log-file", NULL };
100 static struct optname O__optname = { "LOG-FILE", NULL };
102 static struct optname p_optname = { "pattern", NULL };
103 static struct optname P__optname = { "prompt", NULL };
104 static struct optname q2_optname = { "silent", NULL };
105 static struct optname q_optname = { "quiet", &q2_optname };
106 static struct optname r_optname = { "raw-control-chars", NULL };
107 static struct optname s_optname = { "squeeze-blank-lines", NULL };
108 static struct optname S__optname = { "chop-long-lines", NULL };
110 static struct optname t_optname = { "tag", NULL };
111 static struct optname T__optname = { "tag-file", NULL };
113 static struct optname u_optname = { "underline-special", NULL };
114 static struct optname V__optname = { "version", NULL };
115 static struct optname w_optname = { "hilite-unread", NULL };
116 static struct optname x_optname = { "tabs", NULL };
117 static struct optname X__optname = { "no-init", NULL };
118 static struct optname y_optname = { "max-forw-scroll", NULL };
119 static struct optname z_optname = { "window", NULL };
120 static struct optname quote_optname = { "quotes", NULL };
121 static struct optname tilde_optname = { "tilde", NULL };
122 static struct optname query_optname = { "help", NULL };
123 static struct optname pound_optname = { "shift", NULL };
124 static struct optname keypad_optname = { "no-keypad", NULL };
125 static struct optname oldbot_optname = { "old-bot", NULL };
126 static struct optname follow_optname = { "follow-name", NULL };
127 static struct optname use_backslash_optname = { "use-backslash", NULL };
128 static struct optname rscroll_optname = { "rscroll", NULL };
129 static struct optname nohistdups_optname = { "no-histdups", NULL };
130 static struct optname mousecap_optname = { "mouse", NULL };
131 static struct optname wheel_lines_optname = { "wheel-lines", NULL };
132 static struct optname perma_marks_optname = { "save-marks", NULL };
133 static struct optname linenum_width_optname = { "line-num-width", NULL };
134 static struct optname status_col_width_optname = { "status-col-width", NULL };
135 static struct optname incr_search_optname = { "incsearch", NULL };
136 static struct optname use_color_optname = { "use-color", NULL };
138 static struct optname ttyin_name_optname = { "tty", NULL };
139 static struct optname rstat_optname = { "rstat", NULL };
640 char *optname = *p_optname;
642 struct optname *oname;
646 struct optname *maxoname = NULL;
668 len = sprefix(optname, oname->oname, uppercase);
669 if (len <= 0 || is_optchar(optname[len]))
709 *p_optname = optname + maxlen;