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

  /src/usr.bin/vndcompress/
main.c 107 if (ISSET(O->flags, FLAG_l)) {
111 O->flags |= FLAG_l;
155 if (ISSET(O->flags, ~(FLAG_b | FLAG_c | FLAG_k | FLAG_l |
common.h 150 #define FLAG_l 0x0080 /* Length of input */
vndcompress.c 456 if (ISSET(O->flags, FLAG_l)) {

Completed in 15 milliseconds