File:  [MW Coherent from dump] / coherent / d / bin / uucheck / checkperms / monitor.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:39 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

void open_monitor_file();	/* Create a new monitor file.  */
void close_monitor_file();	/* Destroy the monitor file.  */
void putchar_monitor_file();	/* Write to the monitor file.  */
int getchar_monitor_file();	/* Read from the monitor file.  */
void rewind_monitor_file();	/* Rewind the monitor file.  */
int fseek_monitor_file();	/* Seek to an arbitrary position in the
				 * monitor file.
				 */
void ungetchar_monitor_file();	/* Push one character back onto the monitor file.  */
int my_getchar();		/* Special getchar for diverting i/o.  */
int my_ungetchar();		/* Special ungetchar for diverting i/o.  */

EXTERN boolean saving_to_monitor_file EQUALS(FALSE); /* Are we saving input?  */
EXTERN boolean reading_from_monitor_file EQUALS(FALSE); /* Are we saving input?  */
EXTERN int oldlineno;	/* This marks the start of the monitor file relative
			 * to the input file.  (Which is what we really care
			 * about anyway!)
			 */
EXTERN boolean hava_delay EQUALS(FALSE);  /* Do we have a delayed character?  */
EXTERN int delayed_char;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.