1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)source.h	5.2 (Berkeley) 6/7/85
   7:  */
   8: 
   9: /*
  10:  * Definitions for interfacing with source management routines.
  11:  */
  12: 
  13: char *cursource;        /* current source file name */
  14: LINENO lastlinenum;     /* last source line number */
  15: 
  16: skimsource();           /* get seek pointers to source lines */
  17: chkline();          /* checks to see that a line number is valid */
  18: printlines();           /* print out from first line to second */

Defined variables

cursource defined in line 13; never used
Last modified: 1985-06-08
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1595
Valid CSS Valid XHTML 1.0 Strict