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

  /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 */

Completed in 13 milliseconds