Home
last modified time | relevance | path

Searched refs:lbool (Results 1 – 25 of 31) sorted by relevance

12

/src/contrib/less/
H A Dfuncs.h22 public lbool interactive(void);
43 public lbool is_at_equiv(int attr1, int attr2);
47 public lbool win32_kbhit2(lbool no_queued);
48 public lbool win32_kbhit(void);
73 …nt char *s, constant char **fmtvarptr, int *attrptr, constant char *default_fmt, lbool for_printf);
75 public lbool binary_char(LWCHAR c);
76 public lbool control_char(LWCHAR c);
80 public lbool is_utf8_well_formed(constant char *ss, int slen);
86 public lbool is_composing_char(LWCHAR ch);
87 public lbool is_ubin_char(LWCHAR ch);
[all …]
H A Dforwback.c21 public lbool squished;
24 public lbool first_time = TRUE; /* We're printing the first screen of output */
36 extern lbool plusoption;
39 extern lbool ignore_eoi;
45 extern lbool getting_one_screen;
77 public lbool eof_displayed(lbool offset) in eof_displayed()
103 public lbool entire_file_displayed(void) in entire_file_displayed()
169 lbool moved = FALSE; in overlay_header()
221 public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline, lbool do_stop… in forw()
224 lbool do_repaint; in forw()
[all …]
H A Doption.c24 public lbool plusoption = FALSE;
27 static int flip_triple(int val, lbool lc);
64 public void scan_option(constant char *s, lbool is_env) in scan_option()
71 lbool set_default; in scan_option()
72 lbool lc; in scan_option()
194 lbool ambig = FALSE; in scan_option()
320 public lbool toggle_option(struct loption *o, lbool lower, constant char *s, int how_toggle) in toggle_option()
505 static int flip_triple(int val, lbool lc) in flip_triple()
516 public lbool opt_has_param(constant struct loption *o) in opt_has_param()
559 public lbool isoptpending(void) in isoptpending()
[all …]
H A Dinput.c83 …OSITION forw_line_seg(POSITION curr_pos, lbool skipeol, lbool rscroll, lbool nochop, POSITION *p_l… in forw_line_seg()
89 lbool blankline; in forw_line_seg()
90 lbool endline; in forw_line_seg()
91 lbool chopped; in forw_line_seg()
94 lbool skipped_leading; in forw_line_seg()
346 public POSITION forw_line(POSITION curr_pos, POSITION *p_linepos, lbool *p_newline) in forw_line()
358 public POSITION back_line(POSITION curr_pos, lbool *p_newline) in back_line()
365 lbool endline; in back_line()
366 lbool chopped; in back_line()
369 lbool skipped_leading; in back_line()
H A Ddecode.c41 static constant lbool allow_drag = TRUE;
45 …id add_content_table(int (*call_lesskey)(constant char *, lbool), constant char *envname, lbool sy…
46 …table(int (*call_lesskey)(constant char *, lbool), constant char *envname, constant char *def_file…
572 static int mouse_button_left(int x, int y, lbool down, lbool drag) in mouse_button_left()
618 static int mouse_button_right(int x, int y, lbool down, lbool drag) in mouse_button_right()
656 static int x11mouse_button(int btn, int x, int y, lbool down, lbool drag) in x11mouse_button()
673 static int x11mouse_action(lbool skip) in x11mouse_action()
678 lbool drag = ((b & X11MOUSE_DRAG) != 0); in x11mouse_action()
704 static int x116mouse_action(lbool skip) in x116mouse_action()
709 lbool drag = ((b & X11MOUSE_DRAG) != 0); in x116mouse_action()
[all …]
H A Dos.c48 static lbool use_poll = TRUE;
54 static lbool any_data = FALSE;
80 static lbool reading;
81 static lbool opening;
82 public lbool waiting_for_data;
84 public lbool getting_one_screen = FALSE;
95 extern lbool ignore_eoi;
182 public lbool ttyin_ready(void) in ttyin_ready()
210 public lbool supports_ctrl_x(void) in supports_ctrl_x()
H A Dcmdbuf.c26 extern lbool marks_modified;
28 public lbool pasting = FALSE;
35 static lbool literal; /* Next input char should not be interpreted */
37 static lbool have_updown_match = FALSE;
39 static lbool insert_mode = TRUE;
46 static lbool in_completion = FALSE;
78 lbool modified;
193 public lbool cmdbuf_empty(void) in cmdbuf_empty()
759 public void cmd_addhist(struct mlist *mlist, constant char *cmd, lbool modified) in cmd_addhist()
843 static int cmd_edit(char c, lbool stay_in_completion) in cmd_edit()
[all …]
H A Dmain.c31 public lbool new_file;
40 public lbool quitting = FALSE;
48 public lbool force_logfile = FALSE;
73 extern lbool missing_cap;
80 extern lbool first_time;
81 extern lbool term_init_ever;
211 static lbool set_security_feature(constant char *word, size_t wlen, void *arg) in set_security_feature()
251 lbool end_opts = FALSE; in main()
252 lbool posixly_correct; in main()
H A Dcharset.c373 …ant char *s, constant char **fmtvarptr, int *attrptr, constant char *default_fmt, lbool for_printf) in setfmt()
502 public lbool binary_char(LWCHAR c) in binary_char()
514 public lbool control_char(LWCHAR c) in control_char()
611 public lbool is_utf8_well_formed(constant char *ss, int slen) in is_utf8_well_formed()
854 static lbool is_in_table(LWCHAR ch, struct wchar_range_table *table) in is_in_table()
880 static lbool not_user_defined(LWCHAR ch, struct wchar_range_table *tbl1, struct wchar_range_table *… in not_user_defined()
892 public lbool is_composing_char(LWCHAR ch) in is_composing_char()
904 public lbool is_ubin_char(LWCHAR ch) in is_ubin_char()
916 public lbool is_wide_char(LWCHAR ch) in is_wide_char()
926 public lbool is_omit_char(LWCHAR ch) in is_omit_char()
[all …]
H A Dcommand.c32 extern lbool quitting;
35 extern lbool ignore_eoi;
51 extern lbool search_wrapped;
53 extern lbool pasting;
85 static lbool opt_lower;
87 static lbool optgetname;
93 static lbool literal_char = FALSE;
94 static lbool ignoring_input = FALSE;
108 lbool ug_end_command;
156 public lbool in_mca(void) in in_mca()
[all …]
H A Dline.c56 static lbool ansi_in_line;
58 static lbool hlink_in_line;
74 static lbool is_null_line; /* There is no current line */
82 static lbool in_hilite;
83 static lbool clear_after_line;
237 public lbool is_ascii_char(LWCHAR ch) in is_ascii_char()
262 public lbool is_line_contig_pos(POSITION pos) in is_line_contig_pos()
289 public void prewind(lbool contig) in prewind()
636 public lbool is_ansi_end(LWCHAR ch) in is_ansi_end()
646 public lbool is_ansi_middle(LWCHAR ch) in is_ansi_middle()
[all …]
H A Dsearch.c47 extern lbool squished;
49 static lbool hide_hilite;
54 public lbool search_wrapped = FALSE;
134 lbool is_ucase_pattern;
150 static lbool is_ucase(constant char *str) in is_ucase()
247 static lbool prev_pattern(struct pattern_info *info) in prev_pattern()
262 public void repaint_hilite(lbool on) in repaint_hilite()
266 lbool save_hide_hilite; in repaint_hilite()
355 public void undo_search(lbool clear) in undo_search()
358 lbool osc8_active = undo_osc8(); in undo_search()
[all …]
H A Dfilename.c130 static lbool metachar(char c) in metachar()
138 static lbool must_quote(char c) in must_quote()
155 lbool use_quotes = FALSE; in shell_quoten()
156 lbool have_quotes = FALSE; in shell_quoten()
324 lbool quote = (strchr(str, ' ') != NULL); in xcpy_filename()
341 lbool expand = FALSE; in fexpand_copy()
472 public lbool bin_file(int f, ssize_t *n) in bin_file()
781 public lbool is_fake_pathname(constant char *path) in is_fake_pathname()
1007 public lbool is_dir(constant char *filename) in is_dir()
1009 lbool isdir = FALSE; in is_dir()
[all …]
H A Dch.c25 public lbool ignore_eoi = FALSE;
119 static lbool ch_have_ungotchar = FALSE;
125 extern lbool waiting_for_data;
224 lbool read_again; in ch_get()
227 lbool read_pipe_at_eof = FALSE; in ch_get()
402 static lbool tried = FALSE; in end_logfile()
431 lbool warned = FALSE; in sync_logfile()
441 lbool wrote = FALSE; in sync_logfile()
467 static lbool buffered(BLOCKNUM block) in buffered()
904 lbool keepstate = FALSE; in ch_close()
H A Dlang.h42 typedef enum lbool { LFALSE, LTRUE } lbool; enum
H A Dposition.c63 public void add_forw_pos(POSITION pos, lbool no_scroll) in add_forw_pos()
150 public lbool empty_screen(void) in empty_screen()
155 public lbool empty_lines(int s, int e) in empty_lines()
H A Dxbuf.c129 static lbool help_fixup(void *r, uintmax val, int rsize, int rsigned) in help_fixup()
194 public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_add()
201 public lbool help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_mul()
H A Dpattern.c230 public lbool is_null_pattern(PATTERN_TYPE pattern) in is_null_pattern()
299 static lbool match_pattern1(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, siz… in match_pattern1()
453 static lbool subsearch_ok(constant char **sp, constant char **ep, int search_type) in subsearch_ok()
464 public lbool match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size… in match_pattern()
469lbool matched = match_pattern1(pattern, tpattern, line, line_len, line_off, sp, ep, nsp, notbol, s… in match_pattern()
H A Dscreen.c157 extern lbool quitting;
261 static lbool term_init_done = FALSE;
262 public lbool term_init_ever = FALSE;
278 public lbool missing_cap = FALSE; /* Some capability is missing */
280 public lbool term_addrs = FALSE; /* "ti" has been sent to terminal */
281 public lbool full_screen = TRUE; /* We're using all lines of terminal */
2082 public lbool interactive(void) in interactive()
2929 static lbool WIN32put_fmt(constant char *fmt, int color) in WIN32put_fmt()
2951 static lbool win_set_color(int attr) in win_set_color()
2956 lbool out = FALSE; in win_set_color()
[all …]
H A Doutput.c34 extern lbool term_init_ever;
52 public void put_line(lbool forw_scroll) in put_line()
248 static lbool is_ansi_end_0(char c) in is_ansi_end_0()
445 public void set_output(int fd, lbool no_term_init) in set_output()
558 lbool v = 0; \ in TYPE_TO_A_FUNC()
H A Doptfunc.c33 extern lbool plusoption;
80 extern lbool force_logfile;
171 static void toggle_fraction(int *num, long *frac, constant char *s, constant char *printopt, lbool in toggle_fraction()
722 lbool v = FALSE; in set_tabs()
1048 static lbool next_cnum(constant char **sp, constant char *printopt, mutable int *p_num) in next_cnum()
1072 static lbool parse_header(constant char *s, int *lines, int *cols, POSITION *start_pos) in parse_header()
1287 public lbool autosave_action(char act) in autosave_action()
H A Dprompt.c24 extern lbool new_file;
100 static void ap_estr(constant char *s, lbool nprt) in ap_estr()
207 static lbool cond(char c, int where) in cond()
H A Dmark.c45 public lbool marks_modified = FALSE;
85 static lbool mark_is_set(struct mark *m) in mark_is_set()
220 public lbool badmark(char c) in badmark()
H A Dedit.c25 extern lbool new_file;
67 lbool meta_quoted = FALSE; in init_textlist()
68 lbool delim_quoted = FALSE; in init_textlist()
175 lbool esc = FALSE; in modeline_option_len()
H A Dtags.c72 lbool tag_endline; /* True if the pattern includes '$' */
114 static struct tag * maketagent(constant char *file, LINENUM linenum, constant char *pattern, lbool in maketagent()
263 lbool tagendline; in findctag()

12