HomeSort by: relevance | last modified time | path
    Searched refs:CHARS (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-quote-dollar.mk 14 CHARS=${ASCII_CHARS:q} \
16 -V CHARS \
  /src/sys/dev/qbus/
qd.c 296 #define CHARS 190 /* # of chars in the font */
299 #define FONT_WIDTH (CHAR_WIDTH * CHARS) /* font width in pixels */
1781 * Display chars until the queue is empty.
1988 if ((chr - ' ') > (CHARS - 1)) {
3018 if ((CHARS/2 + CHARS%2) < max_chars_line)
3019 max_chars_line = CHARS/2 + CHARS%2;
3046 * because 2 chars are stored in a short in the PTOB loo
    [all...]

Completed in 13 milliseconds