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