HomeSort by: relevance | last modified time | path
    Searched refs:blank (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/tests/usr.bin/indent/
opt_badp.c 6 * The option '-badp' forces a blank line between the first set of declarations
7 * in a function and the next comment or statement. It produces a blank line
12 /* An empty function body does not need a blank line. */
25 /* If an empty function body already has a blank line, it is kept. */
28 blank(void) function in typeref:typename:void
81 * A function body with a declaration and a statement gets a blank line between
106 /* If there already is a blank line in the right place, it is kept. */
122 /* Additional blank lines are kept. To remove them, see the '-sob' option. */
141 * The blank line is only inserted at the top of a function body, not in nested
172 * add a blank line after them
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
hubp.h 143 void (*set_blank)(struct hubp *hubp, bool blank);
144 void (*set_hubp_blank_en)(struct hubp *hubp, bool blank);
mem_input.h 167 void (*set_blank)(struct mem_input *mi, bool blank);
168 void (*set_hubp_blank_en)(struct mem_input *mi, bool blank);
  /src/sys/arch/evbarm/lubbock/
lubbock_var.h 74 void hex_led_blank( uint32_t value, int blank );
lubbock_machdep.c 1067 * a digit is blank when the corresponding bit in arg blank is 1
1072 hex_led_blank(uint32_t value, int blank)
1078 | ((blank & 0xff)<<8);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91-gatwick.dts 58 blank {
59 label = "gatwick:green:blank";
  /src/games/cribbage/
io.c 124 printcard(WINDOW *win, unsigned cardno, CARD c, BOOLEAN blank)
126 prcard(win, cardno * 2, cardno, c, blank);
134 prcard(WINDOW *win, int y, int x, CARD c, BOOLEAN blank)
144 if (!blank) {
157 prhand(const CARD h[], unsigned n, WINDOW *win, BOOLEAN blank)
163 printcard(win, i, *h++, blank);
crib.c 442 prcrib(BOOLEAN mycrib, BOOLEAN blank)
452 prcard(stdscr, CRIB_Y + 1, cardx, turnover, blank);
  /src/sys/arch/ia64/stand/common/
merge_help.awk 80 sub("[[:blank:]]+$", "");
81 if (help[ind, "text"] == 0 && $0 ~ /^[[:blank:]]*$/) next;
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 674 * DESCRIPTION: Remove "excess" blank lines - any more than 2 blank lines.
694 * Check for exactly one blank line after the copyright header
710 /* Replace a double blank line with a single */
715 AcpiOsPrintf ("Found multiple blank lines after copyright\n");
718 /* If no blank line after header, insert one */
723 AcpiOsPrintf ("Inserted blank line after copyright\n");
1245 /* This is a standalone blank line */
1256 /* Find the first non-blank character on this line */
1506 * comment, and 2) not a blank line
    [all...]
  /src/lib/libc/gen/
isctype.c 93 _ISCTYPE_FUNC(blank, _CTYPE_BL)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_hwseq.h 58 bool blank);
  /src/distrib/utils/libhack/
multibyte.c 180 MAPSINGLE(blank)
207 WCTENTRY(blank)
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 231 int drm_fb_helper_blank(int blank, struct fb_info *info);
317 static inline int drm_fb_helper_blank(int blank, struct fb_info *info)
  /src/usr.sbin/mmcformat/
mmcformat.c 640 /* XXX check if the device can blank! */
643 /* blank disc */
645 cmd[ 0] = 0xA1; /* blank */
646 cmd[ 1] = 16; /* Immediate, blank complete */
666 "-B blank cd-rw disc before formatting\n"
698 int blank, format, mrw, background; local in function:main
710 blank = 0;
731 blank = 1;
794 if (!blank && !format && !grow_session && !grow_spare &&
857 /* blank disc section *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 61 u16 blank, black; member in struct:video_levels
200 .blank = 225, .black = 267, .burst = 113,
210 .blank = 266, .black = 316, .burst = 133,
220 .blank = 225, .black = 225, .burst = 113,
230 .blank = 266, .black = 266, .burst = 133,
240 .blank = 237, .black = 237, .burst = 118,
250 .blank = 280, .black = 280, .burst = 139,
260 .blank = 225, .black = 267, .burst = 113,
270 .blank = 266, .black = 316, .burst = 133,
280 .blank = 225, .black = 267, .burst = 118
    [all...]
intel_fbdev.c 85 static int intel_fbdev_blank(int blank, struct fb_info *info)
92 ret = drm_fb_helper_blank(blank, info);
  /src/lib/libcurses/
refresh.c 1145 static __LDATA blank; local in function:makech
1164 blank.ch = win->bch;
1165 blank.attr = win->battr;
1166 blank.cflags = CA_BACKGROUND;
1168 if (_cursesi_copy_nsp(win->bnsp, &blank) == ERR)
1170 blank.wcols = win->wcols;
1223 csp = &blank;
1224 __CTRACE(__CTRACE_REFRESH, "makech: csp is blank\n");
1261 while ((_cursesi_celleq(cp, &blank) == 1) &&
1263 while (cp->ch == blank.ch &
    [all...]
addbytes.c 207 static char blank[] = " "; local in function:_cursesi_addbyte
234 if (waddbytes(win, blank, 1) == ERR)
291 * we could end up not displaying 'blank' characters
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer_private.h 95 bool blank);
  /src/sys/dev/pci/
lynxfb.c 99 int blank; member in struct:lynxfb
433 *(int *)data = fb->blank ? WSDISPLAYIO_VIDEO_OFF :
447 param->curval = fb->blank;
830 fb->blank = !enable;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_hw_sequencer.h 57 bool blank);
amdgpu_dcn10_hubp.c 46 void hubp1_set_blank(struct hubp *hubp, bool blank)
49 uint32_t blank_en = blank ? 1 : 0;
55 if (blank) {
115 static void hubp1_set_hubp_blank_en(struct hubp *hubp, bool blank)
118 uint32_t blank_en = blank ? 1 : 0;
  /src/lib/libc/locale/
iswctype_mb.c 72 _ISWCTYPE_FUNC(blank, _WCTYPE_INDEX_BLANK)
  /src/usr.bin/make/unit-tests/
deptgt-posix.mk 108 # POSIX defines comment lines as "blank lines, empty lines, and lines with

Completed in 28 milliseconds

1 2