xref: /csrg-svn/usr.bin/pascal/pdx/source.h (revision 62131)
148104Sbostic /*-
2*62131Sbostic  * Copyright (c) 1980, 1993
3*62131Sbostic  *	The Regents of the University of California.  All rights reserved.
422576Sdist  *
548104Sbostic  * %sccs.include.redist.c%
648104Sbostic  *
7*62131Sbostic  *	@(#)source.h	8.1 (Berkeley) 06/06/93
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