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

  /src/usr.bin/vndcompress/
main.c 124 O->flags |= FLAG_r;
128 O->flags |= FLAG_R;
156 FLAG_p | FLAG_r | FLAG_R | FLAG_w)))
158 if (ISSET(O->flags, FLAG_R) && !ISSET(O->flags, FLAG_r)) {
common.h 146 #define FLAG_r 0x0008 /* Restart */
148 #define FLAG_R 0x0020 /* abort on Restart failure */
vndcompress.c 445 if (!ISSET(O->flags, FLAG_r))
447 else if (!ISSET(O->flags, FLAG_R))
499 if (ISSET(O->flags, FLAG_r)) {
516 if (ISSET(O->flags, FLAG_R))

Completed in 13 milliseconds