Home
last modified time | relevance | path

Searched refs:highlight (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtty3270.c45 unsigned char highlight; member
82 unsigned int highlight; /* Blink/reverse/underscore */ member
1082 * current color and highlight. This function does NOT do cursor movement.
1094 cell->highlight = tp->highlight; in tty3270_put_character()
1102 cell->highlight = tp->highlight; in tty3270_put_character()
1115 unsigned char highlight; in tty3270_convert_line() local
1124 highlight = TAX_RESET; in tty3270_convert_line()
1127 if (cell->highlight ! in tty3270_convert_line()
[all...]
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dselection.c51 /* clear_selection, highlight and highlight_pointer can be called
55 static inline void highlight(const int s, const int e) in highlight() function
77 * Remove the current selection highlight, if any from the console
84 highlight(vc_sel.start, vc_sel.end); in clear_selection()
288 highlight(new_sel_start, new_sel_end); in vc_do_selection()
294 highlight(vc_sel.end + 2, new_sel_end); in vc_do_selection()
296 highlight(new_sel_end + 2, vc_sel.end); in vc_do_selection()
301 highlight(new_sel_start, vc_sel.start - 2); in vc_do_selection()
303 highlight(vc_sel.start, new_sel_start - 2); in vc_do_selection()
308 highlight(new_sel_star in vc_do_selection()
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dselection.c51 /* clear_selection, highlight and highlight_pointer can be called
55 static inline void highlight(const int s, const int e) in highlight() function
78 * Remove the current selection highlight, if any from the console
85 highlight(vc_sel.start, vc_sel.end); in clear_selection()
289 highlight(new_sel_start, new_sel_end); in vc_do_selection()
295 highlight(vc_sel.end + 2, new_sel_end); in vc_do_selection()
297 highlight(new_sel_end + 2, vc_sel.end); in vc_do_selection()
302 highlight(new_sel_start, vc_sel.start - 2); in vc_do_selection()
304 highlight(vc_sel.start, new_sel_start - 2); in vc_do_selection()
309 highlight(new_sel_star in vc_do_selection()
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dcon3270.c51 unsigned char highlight:3; /* Blink/reverse/underscore */ member
316 unsigned char f_color, b_color, highlight; in tty3270_required_length() local
321 highlight = 0; in tty3270_required_length()
326 if (cell->attributes.highlight != highlight) { in tty3270_required_length()
327 flen += 3; /* TO_SA to switch highlight. */ in tty3270_required_length()
328 highlight = cell->attributes.highlight; in tty3270_required_length()
341 if (highlight) in tty3270_required_length()
356 if (attr->highlight) in tty3270_add_reset_attributes()
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dnconf.gui.c32 { .attr = &(_at), .has_color = true, .color_fg = _fg, .color_bg = _bg, .highlight = _hl }
34 { .attr = &(_at), .has_color = false, .highlight = _hl }
42 int highlight; member
107 int attr = p->highlight; in set_colors()
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh86 perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf \
88 check_exec_0 "perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf"

Completed in 7 milliseconds