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

  /src/distrib/utils/more/
less.h 47 #define CARAT_CHAR(c) ((c == '\177') ? '?' : (c | 0100))
line.c 397 *curr++ = (CARAT_CHAR(c) | 0200);
command.c 145 c = CARAT_CHAR(c);
564 c = CARAT_CHAR(c);

Completed in 12 milliseconds