Searched refs:BLANK (Results 1 – 25 of 56) sorted by relevance
123
| /netbsd/src/usr.bin/fpr/ |
| D | fpr.c | 52 #define BLANK ' ' macro 110 case BLANK: in main() 141 case BLANK: in main() 232 text[i] = BLANK; in get_text() 282 if (ch == BLANK) in savech() 335 while (i > 0 && text[i - 1] == BLANK) in flush() 350 putchar(BLANK); in flush()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| D | lex.c | 41 # define BLANK ' ' macro 330 a[0] = BLANK; 352 *p++ = BLANK; 365 *p++ = BLANK; 368 *endcd++ = BLANK; 372 *endcd++ = (c == '\t' ? BLANK : c); 384 *endcd++ = BLANK; 387 if(a[5]!=BLANK && a[5]!='0') 390 if(*p != BLANK) goto initline; 392 if(*p != BLANK) goto initline; [all …]
|
| /netbsd/src/external/bsd/nvi/dist/vi/ |
| D | v_sentence.c | 63 enum { BLANK, NONE, PERIOD } state; in v_sentencef() enumerator 98 if ((state == PERIOD || state == BLANK) && --cnt == 0) { in v_sentencef() 134 state = BLANK; in v_sentencef() 138 state = BLANK; in v_sentencef() 141 if (state == BLANK && --cnt == 0) { in v_sentencef()
|
| /netbsd/src/external/bsd/nvi/dist/regex/ |
| D | cclass.h | 43 RCHAR_T BLANK[] = {'b','l','a','n','k',0}; variable 64 { BLANK, " \t", "" },
|
| /netbsd/src/lib/libc/net/ |
| D | nslexer.l | 52 BLANK [ \t] 58 {BLANK}+ ; /* skip whitespace */
|
| /netbsd/src/usr.bin/sort/ |
| D | fields.c | 71 if (BLANK & d_mask[*(ptr)]) \ 72 while (BLANK & d_mask[*(++(ptr))]); \ 77 while (BLANK & l_d_mask[*(++pos)]); \
|
| D | sort.h | 91 #define BLANK 1 /* ' ', '\t'; '\n' if -R is invoked */ macro
|
| /netbsd/src/share/locale/ctype/ |
| D | kk_KZ.PT154.src | 16 BLANK ' ' '\t' 40 BLANK 0xa0
|
| D | tr_TR.ISO8859-9.src | 41 BLANK ' ' '\t' 60 BLANK 0xa0
|
| D | en_US.ASCII.src | 18 BLANK ' ' '\t'
|
| D | ja_JP.SJIS.src | 51 BLANK ' ' '\t' 65 BLANK 0xa0 77 BLANK 0x8140
|
| D | ru_RU.KOI8-R.src | 21 BLANK ' ' '\t' 0x9a
|
| D | en_US.ISO_8859-1.src | 21 BLANK ' ' '\t' 0xa0
|
| D | ru_RU.CP866.src | 21 BLANK ' ' '\t'
|
| D | el_GR.ISO8859-7.src | 13 BLANK ' ' '\t' 0xa0
|
| D | lt_LT.ISO8859-13.src | 28 BLANK ' ' '\t' 0xa0
|
| /netbsd/src/sys/ddb/ |
| D | db_input.c | 73 #define BLANK ' ' macro 117 db_putnchars(BLANK, n); in db_delete()
|
| /netbsd/src/share/locale/ctype/charset/ |
| D | Latin-Hebrew | 14 BLANK 0x09 0x20
|
| D | Latin-6+ | 15 BLANK 0x20
|
| D | Latin-1 | 14 BLANK 0x09 0x20
|
| D | ASCII | 17 BLANK ' ' '\t'
|
| D | Latin-5 | 17 BLANK 0x09 0x20
|
| D | Latin-Cyrillic | 19 BLANK 0x09 0x20
|
| D | Latin-Greek | 18 BLANK 0x09 0x20
|
| D | Latin-6 | 21 BLANK 0x09 0x20
|
123