Home | Sort by: relevance | last modified time | path |
/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); |