Home | Sort by: relevance | last modified time | path |
/src/usr.bin/vndcompress/ | |
main.c | 82 O->flags |= FLAG_c; 87 if (ISSET(O->flags, FLAG_c)) { 155 if (ISSET(O->flags, ~(FLAG_b | FLAG_c | FLAG_k | FLAG_l | |
common.h | 143 #define FLAG_c 0x0001 /* Compress */ |