summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/ncurses/llib-lncurses
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/ncurses/llib-lncurses')
-rw-r--r--contrib/ncurses/ncurses/llib-lncurses224
1 files changed, 128 insertions, 96 deletions
diff --git a/contrib/ncurses/ncurses/llib-lncurses b/contrib/ncurses/ncurses/llib-lncurses
index 8ea89d1..1a6e5cf 100644
--- a/contrib/ncurses/ncurses/llib-lncurses
+++ b/contrib/ncurses/ncurses/llib-lncurses
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. *
+ * Copyright (c) 1998-2001,2002 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -27,7 +27,7 @@
****************************************************************************/
/****************************************************************************
- * Author: Thomas E. Dickey <dickey@clark.net> 1996-2000 *
+ * Author: Thomas E. Dickey 1996-2001,2002 *
****************************************************************************/
/* LINTLIBRARY */
@@ -50,12 +50,6 @@ void _nc_linedump(void)
#include <term.h>
-typedef struct {
- unsigned long hashval;
- int oldcount, newcount;
- int oldindex, newindex;
-} sym;
-
#undef _nc_hash_map
void _nc_hash_map(void)
{ /* void */ }
@@ -76,11 +70,6 @@ void _nc_scroll_oldhash(
#include <ctype.h>
-#undef _nc_background
-chtype _nc_background(
- WINDOW *win)
- { return(*(chtype *)0); }
-
#undef _nc_render
chtype _nc_render(
WINDOW *win,
@@ -179,7 +168,7 @@ int wclear(
#undef clearok
int clearok(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
/* ./base/lib_clrbot.c */
@@ -225,12 +214,12 @@ int init_color(
{ return(*(int *)0); }
#undef can_change_color
-bool can_change_color(void)
- { return(*(bool *)0); }
+NCURSES_BOOL can_change_color(void)
+ { return(*(NCURSES_BOOL *)0); }
#undef has_colors
-bool has_colors(void)
- { return(*(bool *)0); }
+NCURSES_BOOL has_colors(void)
+ { return(*(NCURSES_BOOL *)0); }
#undef color_content
int color_content(
@@ -251,7 +240,7 @@ int pair_content(
void _nc_do_color(
int old_pair,
int pair,
- bool reverse,
+ NCURSES_BOOL reverse,
int (*outc)(
int p1))
{ /* void */ }
@@ -1025,11 +1014,11 @@ int wstandend(
{ return(*(int *)0); }
#undef mouse_trafo
-bool mouse_trafo(
+NCURSES_BOOL mouse_trafo(
int *a1,
int *a2,
- bool z)
- { return(*(bool *)0); }
+ NCURSES_BOOL z)
+ { return(*(NCURSES_BOOL *)0); }
/* ./base/lib_getch.c */
@@ -1038,6 +1027,13 @@ bool mouse_trafo(
#undef ESCDELAY
int ESCDELAY;
+#undef _nc_wgetch
+int _nc_wgetch(
+ WINDOW *win,
+ unsigned long *result,
+ int use_meta)
+ { return(*(int *)0); }
+
#undef wgetch
int wgetch(
WINDOW *win)
@@ -1066,7 +1062,7 @@ int whline(
#undef immedok
void immedok(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ /* void */ }
/* ./base/lib_inchstr.c */
@@ -1121,15 +1117,15 @@ int winnstr(
/* ./base/lib_isendwin.c */
#undef isendwin
-bool isendwin(void)
- { return(*(bool *)0); }
+NCURSES_BOOL isendwin(void)
+ { return(*(NCURSES_BOOL *)0); }
/* ./base/lib_leaveok.c */
#undef leaveok
int leaveok(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
/* ./base/lib_mouse.c */
@@ -1151,11 +1147,11 @@ mmask_t mousemask(
{ return(*(mmask_t *)0); }
#undef wenclose
-bool wenclose(
+NCURSES_BOOL wenclose(
const WINDOW *win,
int y,
int x)
- { return(*(bool *)0); }
+ { return(*(NCURSES_BOOL *)0); }
#undef mouseinterval
int mouseinterval(
@@ -1167,12 +1163,12 @@ int _nc_has_mouse(void)
{ return(*(int *)0); }
#undef wmouse_trafo
-bool wmouse_trafo(
+NCURSES_BOOL wmouse_trafo(
const WINDOW *win,
int *pY,
int *pX,
- bool to_screen)
- { return(*(bool *)0); }
+ NCURSES_BOOL to_screen)
+ { return(*(NCURSES_BOOL *)0); }
/* ./base/lib_move.c */
@@ -1470,7 +1466,6 @@ int mvwscanw(
/* ./base/lib_screen.c */
-#include <sys/stat.h>
#include <time.h>
#undef getwin
@@ -1526,7 +1521,7 @@ int wscrl(
#undef scrollok
int scrollok(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
/* ./base/lib_scrreg.c */
@@ -1679,15 +1674,15 @@ int slk_touch(void)
/* ./base/lib_touch.c */
#undef is_linetouched
-bool is_linetouched(
+NCURSES_BOOL is_linetouched(
WINDOW *win,
int line)
- { return(*(bool *)0); }
+ { return(*(NCURSES_BOOL *)0); }
#undef is_wintouched
-bool is_wintouched(
+NCURSES_BOOL is_wintouched(
WINDOW *win)
- { return(*(bool *)0); }
+ { return(*(NCURSES_BOOL *)0); }
#undef wtouchln
int wtouchln(
@@ -1715,6 +1710,12 @@ attr_t _nc_retrace_attr_t(
attr_t code)
{ return(*(attr_t *)0); }
+#undef _nc_altcharset_name
+const char *_nc_altcharset_name(
+ attr_t attr,
+ chtype ch)
+ { return(*(const char **)0); }
+
#undef _tracechtype2
char *_tracechtype2(
int bufnum,
@@ -1753,7 +1754,7 @@ char *_tracemouse(
#undef _nc_signal_handler
void _nc_signal_handler(
- bool enable)
+ NCURSES_BOOL enable)
{ /* void */ }
/* ./base/lib_ungetch.c */
@@ -1771,14 +1772,14 @@ int ungetch(
#undef vidputs
int vidputs(
- attr_t newmode,
+ chtype newmode,
int (*outc)(
int p1))
{ return(*(int *)0); }
#undef vidattr
int vidattr(
- attr_t newmode)
+ chtype newmode)
{ return(*(int *)0); }
#undef termattrs
@@ -1836,7 +1837,7 @@ int mvderwin(
#undef syncok
int syncok(
WINDOW *win,
- bool bf)
+ NCURSES_BOOL bf)
{ return(*(int *)0); }
#undef wsyncup
@@ -1912,6 +1913,18 @@ void _nc_do_xmc_glitch(
attr_t previous)
{ /* void */ }
+/* ./trace/varargs.c */
+
+typedef enum {
+ atUnknown = 0, atInteger, atFloat, atPoint, atString
+} ARGTYPE;
+
+#undef _nc_varargs
+char *_nc_varargs(
+ const char *fmt,
+ va_list ap)
+ { return(*(char **)0); }
+
/* ./base/memmove.c */
#undef _nc_memmove
@@ -1980,7 +1993,7 @@ char *keybound(
#undef keyok
int keyok(
int c,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
/* ./base/lib_dft_fgbg.c */
@@ -2013,6 +2026,18 @@ int mcprint(
/* ./base/resizeterm.c */
+#undef is_term_resized
+NCURSES_BOOL is_term_resized(
+ int ToLines,
+ int ToCols)
+ { return(*(NCURSES_BOOL *)0); }
+
+#undef resize_term
+int resize_term(
+ int ToLines,
+ int ToCols)
+ { return(*(int *)0); }
+
#undef resizeterm
int resizeterm(
int ToLines,
@@ -2065,6 +2090,11 @@ int wresize(
/* ./tinfo/access.c */
+#undef _nc_rootname
+char *_nc_rootname(
+ char *path)
+ { return(*(char **)0); }
+
#undef _nc_basename
char *_nc_basename(
char *path)
@@ -2109,7 +2139,7 @@ char *_nc_save_str(
#undef _nc_wrap_entry
void _nc_wrap_entry(
ENTRY *const ep,
- bool copy_strings)
+ NCURSES_BOOL copy_strings)
{ /* void */ }
#undef _nc_merge_entry
@@ -2172,18 +2202,18 @@ const struct alias _nc_infoalias_table[] = {0};
#undef _nc_get_table
const struct name_table_entry *_nc_get_table(
- bool termcap)
+ NCURSES_BOOL termcap)
{ return(*(const struct name_table_entry **)0); }
#undef _nc_get_hash_table
const struct name_table_entry *const *_nc_get_hash_table(
- bool termcap)
+ NCURSES_BOOL termcap)
{ return(*(const struct name_table_entry **)0); }
/* ./tinfo/comp_error.c */
#undef _nc_suppress_warnings
-bool _nc_suppress_warnings;
+NCURSES_BOOL _nc_suppress_warnings;
#undef _nc_curr_line
int _nc_curr_line;
#undef _nc_curr_col
@@ -2227,7 +2257,7 @@ void _nc_syserr_abort(
#undef _nc_tic_expand
char *_nc_tic_expand(
const char *srcp,
- bool tic_format,
+ NCURSES_BOOL tic_format,
int numbers)
{ return(*(char **)0); }
@@ -2264,24 +2294,24 @@ void _nc_free_entries(
{ /* void */ }
#undef _nc_entry_match
-bool _nc_entry_match(
+NCURSES_BOOL _nc_entry_match(
char *n1,
char *n2)
- { return(*(bool *)0); }
+ { return(*(NCURSES_BOOL *)0); }
#undef _nc_read_entry_source
void _nc_read_entry_source(
FILE *fp,
char *buf,
int literal,
- bool silent,
- bool (*hook)(
+ NCURSES_BOOL silent,
+ NCURSES_BOOL (*hook)(
ENTRY *p1))
{ /* void */ }
#undef _nc_resolve_uses
int _nc_resolve_uses(
- bool fullresolve)
+ NCURSES_BOOL fullresolve)
{ return(*(int *)0); }
/* ./tinfo/comp_scan.c */
@@ -2299,11 +2329,11 @@ long _nc_start_line;
#undef _nc_curr_token
struct token _nc_curr_token;
#undef _nc_disable_period
-bool _nc_disable_period;
+NCURSES_BOOL _nc_disable_period;
#undef _nc_get_token
int _nc_get_token(
- bool silent)
+ NCURSES_BOOL silent)
{ return(*(int *)0); }
#undef _nc_trans_string
@@ -2351,11 +2381,11 @@ void _nc_free_termtype(
{ /* void */ }
#undef _nc_user_definable
-bool _nc_user_definable;
+NCURSES_BOOL _nc_user_definable;
#undef use_extended_names
int use_extended_names(
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
/* ./tinfo/getenv_num.c */
@@ -2449,12 +2479,12 @@ SCREEN *SP;
/* ./tinfo/lib_has_cap.c */
#undef has_ic
-bool has_ic(void)
- { return(*(bool *)0); }
+NCURSES_BOOL has_ic(void)
+ { return(*(NCURSES_BOOL *)0); }
#undef has_il
-bool has_il(void)
- { return(*(bool *)0); }
+NCURSES_BOOL has_il(void)
+ { return(*(NCURSES_BOOL *)0); }
/* ./tinfo/lib_kernel.c */
@@ -2472,10 +2502,6 @@ int flushinp(void)
/* ./lib_keyname.c */
-#include <stdlib.h>
-#include <string.h>
-#include <curses.h>
-
#undef _nc_key_names
const struct kn _nc_key_names[] = {0};
@@ -2502,13 +2528,13 @@ int napms(
#undef idlok
int idlok(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
#undef idcok
void idcok(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ /* void */ }
#undef halfdelay
@@ -2519,13 +2545,13 @@ int halfdelay(
#undef nodelay
int nodelay(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
#undef notimeout
int notimeout(
WINDOW *win,
- bool f)
+ NCURSES_BOOL f)
{ return(*(int *)0); }
#undef wtimeout
@@ -2537,13 +2563,13 @@ void wtimeout(
#undef keypad
int keypad(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
#undef meta
int meta(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
#undef curs_set
@@ -2563,7 +2589,7 @@ int has_key(
#undef _nc_keypad
int _nc_keypad(
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
/* ./tinfo/lib_raw.c */
@@ -2595,7 +2621,7 @@ void noqiflush(void)
#undef intrflush
int intrflush(
WINDOW *win,
- bool flag)
+ NCURSES_BOOL flag)
{ return(*(int *)0); }
/* ./tinfo/lib_setup.c */
@@ -2604,7 +2630,7 @@ int intrflush(
#undef use_env
void use_env(
- bool f)
+ NCURSES_BOOL f)
{ /* void */ }
#undef LINES
@@ -2702,9 +2728,12 @@ typedef struct {
unsigned int num;
char *str;
} data;
- bool num_type;
+ NCURSES_BOOL num_type;
} stack_frame;
+#undef _nc_tparm_err
+int _nc_tparm_err;
+
#undef tparm
char *tparm(
char *string,
@@ -2761,17 +2790,6 @@ void trace(
const unsigned int tracelevel)
{ /* void */ }
-#undef _nc_visbuf2
-const char *_nc_visbuf2(
- int bufnum,
- const char *buf)
- { return(*(const char **)0); }
-
-#undef _nc_visbuf
-const char *_nc_visbuf(
- const char *buf)
- { return(*(const char **)0); }
-
#undef _tracef
void _tracef(
const char *fmt,
@@ -2788,6 +2806,11 @@ char *_nc_retrace_ptr(
char *code)
{ return(*(char **)0); }
+#undef _nc_retrace_sp
+SCREEN *_nc_retrace_sp(
+ SCREEN *code)
+ { return(*(SCREEN **)0); }
+
#undef _nc_retrace_win
WINDOW *_nc_retrace_win(
WINDOW *code)
@@ -2808,7 +2831,7 @@ char *_nc_tracebits(void)
#undef _tracechar
char *_tracechar(
- const unsigned char ch)
+ int ch)
{ return(*(char **)0); }
/* ./tinfo/lib_ttyflags.c */
@@ -2891,7 +2914,7 @@ char *const strfnames[] = {0};
int _nc_parse_entry(
struct entry *entryp,
int literal,
- bool silent)
+ NCURSES_BOOL silent)
{ return(*(int *)0); }
#undef _nc_capcmp
@@ -2932,10 +2955,6 @@ int _nc_read_entry(
/* ./tinfo/read_termcap.c */
-#undef _nc_read_termcap
-void _nc_read_termcap(void)
- { /* void */ }
-
#undef _nc_read_termcap_entry
int _nc_read_termcap_entry(
const char *const tn,
@@ -2947,7 +2966,7 @@ int _nc_read_termcap_entry(
#undef _nc_set_buffer
void _nc_set_buffer(
FILE *ofp,
- bool buffered)
+ NCURSES_BOOL buffered)
{ /* void */ }
/* ./tinfo/strings.c */
@@ -2972,16 +2991,16 @@ string_desc *_nc_str_copy(
{ return(*(string_desc **)0); }
#undef _nc_safe_strcat
-bool _nc_safe_strcat(
+NCURSES_BOOL _nc_safe_strcat(
string_desc *dst,
const char *src)
- { return(*(bool *)0); }
+ { return(*(NCURSES_BOOL *)0); }
#undef _nc_safe_strcpy
-bool _nc_safe_strcpy(
+NCURSES_BOOL _nc_safe_strcpy(
string_desc *dst,
const char *src)
- { return(*(bool *)0); }
+ { return(*(NCURSES_BOOL *)0); }
/* ./trace/trace_buf.c */
@@ -3010,6 +3029,19 @@ char *unctrl(
chtype ch)
{ return(*(char **)0); }
+/* ./trace/visbuf.c */
+
+#undef _nc_visbuf2
+const char *_nc_visbuf2(
+ int bufnum,
+ const char *buf)
+ { return(*(const char **)0); }
+
+#undef _nc_visbuf
+const char *_nc_visbuf(
+ const char *buf)
+ { return(*(const char **)0); }
+
/* ./tinfo/write_entry.c */
#undef _nc_set_writedir
OpenPOWER on IntegriCloud