Searched refs:M_flag (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/unzip/
H A Dglobals.h158 int M_flag; /* -M: built-in "more" function */ member in struct:Globals
H A Dunzip.c1276 G.M_flag = FALSE, negative = 0;
1278 G.M_flag = TRUE;
1512 if (G.M_flag && !isatty(1)) /* stdout redirected: "more" func. useless */
1513 G.M_flag = 0;
H A Dzipinfo.c502 G.M_flag = FALSE, negative = 0;
504 G.M_flag = TRUE;
555 if (G.M_flag && !isatty(1)) /* stdout redirected: "more" func useless */
556 G.M_flag = 0;
H A Dfileio.c1286 if (((Uz_Globs *)pG)->M_flag)
1315 if (((Uz_Globs *)pG)->M_flag

Completed in 36 milliseconds