diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-09-01 00:19:50 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-09-01 00:19:50 +0000 |
commit | 885c5a72026f8b242f3ad3dae0b3a3b8fb78ca16 (patch) | |
tree | 59ff2dd480e2844321d509b9488ed9e38cad469f /mixlib/xmix_vm_handlers.h | |
parent | e6e5c41e0cb0b70652421e778e839543c3fffe7a (diff) | |
download | mdk-885c5a72026f8b242f3ad3dae0b3a3b8fb78ca16.tar.gz mdk-885c5a72026f8b242f3ad3dae0b3a3b8fb78ca16.tar.bz2 |
new commands: pddir, sddir, ptime, psrc, pprog, pline
Diffstat (limited to 'mixlib/xmix_vm_handlers.h')
-rw-r--r-- | mixlib/xmix_vm_handlers.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/mixlib/xmix_vm_handlers.h b/mixlib/xmix_vm_handlers.h index 3b80898..df5a50f 100644 --- a/mixlib/xmix_vm_handlers.h +++ b/mixlib/xmix_vm_handlers.h @@ -53,15 +53,17 @@ DEC_FUN (cbpa_); DEC_FUN (cabp_); DEC_FUN (weval_); DEC_FUN (w2d_); -DEC_FUN (tracing_); -DEC_FUN (timing_); +DEC_FUN (strace_); +DEC_FUN (stime_); +DEC_FUN (ptime_); DEC_FUN (edit_); DEC_FUN (compile_); DEC_FUN (pedit_); DEC_FUN (sedit_); DEC_FUN (pasm_); DEC_FUN (sasm_); -DEC_FUN (devdir_); +DEC_FUN (pddir_); +DEC_FUN (sddir_); DEC_FUN (sbpr_); DEC_FUN (sbpm_); DEC_FUN (sbpc_); @@ -71,6 +73,10 @@ DEC_FUN (cbpm_); DEC_FUN (cbpc_); DEC_FUN (cbpo_); DEC_FUN (pbt_); +DEC_FUN (slog_); +DEC_FUN (pprog_); +DEC_FUN (psrc_); +DEC_FUN (pline_); /* default command structure */ extern mix_vm_command_info_t commands_[]; |