home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / EDITOR / NVI179B / NVI179B.ZIP / include / cl_extern.h < prev    next >
C/C++ Source or Header  |  1996-10-23  |  2KB  |  57 lines

  1. #ifndef HAVE_CURSES_ADDNSTR
  2. int addnstr __P((char *, int));
  3. #endif
  4. #ifndef HAVE_CURSES_BEEP
  5. void beep __P((void));
  6. #endif
  7. #ifndef HAVE_CURSES_FLASH
  8. void flash __P((void));
  9. #endif
  10. #ifndef HAVE_CURSES_IDLOK
  11. void idlok __P((WINDOW *, int));
  12. #endif
  13. #ifndef HAVE_CURSES_KEYPAD
  14. int keypad __P((void *, int));
  15. #endif
  16. #ifndef HAVE_CURSES_NEWTERM
  17. void *newterm __P((const char *, FILE *, FILE *));
  18. #endif
  19. #ifndef HAVE_CURSES_SETUPTERM
  20. void setupterm __P((char *, int, int *));
  21. #endif
  22. #ifdef HAVE_CURSES_TIGETSTR
  23. char *tigetstr();
  24. #else
  25. char *tigetstr __P((char *));
  26. #endif
  27. #ifndef HAVE_CURSES_TIGETSTR
  28. int tigetnum __P((char *));
  29. #endif
  30. int cl_addstr __P((SCR *, const char *, size_t));
  31. int cl_attr __P((SCR *, scr_attr_t, int));
  32. int cl_baud __P((SCR *, u_long *));
  33. int cl_bell __P((SCR *));
  34. int cl_clrtoeol __P((SCR *));
  35. int cl_cursor __P((SCR *, size_t *, size_t *));
  36. int cl_deleteln __P((SCR *));
  37. int cl_ex_adjust __P((SCR *, exadj_t));
  38. int cl_insertln __P((SCR *));
  39. int cl_keyval __P((SCR *, scr_keyval_t, CHAR_T *, int *));
  40. int cl_move __P((SCR *, size_t, size_t));
  41. int cl_refresh __P((SCR *, int));
  42. int cl_rename __P((SCR *, char *, int));
  43. int cl_suspend __P((SCR *, int *));
  44. void cl_usage __P((void));
  45. int sig_init __P((GS *, SCR *));
  46. int cl_event __P((SCR *, EVENT *, u_int32_t, int));
  47. int cl_screen __P((SCR *, u_int32_t));
  48. int cl_quit __P((GS *));
  49. int cl_getcap __P((SCR *, char *, char **));
  50. int cl_term_init __P((SCR *));
  51. int cl_term_end __P((GS *));
  52. int cl_fmap __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t));
  53. int cl_optchange __P((SCR *, int, char *, u_long *));
  54. int cl_omesg __P((SCR *, CL_PRIVATE *, int));
  55. int cl_ssize __P((SCR *, int, size_t *, size_t *, int *));
  56. int cl_putchar __P((int));
  57.