Annotation of OpenXM/doc/OpenXM-web/smCommand.h, Revision 1.1
1.1 ! takayama 1: /* $OpenXM$ */
! 2: /* smCommand.h */
! 3:
! 4: #define SM_popSerializedLocalObject 258
! 5: #define SM_popCMO 262
! 6: #define SM_popString 263 /* result ==> string and send the string by CMO */
! 7:
! 8: #define SM_mathcap 264
! 9: #define SM_pops 265
! 10: #define SM_setName 266
! 11: #define SM_evalName 267
! 12: #define SM_executeStringByLocalParser 268
! 13: #define SM_executeFunction 269
! 14: #define SM_beginBlock 270
! 15: #define SM_endBlock 271
! 16: #define SM_shutdown 272
! 17: #define SM_setMathCap 273
! 18: #define SM_executeStringByLocalParserInBatchMode 274
! 19: #define SM_getsp 275
! 20: #define SM_dupErrors 276
! 21:
! 22: #define SM_control_kill 1024
! 23: #define SM_control_reset_connection 1030
! 24: #define SM_control_to_debug_mode 1025
! 25: #define SM_control_exit_debug_mode 1026
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>