Lines Matching refs:EXT

45 EXT size_t tmplen;
46 EXT const char *tmpstr;
47 /* EXT char tmpchr; */
70 EXT int CMsize;
71 EXT int BCsize INIT(1);
72 EXT int DOsize INIT(1000);
73 EXT int UPsize INIT(1000);
74 EXT int NDsize INIT(1000);
76 EXT int charsperhalfsec;
78 EXT int real_y INIT(-100);
79 EXT int real_x INIT(-100);
84 EXT char filler[];
87 EXT char *bsptr INIT(filler+1);
89 EXT char term[12];
91 EXT char gfillen INIT(25);
93 EXT char *maxcmstring;
94 EXT char cmbuffer[512];
98 EXT char INTRCH INIT('\03');
101 EXT char circlebuf[PUSHSIZE];
102 EXT int nextin INIT(0);
103 EXT int nextout INIT(0);
106 EXT long iocount INIT(0);
125 EXT int devtty INIT(0);
151 EXT long iocount INIT(0);
164 EXT int devtty INIT(0);
165 EXT bool is_input INIT(false);
166 EXT char pending_ch INIT(0);
185 EXT struct termios _tty, _oldtty;
188 EXT struct termio _tty, _oldtty;
194 EXT struct sgttyb _tty;
195 EXT int _res_flg INIT(0);
198 EXT int _tty_ch INIT(2);
199 EXT bool bizarre INIT(false); /* do we need to restore terminal? */
256 EXT char *BC INIT(NULL); /* backspace character */
257 EXT char *UP INIT(NULL); /* move cursor up one line */
259 EXT char *myUP;
260 EXT char *ND INIT(NULL); /* non-destructive cursor right */
261 EXT char *myND;
262 EXT char *DO INIT(NULL); /* move cursor down one line */
263 EXT char *myDO;
264 EXT char *CR INIT(NULL); /* get to left margin, somehow */
265 EXT char *VB INIT(NULL); /* visible bell */
266 EXT char *CL INIT(NULL); /* home and clear screen */
267 EXT char *CE INIT(NULL); /* clear to end of line */
268 EXT char *CM INIT(NULL); /* cursor motion -- PWP */
269 EXT char *HO INIT(NULL); /* home cursor -- PWP */
270 EXT char *CD INIT(NULL); /* clear to end of display -- PWP */
271 EXT char *SO INIT(NULL); /* begin standout mode */
272 EXT char *SE INIT(NULL); /* end standout mode */
273 EXT int SG INIT(0); /* blanks left by SO and SE */
274 EXT char *US INIT(NULL); /* start underline mode */
275 EXT char *UE INIT(NULL); /* end underline mode */
276 EXT char *UC INIT(NULL); /* underline a character, if that's how it's done */
277 EXT int UG INIT(0); /* blanks left by US and UE */
278 EXT bool AM INIT(false); /* does terminal have automatic margins? */
279 EXT bool XN INIT(false); /* does it eat 1st newline after automatic wrap? */
281 EXT char PC INIT(0); /* pad character for use by tputs() */
282 EXT short ospeed INIT(0); /* terminal output speed, for use by tputs() */
284 EXT int LINES INIT(0), COLS INIT(0); /* size of screen */
285 EXT int just_a_sec INIT(960); /* 1 sec at current baud rate */
287 EXT char ERASECH; /* rubout character */
288 EXT char KILLCH; /* line delete character */