source: trunk/minix/commands/patch/inp.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 831 bytes
Line 
1/* $Header: /cvsup/minix/src/commands/patch/inp.h,v 1.1.1.1 2005/04/21 14:55:10 beng Exp $
2 *
3 * $Log: inp.h,v $
4 * Revision 1.1.1.1 2005/04/21 14:55:10 beng
5 * Initial import of pre-3.0.1
6 *
7 * Revision 1.1.1.1 2005/04/20 13:33:18 beng
8 * Initial import of minix 2.0.4
9 *
10 * Revision 2.0 86/09/17 15:37:25 lwall
11 * Baseline for netwide release.
12 *
13 */
14
15EXT LINENUM input_lines INIT(0); /* how long is input file in lines */
16EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */
17 /* irretractibly output */
18
19_PROTOTYPE(bool rev_in_string , (char *string ));
20_PROTOTYPE(void scan_input , (char *filename ));
21_PROTOTYPE(bool plan_a , (char *filename ));
22_PROTOTYPE(void plan_b , (char *filename ));
23_PROTOTYPE(char *ifetch , (Reg1 LINENUM line , int whichbuf ));
24_PROTOTYPE(void re_input , (void));
Note: See TracBrowser for help on using the repository browser.