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

1 2

  /src/share/locale/ctype/charset/
ASCII 17 BLANK ' ' '\t'
Latin-Hebrew 14 BLANK 0x09 0x20
Latin-6+ 15 BLANK 0x20
Latin-1 14 BLANK 0x09 0x20
Latin-5 17 BLANK 0x09 0x20
Latin-Cyrillic 19 BLANK 0x09 0x20
Latin-Greek 18 BLANK 0x09 0x20
Latin-6 21 BLANK 0x09 0x20
Latin-2 23 BLANK 0x09 0x20
Latin-3 25 BLANK 0x09 0x20
Latin-4 22 BLANK 0x09 0x20
  /src/share/locale/ctype/
tr_TR.ISO8859-9.src 41 BLANK ' ' '\t'
60 BLANK 0xa0
en_US.ASCII.src 18 BLANK ' ' '\t'
en_US.ISO_8859-1.src 21 BLANK ' ' '\t' 0xa0
ru_RU.CP866.src 21 BLANK ' ' '\t'
ru_RU.KOI8-R.src 21 BLANK ' ' '\t' 0x9a
kk_KZ.PT154.src 16 BLANK ' ' '\t'
40 BLANK 0xa0
el_GR.ISO8859-7.src 13 BLANK ' ' '\t' 0xa0
en_US.DIS_8859-15.src 21 BLANK ' ' '\t' 0xa0
lt_LT.ISO8859-13.src 28 BLANK ' ' '\t' 0xa0
uk_UA.KOI8-U.src 23 BLANK ' ' '\t' 0x9a
  /src/usr.bin/fpr/
fpr.c 52 #define BLANK ' '
110 case BLANK:
141 case BLANK:
232 text[i] = BLANK;
282 if (ch == BLANK)
335 while (i > 0 && text[i - 1] == BLANK)
350 putchar(BLANK);
  /src/lib/libc/net/
nslexer.l 52 BLANK [ \t]
58 {BLANK}+ ; /* skip whitespace */
  /src/usr.bin/sort/
fields.c 71 if (BLANK & d_mask[*(ptr)]) \
72 while (BLANK & d_mask[*(++(ptr))]); \
77 while (BLANK & l_d_mask[*(++pos)]); \
sort.h 91 #define BLANK 1 /* ' ', '\t'; '\n' if -R is invoked */

Completed in 45 milliseconds

1 2