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

123

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Dudivsi3.S1 ! This file intentionally left blank
H A Dumodsi3.S1 ! This file intentionally left blank
/freebsd-12-stable/contrib/dma/
H A Daliases_scan.l17 ^([[:blank:]]*(#.*)?\n)+ ;/* ignore empty lines */
19 (\n?[[:blank:]]+|#.*)+ ;/* ignore whitespace and continuation */
/freebsd-12-stable/sys/modules/syscons/blank/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/syscons/blank
/freebsd-12-stable/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-12-stable/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, int const top, int const bottom, NCURSES_CH_T blank) argument
/freebsd-12-stable/sys/dev/syscons/blank/
H A Dblank_saver.c45 blank_saver(video_adapter_t *adp, int blank) argument
47 vidd_blank_display(adp, (blank) ? V_DISPLAY_BLANK : V_DISPLAY_ON);
/freebsd-12-stable/sys/dev/syscons/green/
H A Dgreen_saver.c45 green_saver(video_adapter_t *adp, int blank) argument
48 (blank) ? V_DISPLAY_STAND_BY : V_DISPLAY_ON);
/freebsd-12-stable/sys/dev/syscons/apm/
H A Dapm_saver.c61 apm_saver(video_adapter_t *adp, int blank) argument
66 if (blank==blanked)
69 blanked=blank;
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c114 static void ClearScreen(SCREEN *, NCURSES_CH_T blank);
121 static void ClearScreen(NCURSES_CH_T blank);
233 static const NCURSES_CH_T blank = NewChar(BLANK_TEXT); local
237 * not force the result to a blank:
258 ch = CHREF(blank);
259 TR(TRACE_CHARPUT, ("forced to blank"));
780 * If the attribute change location is a blank with a "safe"
783 * non-blank in the run.
1034 NCURSES_CH_T blank = blankchar; local
1036 AddAttr(blank, (AttrO
1053 NCURSES_CH_T blank = ClrBlank(NCURSES_SP_ARGx StdScreen(SP_PARM)); local
1076 ClrToEOL(NCURSES_SP_DCLx NCURSES_CH_T blank, int needclear) argument
1114 ClrToEOS(NCURSES_SP_DCLx NCURSES_CH_T blank) argument
1156 NCURSES_CH_T blank = NewScreen(SP_PARM)->_line[total - 1].text[last - 1]; local
1336 NCURSES_CH_T blank; local
1547 ClearScreen(NCURSES_SP_DCLx NCURSES_CH_T blank) argument
1730 scroll_csr_forward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1795 scroll_csr_backward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1860 scroll_idl(NCURSES_SP_DCLx int n, int del, int ins, NCURSES_CH_T blank) argument
1918 NCURSES_CH_T blank; local
2136 static const NCURSES_CH_T blank = NewChar(BLANK_TEXT); local
[all...]
/freebsd-12-stable/sys/modules/syscons/
H A DMakefile5 blank \
/freebsd-12-stable/contrib/ncurses/
H A Dmk-0th.awk58 # A blank in "subsets" indicates a split-off of the library into a separate
91 sub(/^@[[:blank:]]+/, "", which);
92 sub(/[[:blank:]]+$/, "", which);
/freebsd-12-stable/sys/dev/syscons/fade/
H A Dfade_saver.c47 fade_saver(video_adapter_t *adp, int blank) argument
53 if (blank) {
/freebsd-12-stable/contrib/ncurses/form/
H A Dfty_int.c184 bool blank = FALSE; local
194 if (blank)
204 blank = TRUE;
H A Dfty_num.c203 bool blank = FALSE; local
214 if (blank)
224 blank = TRUE;
/freebsd-12-stable/sys/dev/syscons/star/
H A Dstar_saver.c55 star_saver(video_adapter_t *adp, int blank) argument
70 if (blank) {
/freebsd-12-stable/contrib/flex/
H A Dscan.l109 WS [[:blank:]]+
110 OPTWS [[:blank:]]*
111 NOT_WS [^[:blank:]\r\n]
153 ^"%top"[[:blank:]]*"{"[[:blank:]]*{NL} {
201 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */
489 ^{OPTWS}{NL} ++linenum; /* allow blank lines in section 2 */
513 "$"/([[:blank:]]|{NL}) return '$';
749 {OPTWS}{NL}{OPTWS} ++linenum; /* Allow blank lines & continuations */
809 "[:blank
[all...]
/freebsd-12-stable/contrib/libxo/xopo/
H A Dxopo.c223 int blank = 0, line; local
232 blank = (buf[0] == '\n' && buf[1] == '\0');
265 if (!blank)
/freebsd-12-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c161 cchar_t blank = blankchar; local
166 if (wadd_wch_literal(win, blank) == ERR)
339 cchar_t blank = blankchar; local
340 AddAttr(blank, AttrOf(ch));
342 if (wadd_wch_literal(win, blank) == ERR)
/freebsd-12-stable/sys/dev/pst/
H A Dpst-raid.c334 int i, j, blank; local
337 for (i = j = blank = 0 ; i < len; i++) {
338 if (blank && src[i] == ' ')
340 if (blank && src[i] != ' ') {
342 blank = 0;
346 blank = 1;
/freebsd-12-stable/sys/dev/syscons/dragon/
H A Ddragon_saver.c185 dragon_saver(video_adapter_t *adp, int blank) argument
189 if (blank) {

Completed in 289 milliseconds

123