Searched defs:Globals (Results 1 – 1 of 1) sorted by relevance
147 typedef struct Globals { struct149 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 …]