Lines Matching refs:var

72 var	bool	NONL;		/* Terminal can't hack linefeeds doing a CR */
73 var bool UPPERCASE;
74 var short OCOLUMNS; /* Save columns for a hack in open mode */
76 var short outcol; /* Where the cursor is */
77 var short outline;
79 var short destcol; /* Where the cursor should be */
80 var short destline;
100 var struct termios tty; /* Use this one structure to change modes */
104 var struct sgttyb tty; /* Always stty/gtty using this one structure */
107 var struct tchars ottyc, nttyc; /* For V7 character masking */
110 var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */
115 var ttymode normf; /* Restore tty flags to this (someday) */
116 var bool normtty; /* Have to restore normal mode from normf */
128 var short costCM; /* # chars to output a typical cursor_address, with padding etc. */
129 var short costSR; /* likewise for scroll reverse */
130 var short costAL; /* likewise for insert line */
131 var short costDP; /* likewise for parm_down_cursor */
132 var short costLP; /* likewise for parm_left_cursor */
133 var short costRP; /* likewise for parm_right_cursor */
134 var short costCE; /* likewise for clear to end of line */
135 var short costCD; /* likewise for clear to end of display */
150 var struct maps arrows[MAXNOMACS]; /* macro defs - 1st 5 built in */
151 var struct maps immacs[MAXNOMACS]; /* for while in insert mode */
152 var struct maps abbrevs[MAXNOMACS]; /* for word abbreviations */
153 var int abbrepcnt; /* Repeating an abbreviation */
154 var int ldisc; /* line discipline for ucb tty driver */
155 var unsigned char mapspace[MAXCHARMACS];
156 var unsigned char *msnext; /* next free location in mapspace */
157 var int maphopcnt; /* check for infinite mapping loops */
158 var bool anyabbrs; /* true if abbr or unabbr has been done */
159 var unsigned char ttynbuf[20]; /* result of ttyname() */
160 var int ttymesg; /* original mode of users tty */
170 var int envlines;
171 var int envcolumns;
172 var int oldlines;
173 var int oldcolumns;