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

/freebsd-11-stable/contrib/nvi/regex/
H A Dcclass.h40 RCHAR_T BLANK[] = {'b','l','a','n','k',0}; variable
61 { BLANK, " \t", "" },
/freebsd-11-stable/lib/libc/net/
H A Dnslexer.l55 BLANK [ \t]
61 {BLANK}+ ; /* skip whitespace */
/freebsd-11-stable/sys/ddb/
H A Ddb_input.c63 #define BLANK ' ' macro
110 db_putnchars(BLANK, n);
268 db_putnchars(BLANK, db_le - db_lbuf_start);
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_sentence.c57 enum { BLANK, NONE, PERIOD } state; enumerator in enum:__anon5041
92 if ((state == PERIOD || state == BLANK) && --cnt == 0) {
128 state = BLANK;
132 state = BLANK;
135 if (state == BLANK && --cnt == 0) {
/freebsd-11-stable/usr.bin/mklocale/
H A Dlex.l109 BLANK { yylval.i = _CTYPE_B;
/freebsd-11-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...]
H A Dteken.c61 #define BLANK ' ' macro
/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_def.c279 static const FIELD_CELL blank = BLANK;
H A Dfrm_driver.c211 static FIELD_CELL myBLANK = BLANK;
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c202 static cchar_t blank = BLANK;
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c382 char *BLANK = ""; local
387 {"user", BLANK},
388 {"pass", BLANK},
389 {"dbname", BLANK},
390 {"server", BLANK},

Completed in 160 milliseconds