Searched refs:blank (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Dudivsi3.S1 ! This file intentionally left blank
H A Dumodsi3.S1 ! This file intentionally left blank
/freebsd-9.3-release/sys/modules/syscons/blank/
H A DMakefile3 .PATH: ${.CURDIR}/../../../dev/syscons/blank
/freebsd-9.3-release/tools/tools/genericize/
H A Dgenericize.pl72 my $blank = 0;
77 if ($blank) {
79 $blank = 0;
84 ++$blank unless $_;
111 if ($blank) {
113 $blank = 0;
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_clreol.c53 NCURSES_CH_T blank; local
77 blank = win->_nc_bkgd;
85 *ptr++ = blank;
H A Dlib_erase.c51 NCURSES_CH_T blank; local
57 blank = win->_nc_bkgd;
81 *sp = blank;
H A Dlib_clrbot.c55 NCURSES_CH_T blank = win->_nc_bkgd; local
68 *ptr++ = blank;
H A Dlib_delch.c53 NCURSES_CH_T blank = win->_nc_bkgd; local
63 *temp1 = blank;
H A Dlib_scroll.c53 NCURSES_CH_T blank)
95 win->_line[line].text[j] = blank;
112 win->_line[line].text[j] = blank;
49 _nc_scroll_window(WINDOW *win, int const n, NCURSES_SIZE_T const top, NCURSES_SIZE_T const bottom, NCURSES_CH_T blank) argument
/freebsd-9.3-release/sys/dev/syscons/blank/
H A Dblank_saver.c43 blank_saver(video_adapter_t *adp, int blank) argument
45 vidd_blank_display(adp, (blank) ? V_DISPLAY_BLANK : V_DISPLAY_ON);
/freebsd-9.3-release/sys/dev/syscons/green/
H A Dgreen_saver.c43 green_saver(video_adapter_t *adp, int blank) argument
46 (blank) ? V_DISPLAY_STAND_BY : V_DISPLAY_ON);
/freebsd-9.3-release/sys/dev/syscons/apm/
H A Dapm_saver.c59 apm_saver(video_adapter_t *adp, int blank) argument
64 if (blank==blanked)
67 blanked=blank;
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c108 static void ClearScreen(NCURSES_CH_T blank);
211 static const NCURSES_CH_T blank = NewChar(BLANK_TEXT); local
215 * not force the result to a blank:
236 ch = CHREF(blank);
237 TR(TRACE_CHARPUT, ("forced to blank"));
715 * If the attribute change location is a blank with a "safe"
718 * non-blank in the run.
959 NCURSES_CH_T blank = blankchar; local
961 AddAttr(blank, (AttrOf(BCE_BKGD(win)) & BCE_ATTRS));
962 return blank;
976 NCURSES_CH_T blank = ClrBlank(stdscr); local
1000 ClrToEOL(NCURSES_CH_T blank, bool needclear) argument
1040 ClrToEOS(NCURSES_CH_T blank) argument
1074 NCURSES_CH_T blank = newscr->_line[total - 1].text[last - 1]; local
1245 NCURSES_CH_T blank; local
1427 ClearScreen(NCURSES_CH_T blank) argument
1602 scroll_csr_forward(int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1659 scroll_csr_backward(int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1717 scroll_idl(int n, int del, int ins, NCURSES_CH_T blank) argument
1769 NCURSES_CH_T blank = ClrBlank(stdscr); local
1945 static const NCURSES_CH_T blank = NewChar(BLANK_TEXT); local
[all...]
/freebsd-9.3-release/sys/modules/syscons/
H A DMakefile5 blank \
/freebsd-9.3-release/sys/dev/syscons/fade/
H A Dfade_saver.c45 fade_saver(video_adapter_t *adp, int blank) argument
51 if (blank) {
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_int.c152 bool blank = FALSE; local
162 if (blank)
172 blank = TRUE;
H A Dform.priv.h202 bool blank = FALSE; \
211 if (blank) \
221 blank = TRUE; \
H A Dfty_num.c169 bool blank = FALSE; local
180 if (blank)
190 blank = TRUE;
/freebsd-9.3-release/sys/dev/syscons/star/
H A Dstar_saver.c53 star_saver(video_adapter_t *adp, int blank) argument
71 if (blank) {
/freebsd-9.3-release/contrib/cvs/lib/
H A Dtest-getdate.sh75 Enter date, or blank line to exit.
/freebsd-9.3-release/usr.bin/lex/
H A Dscan.l76 WS [[:blank:]]+
77 OPTWS [[:blank:]]*
78 NOT_WS [^[:blank:]\n]
146 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */
325 ^{OPTWS}{NL} ++linenum; /* allow blank lines in section 2 */
338 "$"/([[:blank:]]|{NL}) return '$';
522 "[:blank:]" BEGIN(CCL); return CCE_BLANK;
/freebsd-9.3-release/sys/dev/pst/
H A Dpst-raid.c333 int i, j, blank; local
336 for (i = j = blank = 0 ; i < len; i++) {
337 if (blank && src[i] == ' ')
339 if (blank && src[i] != ' ') {
341 blank = 0;
345 blank = 1;
/freebsd-9.3-release/sys/boot/common/
H A Dmerge_help.awk82 sub("[[:blank:]]+$", "");
83 if (help[ind, "text"] == 0 && $0 ~ /^[[:blank:]]*$/) next;
/freebsd-9.3-release/sys/dev/syscons/dragon/
H A Ddragon_saver.c202 dragon_saver(video_adapter_t *adp, int blank) argument
206 if (blank) {
/freebsd-9.3-release/sys/dev/syscons/fire/
H A Dfire_saver.c113 fire_saver(video_adapter_t *adp, int blank) argument
117 if (blank) {

Completed in 204 milliseconds

1234