Home
last modified time | relevance | path

Searched refs:BLANK (Results 1 – 25 of 56) sorted by relevance

123

/netbsd/src/usr.bin/fpr/
Dfpr.c52 #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/
Dlex.c41 # 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/
Dv_sentence.c63 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/
Dcclass.h43 RCHAR_T BLANK[] = {'b','l','a','n','k',0}; variable
64 { BLANK, " \t", "" },
/netbsd/src/lib/libc/net/
Dnslexer.l52 BLANK [ \t]
58 {BLANK}+ ; /* skip whitespace */
/netbsd/src/usr.bin/sort/
Dfields.c71 if (BLANK & d_mask[*(ptr)]) \
72 while (BLANK & d_mask[*(++(ptr))]); \
77 while (BLANK & l_d_mask[*(++pos)]); \
Dsort.h91 #define BLANK 1 /* ' ', '\t'; '\n' if -R is invoked */ macro
/netbsd/src/share/locale/ctype/
Dkk_KZ.PT154.src16 BLANK ' ' '\t'
40 BLANK 0xa0
Dtr_TR.ISO8859-9.src41 BLANK ' ' '\t'
60 BLANK 0xa0
Den_US.ASCII.src18 BLANK ' ' '\t'
Dja_JP.SJIS.src51 BLANK ' ' '\t'
65 BLANK 0xa0
77 BLANK 0x8140
Dru_RU.KOI8-R.src21 BLANK ' ' '\t' 0x9a
Den_US.ISO_8859-1.src21 BLANK ' ' '\t' 0xa0
Dru_RU.CP866.src21 BLANK ' ' '\t'
Del_GR.ISO8859-7.src13 BLANK ' ' '\t' 0xa0
Dlt_LT.ISO8859-13.src28 BLANK ' ' '\t' 0xa0
/netbsd/src/sys/ddb/
Ddb_input.c73 #define BLANK ' ' macro
117 db_putnchars(BLANK, n); in db_delete()
/netbsd/src/share/locale/ctype/charset/
DLatin-Hebrew14 BLANK 0x09 0x20
DLatin-6+15 BLANK 0x20
DLatin-114 BLANK 0x09 0x20
DASCII17 BLANK ' ' '\t'
DLatin-517 BLANK 0x09 0x20
DLatin-Cyrillic19 BLANK 0x09 0x20
DLatin-Greek18 BLANK 0x09 0x20
DLatin-621 BLANK 0x09 0x20

123