1: #ifndef lint
   2: static char sccsid[] = "@(#)erase.c	4.2 (Berkeley) 1/2/85";
   3: #endif
   4: 
   5: extern int ohiy;
   6: extern int ohix;
   7: extern int oloy;
   8: extern int oextra;
   9: erase(){
  10:     int i;
  11:         putch(033);
  12:         putch(014);
  13:         ohiy= -1;
  14:         ohix = -1;
  15:         oextra = -1;
  16:         oloy = -1;
  17:         return;
  18: }

Defined functions

Defined variables

sccsid defined in line 2; never used
Last modified: 1987-02-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1683
Valid CSS Valid XHTML 1.0 Strict