Files
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

44 lines
1.3 KiB
C

/* @(#)98 1.1 src/bos/usr/bin/patch/inp.h, cmdposix, bos411, 9428A410j 6/15/93 14:01:56 */
/*
* COMPONENT_NAME: (CMDPOSIX) new commands required by Posix 1003.2
*
* FUNCTIONS: None
*
* ORIGINS: 27, 85
*
* This module contains IBM CONFIDENTIAL code. -- (IBM
* Confidential Restricted when combined with the aggregated
* modules for this product)
* SOURCE MATERIALS
* (C) COPYRIGHT International Business Machines Corp. 1993
* All Rights Reserved
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*
* (c) Copyright 1990, 1991, 1992, 1993 OPEN SOFTWARE FOUNDATION, INC.
* ALL RIGHTS RESERVED
*
* OSF/1 1.2
*/
/* @(#)$RCSfile: inp.h,v $ $Revision: 1.1.2.2 $ (OSF) $Date: 1992/07/06 18:32:27 $ */
/* Header: inp.h,v 2.0 86/09/17 15:37:25 lwall Exp
*
* Log: inp.h,v
* Revision 2.0 86/09/17 15:37:25 lwall
* Baseline for netwide release.
*
*/
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 */
bool rev_in_string();
void scan_input();
bool plan_a(); /* returns false if insufficient memory */
void plan_b();
char *ifetch();