delete mention of ^Y; currently don't allow ^Y or ^E.
[unix-history] / usr / src / usr.bin / pascal / pdx / source.h
CommitLineData
7c0d1703 1/*
3cd5310a
DF
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 *
7d4de299 6 * @(#)source.h 5.3 (Berkeley) %G%
3cd5310a
DF
7 */
8
d1b9b2b2 9/*
7c0d1703
ML
10 * Definitions for interfacing with source management routines.
11 */
12
13char *cursource; /* current source file name */
14LINENO lastlinenum; /* last source line number */
15
7d4de299
KB
16int skimsource(); /* get seek pointers to source lines */
17int chkline(); /* checks to see that a line number is valid */
18int printlines(); /* print out from first line to second */