Searched refs:BLANK (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10-stable/contrib/nvi/regex/
H A Dcclass.h44 RCHAR_T BLANK[] = {'b','l','a','n','k',0}; variable
65 { BLANK, " \t", "" },
/freebsd-10-stable/share/mklocale/
H A Dam_ET.UTF-8.src28 BLANK ' ' '\t' 0xe18da1
H A Dhi_IN.ISCII-DEV.src21 BLANK ' ' '\t' 0xa0
H A Dla_LN.US-ASCII.src18 BLANK ' ' '\t'
H A Dla_LN.ISO8859-1.src21 BLANK ' ' '\t' 0xa0
H A Dru_RU.KOI8-R.src21 BLANK ' ' '\t' 0x9a
H A Del_GR.ISO8859-7.src11 BLANK ' ' '\t' 0xa0
H A Dla_LN.ISO8859-13.src26 BLANK ' ' '\t' 0xa0
H A Dla_LN.ISO8859-15.src21 BLANK ' ' '\t' 0xa0
H A Dru_RU.CP866.src22 BLANK ' ' '\t' 0xff
H A Dru_RU.ISO8859-5.src12 BLANK ' ' '\t' 0xa0
H A Dtr_TR.ISO8859-9.src21 BLANK ' ' '\t' 0xa0
H A Duk_UA.KOI8-U.src21 BLANK ' ' '\t' 0x9a
H A Dbe_BY.CP1131.src23 BLANK ' ' '\t' 0xff
H A Dla_LN.ISO8859-2.src31 BLANK ' ' '\t' 0xa0
H A Dla_LN.ISO8859-4.src30 BLANK ' ' '\t' 0xa0
H A Dko_KR.eucKR.src39 BLANK ' ' '\t'
62 BLANK 0xa1a1
H A Dzh_CN.eucCN.src44 BLANK ' ' '\t'
57 BLANK 0xa1a1
H A Dbg_BG.CP1251.src28 BLANK ' ' '\t' 0xa0
H A Dja_JP.SJIS.src50 BLANK ' ' '\t'
64 BLANK 0xa0
75 BLANK 0x8140
/freebsd-10-stable/lib/libc/net/
H A Dnslexer.l55 BLANK [ \t]
61 {BLANK}+ ; /* skip whitespace */
/freebsd-10-stable/sys/ddb/
H A Ddb_input.c63 #define BLANK ' ' macro
110 db_putnchars(BLANK, n);
254 db_putnchars(BLANK, db_le - db_lbuf_start);
/freebsd-10-stable/contrib/nvi/vi/
H A Dv_sentence.c57 enum { BLANK, NONE, PERIOD } state; enumerator in enum:__anon4187
92 if ((state == PERIOD || state == BLANK) && --cnt == 0) {
128 state = BLANK;
132 state = BLANK;
135 if (state == BLANK && --cnt == 0) {
/freebsd-10-stable/usr.bin/mklocale/
H A Dlex.l109 BLANK { yylval.i = _CTYPE_B;
/freebsd-10-stable/sys/teken/
H A Dteken_subr.h121 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
145 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
392 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
424 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
475 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
511 teken_funcs_fill(t, &r, BLANK, &t->t_curattr);
537 teken_funcs_fill(t, &r, BLANK, &t->t_curattr);
644 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
676 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
720 teken_funcs_fill(t, &tr, BLANK,
[all...]

Completed in 106 milliseconds

12