| /netbsd-src/external/historical/nawk/dist/bugs-fixed/ |
| H A D | space.bad | 1 " " ~ [[:blank:]] 3 \a !~ [[:blank:]] 5 \b !~ [[:blank:]] 7 \f ~ [[:blank:]] 9 \n ~ [[:blank:]] 11 \r ~ [[:blank:]] 13 \t ~ [[:blank:]] 15 \v ~ [[:blank:]]
|
| H A D | space.ok | 1 " " ~ [[:blank:]] 3 \a !~ [[:blank:]] 5 \b !~ [[:blank:]] 7 \f !~ [[:blank:]] 9 \n !~ [[:blank:]] 11 \r !~ [[:blank:]] 13 \t ~ [[:blank:]] 15 \v !~ [[:blank:]]
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-show-messages.c | 49 cmd_show_messages_terminals(struct cmd *self, struct cmdq_item *item, int blank) in cmd_show_messages_terminals() argument 60 if (blank) { in cmd_show_messages_terminals() 62 blank = 0; in cmd_show_messages_terminals() 79 int done, blank; in cmd_show_messages_exec() local 82 done = blank = 0; in cmd_show_messages_exec() 84 blank = cmd_show_messages_terminals(self, item, blank); in cmd_show_messages_exec() 88 job_print_summary(item, blank); in cmd_show_messages_exec()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/ |
| H A D | ctype_inline.h | 64 | blank); in _GLIBCXX_VISIBILITY() 79 if (this->is(blank, *__low)) __m |= blank; in _GLIBCXX_VISIBILITY() 129 | blank); in _GLIBCXX_VISIBILITY()
|
| H A D | ctype_base.h | 57 static const mask blank = _CTYPE_B; in _GLIBCXX_VISIBILITY() member 71 static const mask blank = _B; in _GLIBCXX_VISIBILITY() member
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/ |
| H A D | ctype_inline.h | 64 | blank); in _GLIBCXX_VISIBILITY() 79 if (this->is(blank, *__low)) __m |= blank; in _GLIBCXX_VISIBILITY() 129 | blank); in _GLIBCXX_VISIBILITY()
|
| H A D | ctype_base.h | 59 static const mask blank = _CTYPE_B; in _GLIBCXX_VISIBILITY() member 73 static const mask blank = _B; in _GLIBCXX_VISIBILITY() member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/darwin/ |
| H A D | ctype_inline.h | 64 | blank); in _GLIBCXX_VISIBILITY() 79 if (this->is(blank, *__low)) __m |= blank; in _GLIBCXX_VISIBILITY() 129 | blank); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/freebsd/ |
| H A D | ctype_inline.h | 64 | blank); in _GLIBCXX_VISIBILITY() 79 if (this->is(blank, *__low)) __m |= blank; in _GLIBCXX_VISIBILITY() 129 | blank); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | scan.l | 140 WS [[:blank:]]+ 141 OPTWS [[:blank:]]* 142 NOT_WS [^[:blank:]\r\n] 179 ^"%top"[[:blank:]]*"{"[[:blank:]]*{NL} { 542 "$"/([[:blank:]]|{NL}) return '$'; 845 "[:blank:]" BEGIN(CCL); return CCE_BLANK; 858 "[:^blank:]" BEGIN(CCL); return CCE_NEG_BLANK;
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| H A D | test4a | 14 ; Use comment lines instead of blank lines to combine update requests into 16 ; Separate update requests for distinct TLDs with blank lines or 'send' 17 ; End the file with a blank line or 'send'
|
| H A D | test4 | 14 ; Use comment lines instead of blank lines to combine update requests into 16 ; Separate update requests for distinct TLDs with blank lines or 'send' 17 ; End the file with a blank line or 'send'
|
| H A D | test6 | 14 ; Use comment lines instead of blank lines to combine update requests into 16 ; Separate update requests for distinct TLDs with blank lines or 'send' 17 ; End the file with a blank line or 'send'
|
| H A D | test5 | 14 ; Use comment lines instead of blank lines to combine update requests into 16 ; Separate update requests for distinct TLDs with blank lines or 'send' 17 ; End the file with a blank line or 'send'
|
| H A D | test3 | 14 ; Use comment lines instead of blank lines to combine update requests into 16 ; Separate update requests for distinct TLDs with blank lines or 'send' 17 ; End the file with a blank line or 'send'
|
| H A D | test2 | 15 ; Use comment lines instead of blank lines to combine update requests into 17 ; Separate update requests for distinct TLDs with blank lines or 'send' 18 ; End the file with a blank line or 'send'
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| H A D | ctime.c | 61 goto blank; in gf_ctime() 69 goto blank; in gf_ctime() 75 blank: in gf_ctime()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| H A D | ctime.c | 61 goto blank; in gf_ctime() 69 goto blank; in gf_ctime() 75 blank: in gf_ctime()
|
| /netbsd-src/games/cribbage/ |
| H A D | io.c | 124 printcard(WINDOW *win, unsigned cardno, CARD c, BOOLEAN blank) in printcard() argument 126 prcard(win, cardno * 2, cardno, c, blank); in printcard() 134 prcard(WINDOW *win, int y, int x, CARD c, BOOLEAN blank) in prcard() argument 144 if (!blank) { in prcard() 157 prhand(const CARD h[], unsigned n, WINDOW *win, BOOLEAN blank) in prhand() argument 163 printcard(win, i, *h++, blank); in prhand()
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | flat_bl.m | 13 this function is profiled, else blank. 17 else blank. 21 function is profiled, else blank.
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | test-getdate.sh | 186 Enter date, or blank line to exit. 237 Enter date, or blank line to exit. 299 Enter date, or blank line to exit.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | flat_bl.m | 13 this function is profiled, else blank. 17 else blank. 21 function is profiled, else blank.
|
| /netbsd-src/external/bsd/flex/dist/ |
| H A D | .indent.pro | 1 --blank-lines-after-declarations 2 --blank-lines-after-procedures
|
| /netbsd-src/external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/ |
| H A D | blanks.example.com.zone | 1 ; Test if the zone parser accepts various blank lines 12 ; completely blank line
|
| /netbsd-src/external/bsd/unbound/dist/testdata/blanks_https.tdir/127.0.0.1/ |
| H A D | blanks.example.com.zone | 1 ; Test if the zone parser accepts various blank lines 12 ; completely blank line
|