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

/freebsd-13-stable/contrib/nvi/regex/
H A Dcclass.h40 RCHAR_T BLANK[] = {'b','l','a','n','k',0}; variable
61 { BLANK, " \t", "" },
/freebsd-13-stable/lib/libc/net/
H A Dnslexer.l58 BLANK [ \t]
64 {BLANK}+ ; /* skip whitespace */
/freebsd-13-stable/contrib/bearssl/T0/
H A DSType.cs72 internal static SType BLANK = new SType(0, 0); field in struct:SType
H A DT0Comp.cs310 AddNative("add-cc:", false, SType.BLANK, cpu => {
330 AddNative("cc:", false, SType.BLANK, cpu => {
354 AddNative("preamble", false, SType.BLANK, cpu => {
363 AddNative("postamble", false, SType.BLANK, cpu => {
426 AddNative("co", false, SType.BLANK, cpu => {
990 AddNative(".s", false, SType.BLANK, cpu => {
1002 AddNative("cr", false, SType.BLANK, cpu => {
/freebsd-13-stable/sys/ddb/
H A Ddb_input.c65 #define BLANK ' ' macro
112 db_putnchars(BLANK, n);
270 db_putnchars(BLANK, db_le - db_lbuf_start);
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_sentence.c53 enum { BLANK, NONE, PERIOD } state; enumerator in enum:__anon5489
88 if ((state == PERIOD || state == BLANK) && --cnt == 0) {
124 state = BLANK;
128 state = BLANK;
131 if (state == BLANK && --cnt == 0) {
/freebsd-13-stable/sys/teken/
H A Dteken_subr.h123 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
147 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
413 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
445 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
498 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
534 teken_funcs_fill(t, &r, BLANK, &t->t_curattr);
560 teken_funcs_fill(t, &r, BLANK, &t->t_curattr);
667 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
699 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
743 teken_funcs_fill(t, &tr, BLANK,
[all...]
H A Dteken.c69 #define BLANK ' ' macro
/freebsd-13-stable/contrib/ncurses/form/
H A Dfld_def.c280 static const FIELD_CELL blank = BLANK;
H A Dfrm_driver.c213 static FIELD_CELL myBLANK = BLANK;
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c203 static cchar_t blank = BLANK;
/freebsd-13-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 109 milliseconds