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

1 2 3

  /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
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/external/bsd/tmux/dist/
cmd-show-messages.c 49 cmd_show_messages_terminals(struct cmd *self, struct cmdq_item *item, int blank)
60 if (blank) {
62 blank = 0;
79 int done, blank; local
82 done = blank = 0;
84 blank = cmd_show_messages_terminals(self, item, blank);
88 job_print_summary(item, blank);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
ctype_base.h 56 static const mask blank = _ISBLANK; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bionic/
ctype_base.h 56 static const mask blank = space; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
ctype_base.h 57 static const mask blank = _CTYPE_B; member in struct:ctype_base
71 static const mask blank = _B; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/dragonfly/
ctype_base.h 55 static const mask blank = _CTYPE_B; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
ctype_base.h 59 static const mask blank = _CTYPE_B; member in struct:ctype_base
73 static const mask blank = _B; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
ctype_base.h 60 static const mask blank = _CTYPE_BL; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/openbsd/
ctype_base.h 57 static const mask blank = space; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
ctype_base.h 55 static const mask blank = __dj_ISBLANK; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
ctype_base.h 55 static const mask blank = 1 << 10; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
ctype_base.h 61 static const mask blank = _ISblank; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
ctype_base.h 56 static const mask blank = _ISBLANK; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
ctype_base.h 62 static const mask blank = 1 << 10; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
ctype_base.h 62 static const mask blank = 1 << 10; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
ctype_base.h 56 static const mask blank = space; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
ctype_base.h 61 static const mask blank = _SP | _XB; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/solaris/
ctype_base.h 58 static const mask blank = _ISBLANK; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/
ctype_base.h 56 static const mask blank = _ISblank; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/uclibc/
ctype_base.h 63 static const mask blank = _ISblank; member in struct:ctype_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
ctype_base.h 60 static const mask blank = _C_WHITE_SPACE; member in struct:ctype_base
81 static const mask blank = _SP|_XB;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/aix/
ctype_base.h 56 static const mask blank = _ISBLANK; member in struct:ctype_base
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bionic/
ctype_base.h 56 static const mask blank = space; member in struct:ctype_base
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/darwin/
ctype_base.h 57 static const mask blank = _CTYPE_B; member in struct:ctype_base
71 static const mask blank = _B; member in struct:ctype_base
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/dragonfly/
ctype_base.h 55 static const mask blank = _CTYPE_B; member in struct:ctype_base

Completed in 34 milliseconds

1 2 3