home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / unix / pine4.10.tar.gz / pine4.10.tar / pine4.10 / pico / picolib.def < prev    next >
Text File  |  1996-03-14  |  1KB  |  95 lines

  1. ;
  2. ; pico.def
  3. ; Linker module definition file for pico editor interface
  4. ;
  5. LIBRARY PICOLIB INITINSTANCE
  6. DESCRIPTION 'UW pico editor interface'
  7. DATA
  8.   MULTIPLE NONSHARED
  9. EXPORTS
  10.   ; pico interface
  11.   pico
  12.   pico_get
  13.   pico_give
  14.   pico_seek
  15.   pico_new_mail
  16.   pico_nbcolor
  17.   pico_rbcolor
  18.   pico_nfcolor
  19.   pico_rfcolor
  20.   pico_puts
  21.   pico_readc
  22.   pico_writec
  23.   pico_fncomplete
  24.   pico_file_browse
  25.   ; pc functions
  26.   ibmgetc
  27.   ibmbeep
  28.   ibmputc
  29.   ibmeeol
  30.   ibmeeop
  31.   ibmmove
  32.   ibmopen
  33.   ibmclose
  34.   ibmrev
  35.   vidUpdate
  36.   ; keyboard interface
  37.   kbd_ready
  38.   kbd_getkey
  39.   kbd_flush
  40.   ; mouse/key functions
  41.   clear_mfunc
  42.   register_mfunc
  43.   init_mouse
  44.   end_mouse
  45.   checkmouse
  46.   mouseon
  47.   mouseoff
  48.   register_key
  49.   mouse_get_last
  50.   ; utility functions
  51.   interrupt_ok
  52.   dont_interrupt
  53.   win_multiplex
  54.   enter_text_mode
  55.   exit_text_mode
  56.   normalize_cmd
  57.   rebindfunc
  58.   time_to_check
  59.   wquit
  60.   readin
  61.   update
  62.   edinit
  63.   mpresf
  64.   vtinit
  65.   movecursor
  66.   GetKey
  67.   mouse_in_content
  68.   mlerase
  69.   execute
  70.   makename
  71.   forwdel
  72.   forwline
  73.   emlwrite
  74.   bindtokey
  75.   quickexit
  76.   fixpath
  77.   set_browser_title
  78.   gethomedir
  79.   FileBrowse
  80.   ; exported global data
  81.   timeout
  82.   userfillcol
  83.   alt_speller
  84.   sup_keyhelp
  85.   term
  86.   peeol
  87.   gmode
  88.   curbp
  89.   curwp
  90.   Pmaster
  91.   lastflag
  92.   opertree
  93.   km_popped
  94.   os2_fflush
  95.