HomeSort by: relevance | last modified time | path
    Searched defs:BLANK (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_sentence.c 63 enum { BLANK, NONE, PERIOD } state;
98 if ((state == PERIOD || state == BLANK) && --cnt == 0) {
134 state = BLANK;
138 state = BLANK;
141 if (state == BLANK && --cnt == 0) {
  /src/external/bsd/nvi/dist/regex/
cclass.h 43 RCHAR_T BLANK[] = {'b','l','a','n','k',0};
64 { BLANK, " \t", "" },
  /src/sys/ddb/
db_input.c 73 #define BLANK ' '
117 db_putnchars(BLANK, n);
  /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/usr.bin/sort/
sort.h 91 #define BLANK 1 /* ' ', '\t'; '\n' if -R is invoked */
  /src/external/bsd/nsd/dist/simdzone/src/generic/
parser.h 132 #define BLANK (1<<6)
458 parser->file->start_of_line = classify[ (uint8_t)*(token->data+1) ] != BLANK;
515 parser->file->start_of_line = classify[ (uint8_t)*(token->data+1) ] != BLANK;
929 parser->file->start_of_line = classify[ (uint8_t)*(token->data+1) ] != BLANK;
975 parser->file->start_of_line = classify[ (uint8_t)*(*parser->file->fields.head+1) ] != BLANK;
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
lex.c 41 # define BLANK ' '
330 a[0] = BLANK;
352 *p++ = BLANK;
365 *p++ = BLANK;
368 *endcd++ = BLANK;
372 *endcd++ = (c == '\t' ? BLANK : c);
384 *endcd++ = BLANK;
387 if(a[5]!=BLANK && a[5]!='0')
390 if(*p != BLANK) goto initline;
392 if(*p != BLANK) goto initline
    [all...]
  /src/external/gpl2/mkhybrid/dist/
apple.h 28 #define BLANK " " /* blank type/creator */

Completed in 49 milliseconds