2002-03-09 00:57:33 +03:00
|
|
|
/* $NetBSD: inp.h,v 1.5 2002/03/08 21:57:33 kristerw Exp $ */
|
1993-04-09 15:33:50 +04:00
|
|
|
|
|
|
|
EXT LINENUM input_lines INIT(0); /* how long is input file in lines */
|
|
|
|
EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */
|
|
|
|
/* irretractibly output */
|
2002-03-09 00:57:33 +03:00
|
|
|
void re_input(void);
|
|
|
|
void scan_input(char *);
|
|
|
|
bool plan_a(char *);
|
|
|
|
void plan_b(char *);
|
|
|
|
char *ifetch(LINENUM, int);
|
|
|
|
bool rev_in_string(char *);
|