mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 23:20:49 +02:00
Bash-4.4 distribution sources and documentation
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = .:@srcdir@
|
||||
VPATH = @srcdir@
|
||||
topdir = @top_srcdir@
|
||||
BUILD_DIR = @BUILD_DIR@
|
||||
|
||||
|
||||
@@ -309,7 +309,7 @@ static int speeds[] =
|
||||
};
|
||||
|
||||
__private_extern__
|
||||
void
|
||||
int
|
||||
tputs (str, nlines, outfun)
|
||||
register char *str;
|
||||
int nlines;
|
||||
@@ -335,7 +335,7 @@ tputs (str, nlines, outfun)
|
||||
#endif
|
||||
|
||||
if (!str)
|
||||
return;
|
||||
return -1;
|
||||
|
||||
while (*str >= '0' && *str <= '9')
|
||||
{
|
||||
@@ -372,6 +372,8 @@ tputs (str, nlines, outfun)
|
||||
|
||||
while (padcount-- > 0)
|
||||
(*outfun) (PC);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Finding the termcap entry in the termcap data base. */
|
||||
|
||||
@@ -29,7 +29,7 @@ extern char *tgetstr (const char *name, char **area);
|
||||
|
||||
extern char PC;
|
||||
extern short ospeed;
|
||||
extern void tputs (const char *string, int nlines, int (*outfun) (int));
|
||||
extern int tputs (const char *string, int nlines, int (*outfun) (int));
|
||||
|
||||
extern char *tparam (const char *ctlstring, char *buffer, int size, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user