Lines Matching defs:type

19  * Each handling function is passed a "type" and, if it is a string
21 * The type may be one of:
110 public void opt_o(int type, constant char *s)
120 switch (type)
160 public void opt__O(int type, constant char *s)
163 opt_o(type, s);
224 public void opt_j(int type, constant char *s)
226 switch (type)
251 public void opt_shift(int type, constant char *s)
253 switch (type)
275 public void opt_k(int type, constant char *s)
279 switch (type)
292 public void opt_ks(int type, constant char *s)
296 switch (type)
308 public void opt_kc(int type, constant char *s)
310 switch (type)
327 public void opt__S(int type, constant char *s)
329 switch (type)
341 public void opt_t(int type, constant char *s)
346 switch (type)
379 public void opt__T(int type, constant char *s)
384 switch (type)
408 public void opt_p(int type, constant char *s)
410 switch (type)
441 public void opt__P(int type, constant char *s)
446 switch (type)
477 public void opt_b(int type, constant char *s)
479 switch (type)
497 public void opt_i(int type, constant char *s)
499 switch (type)
514 public void opt__V(int type, constant char *s)
516 switch (type)
610 public void opt_D(int type, constant char *s)
615 switch (type)
660 if (type == TOGGLE)
718 public void opt_x(int type, constant char *s)
724 switch (type)
754 public void opt_quote(int type, constant char *s)
759 switch (type)
793 public void opt_rscroll(int type, constant char *s)
797 switch (type)
834 public void opt_query(int type, constant char *s)
836 switch (type)
848 public void opt_match_shift(int type, constant char *s)
850 switch (type)
875 public void opt_mousecap(int type, constant char *s)
877 switch (type)
895 public void opt_wheel_lines(int type, constant char *s)
897 switch (type)
913 public void opt_linenum_width(int type, constant char *s)
917 switch (type)
937 public void opt_status_col_width(int type, constant char *s)
941 switch (type)
961 public void opt_filesize(int type, constant char *s)
963 switch (type)
979 public void opt_intr(int type, constant char *s)
983 switch (type)
1062 public void opt_header(int type, constant char *s)
1064 switch (type)
1074 POSITION start_pos = (type == INIT) ? ch_zero() : position(TOP);
1097 public void opt_search_type(int type, constant char *s)
1105 switch (type)
1159 static void do_nosearch_headers(int type, int no_header_lines, int no_header_cols)
1161 switch (type)
1181 public void opt_nosearch_headers(int type, constant char *s)
1183 do_nosearch_headers(type, 1, 1);
1187 public void opt_nosearch_header_lines(int type, constant char *s)
1189 do_nosearch_headers(type, 1, 0);
1193 public void opt_nosearch_header_cols(int type, constant char *s)
1195 do_nosearch_headers(type, 0, 1);
1203 public void opt_ttyin_name(int type, constant char *s)
1205 switch (type)