Home
last modified time | relevance | path

Searched defs:Globals (Results 1 – 1 of 1) sorted by relevance

/haiku/src/bin/unzip/
H A Dglobals.h147 typedef struct Globals { struct
149 zvoid *callerglobs; /* pointer to structure of pass-through global vars */
153 UzpOpts UzO; /* command options of general use */
158 int M_flag; /* -M: built-in "more" function */
163 int height; /* check for SIGWINCH, etc., eventually... */
164 int lines; /* count of lines displayed on current screen */
166 int width;
167 int chars; /* count of screen characters in current line */
171 int tz_is_valid; /* indicates that timezone info can be used */
173 int noargs; /* did true command line have *any* arguments? */
[all …]