xref: /csrg-svn/usr.bin/pascal/pdx/source.h (revision 48104)
1*48104Sbostic /*-
2*48104Sbostic  * Copyright (c) 1980 The Regents of the University of California.
3*48104Sbostic  * All rights reserved.
422576Sdist  *
5*48104Sbostic  * %sccs.include.redist.c%
6*48104Sbostic  *
7*48104Sbostic  *	@(#)source.h	5.4 (Berkeley) 04/16/91
822576Sdist  */
95457Slinton 
1022765Smckusick /*
115457Slinton  * Definitions for interfacing with source management routines.
125457Slinton  */
135457Slinton 
145457Slinton char *cursource;		/* current source file name */
155457Slinton LINENO lastlinenum;		/* last source line number */
165457Slinton 
1733243Sbostic int skimsource();		/* get seek pointers to source lines */
1833243Sbostic int chkline();			/* checks to see that a line number is valid */
1933243Sbostic int printlines();		/* print out from first line to second */
20