| 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 | 
 | 
|---|
| 15 | EXT LINENUM input_lines INIT(0);        /* how long is input file in lines */
 | 
|---|
| 16 | EXT 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.