Lines Matching defs:line

117 typedef	short	line;
119 typedef int line;
222 var line *endcore; /* Last available core location */
224 var line *fendcore; /* First address in line pointer space */
227 var bool hush; /* Command line option - was given, hush up! */
234 var unsigned char *input; /* Current position in cmd line input buffer */
242 var unsigned char linebuf[LBSIZE]; /* The primary line buffer */
244 var line names['z'-'a'+2]; /* Mark registers a-z,' */
318 * actual text of the line is stored.
321 * line considered to be in the buffer, between dol and unddol.
326 var line *addr1; /* First addressed line in a command */
327 var line *addr2; /* Second addressed line */
328 var line *dol; /* Last line in buffer */
329 var line *dot; /* Current line */
330 var line *one; /* First line */
331 var line *truedol; /* End of all lines, including saves */
332 var line *unddol; /* End of undo saved lines */
333 var line *zero; /* Points to empty slot before one */
351 var line *unddel; /* Saved deleted lines go after here */
352 var line *undap1; /* Beginning of new lines */
353 var line *undap2; /* New lines end before undap2 */
354 var line *undadot; /* If we saved all lines, dot reverts here */
387 #define NOLINE (line *) 0
407 line *address();
412 line *getmark();
416 line *scanfor();
417 void setin(line *);
423 line *vback();
474 void move1(int, line *);
477 void plines(line *, line *, bool);
497 int dosubcon(bool, line *);
508 void markpr(line *);
513 void putmk1(line *, int);
579 void vjumpto(line *, unsigned char *, unsigned char);
582 void vcontext(line *, unsigned char);
584 void vshow(line *, line*);
590 void getaline(line);