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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dselection.c42 /* clear_selection, highlight and highlight_pointer can be called
46 static inline void highlight(const int s, const int e) function
63 /* remove the current selection highlight, if any,
69 highlight(sel_start, sel_end);
217 highlight(new_sel_start, new_sel_end);
223 highlight(sel_end + 2, new_sel_end);
225 highlight(new_sel_end + 2, sel_end);
230 highlight(new_sel_start, sel_start - 2);
232 highlight(sel_start, new_sel_start - 2);
237 highlight(new_sel_star
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dtty3270.c43 unsigned char highlight; member in struct:tty3270_cell
73 unsigned int highlight; /* Blink/reverse/underscore */ member in struct:tty3270
959 * current color and highlight. This function does NOT do cursor movement.
972 cell->highlight = tp->highlight;
980 cell->highlight = tp->highlight;
993 unsigned char highlight; local
1002 highlight = TAX_RESET;
1005 if (cell->highlight !
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc404 inactivedColorGroup.setColor(QColorGroup::Highlight, palette().disabled().highlight());
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dqconf.cc332 inactivedColorGroup.setColor(QColorGroup::Highlight, palette().disabled().highlight());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dmaint.mk741 --highlight --frames --legend \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el54 ;; it should also highlight the msgid_plural string, I would say, since
176 (defcustom po-highlight-face 'highlight
178 Possible values are 'highlight', 'modeline', 'secondary-selection',
181 It's most convenient if the cursor color and highlight color are
560 The variable 'po-highlight-face' selects the face to use for highlighting."
562 (overlay-put overlay 'face po-highlight-face)
568 (defun po-highlight (overlay start end &optional buffer)
569 "Use OVERLAY to highlight the string from START to END.
591 (set-extent-face extent po-highlight
[all...]

Completed in 76 milliseconds