Lines Matching +full:fixed +full:- +full:rate
32 * University Copyright- Copyright (c) 1982, 1986, 1988
36 * University Acknowledgment- Portions of this document are derived from
48 #define _NOHASH (-1) /* if the hash value is unknown */
49 #define _REDRAW (-2) /* if line need redrawn */
50 #define _BLANK (-3) /* if line is blank */
55 #define _INPUTPENDING cur_term->_iwait
57 #define _VIDS(na, oa) (vidupdate((na), (oa), _outch), curscr->_attrs = (na))
58 #define _ONINSERT() (_PUTS(enter_insert_mode, 1), SP->phys_irm = TRUE)
59 #define _OFFINSERT() (_PUTS(exit_insert_mode, 1), SP->phys_irm = FALSE)
72 short icfixed; /* Insert char fixed overhead */
73 short dcfixed; /* Delete char fixed overhead */
97 #define _COST(field) (SP->term_costs.field)
121 unsigned fl_nonl : 1; /* do not xlate input \r-> \n */
130 long baud; /* baud rate of this tty */
166 extern short cswidth[], /* byte size of multi-byte chars */
172 #define MBIT 0200 /* indicator for a multi-byte char */
192 /* Getting the baud rate is different on the two systems. */
216 #define _WCHAR(w, c) (_CHAR((c) == _BLNKCHAR ? (w)->_bkgd : (c))| \
217 (((c) & A_COLOR) ? ((w)->_attrs & ~A_COLOR) : \
218 ((w)->_attrs)))
224 #define _BEGNS curscr->_firstch
225 #define _ENDNS curscr->_lastch
228 #define _CURHASH SP->cur_hash
229 #define _VIRTHASH SP->virt_hash
232 #define _VIRTTOP _virtscr->_parx
233 #define _VIRTBOT _virtscr->_pary
236 #define _MARKS SP->_mks
237 #define _COLOR_MARKS SP->_color_mks