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

/freebsd-current/contrib/nvi/regex/
H A Dcclass.h40 RCHAR_T BLANK[] = {'b','l','a','n','k',0}; variable
61 { BLANK, " \t", "" },
/freebsd-current/lib/libc/net/
H A Dnslexer.l52 BLANK [ \t]
58 {BLANK}+ ; /* skip whitespace */
/freebsd-current/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-current/sys/ddb/
H A Ddb_input.c76 #define BLANK ' ' macro
119 db_putnchars(BLANK, n);
276 db_putnchars(BLANK, db_le - db_lbuf_start);
/freebsd-current/contrib/nvi/vi/
H A Dv_sentence.c53 enum { BLANK, NONE, PERIOD } state; enumerator in enum:__anon5554
88 if ((state == PERIOD || state == BLANK) && --cnt == 0) {
124 state = BLANK;
128 state = BLANK;
131 if (state == BLANK && --cnt == 0) {
/freebsd-current/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);
411 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
443 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
496 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
532 teken_funcs_fill(t, &r, BLANK, &t->t_curattr);
558 teken_funcs_fill(t, &r, BLANK, &t->t_curattr);
665 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
697 teken_funcs_fill(t, &tr, BLANK, &t->t_curattr);
741 teken_funcs_fill(t, &tr, BLANK,
[all...]
H A Dteken.c67 #define BLANK ' ' macro
/freebsd-current/contrib/ncurses/form/
H A Dfld_def.c278 static const FIELD_CELL blank = BLANK;
H A Dfrm_driver.c213 static FIELD_CELL myBLANK = BLANK;
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c256 static cchar_t blank = BLANK;

Completed in 112 milliseconds