Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / nvi / cl / extern.h
blob4ac558c3fafdd3050586b670116f8f0943a75fb6
1 /* $NetBSD: extern.h,v 1.1.1.1 2008/05/18 14:29:38 aymeric Exp $ */
3 /* Do not edit: automatically built by build/distrib. */
4 #ifndef HAVE_CURSES_WADDNSTR
5 int waddnstr __P((WINDOW*, char *, int));
6 #endif
7 #ifndef HAVE_CURSES_BEEP
8 void beep __P((void));
9 #endif
10 #ifndef HAVE_CURSES_FLASH
11 void flash __P((void));
12 #endif
13 #ifndef HAVE_CURSES_IDLOK
14 void idlok __P((WINDOW *, int));
15 #endif
16 #ifndef HAVE_CURSES_KEYPAD
17 int keypad __P((void *, int));
18 #endif
19 #ifndef HAVE_CURSES_NEWTERM
20 void *newterm __P((const char *, FILE *, FILE *));
21 #endif
22 #ifndef HAVE_CURSES_SETUPTERM
23 void setupterm __P((char *, int, int *));
24 #endif
25 #ifdef HAVE_CURSES_TIGETSTR
26 char *tigetstr();
27 #else
28 char *tigetstr __P((const char *));
29 #endif
30 #ifndef HAVE_CURSES_TIGETSTR
31 int tigetnum __P((const char *));
32 #endif
33 int cl_waddstr __P((SCR *, const CHAR_T *, size_t));
34 int cl_addstr __P((SCR *, const char *, size_t));
35 int cl_attr __P((SCR *, scr_attr_t, int));
36 int cl_baud __P((SCR *, u_long *));
37 int cl_bell __P((SCR *));
38 int cl_clrtoeol __P((SCR *));
39 int cl_cursor __P((SCR *, size_t *, size_t *));
40 int cl_deleteln __P((SCR *));
41 int cl_discard __P((SCR *, SCR **));
42 int cl_ex_adjust __P((SCR *, exadj_t));
43 int cl_insertln __P((SCR *));
44 int cl_keyval __P((SCR *, scr_keyval_t, CHAR_T *, int *));
45 int cl_move __P((SCR *, size_t, size_t));
46 int cl_refresh __P((SCR *, int));
47 int cl_rename __P((SCR *, char *, int));
48 void cl_setname __P((GS *, char *));
49 int cl_split __P((SCR *, SCR *));
50 int cl_suspend __P((SCR *, int *));
51 void cl_usage __P((void));
52 int sig_init __P((GS *, SCR *));
53 int cl_event __P((SCR *, EVENT *, u_int32_t, int));
54 int cl_screen __P((SCR *, u_int32_t));
55 int cl_quit __P((GS *));
56 int cl_getcap __P((SCR *, const char *, char **));
57 int cl_term_init __P((SCR *));
58 int cl_term_end __P((GS *));
59 int cl_fmap __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t));
60 int cl_optchange __P((SCR *, int, const char *, u_long *));
61 int cl_omesg __P((SCR *, CL_PRIVATE *, int));
62 int cl_ssize __P((SCR *, int, size_t *, size_t *, int *));
63 int cl_putchar __P((int));