Annotation of OpenXM/doc/OpenXM-web/smCommand.h, Revision 1.7
1.7 ! ohara 1: /* $OpenXM: OpenXM/doc/OpenXM-web/smCommand.h,v 1.6 2000/11/30 06:52:08 ohara Exp $ */
1.1 takayama 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
1.3 takayama 21: #define SM_pushCMOtag 277
1.1 takayama 22:
23: #define SM_control_kill 1024
24: #define SM_control_to_debug_mode 1025
25: #define SM_control_exit_debug_mode 1026
1.4 ohara 26: #define SM_control_spawn_server 1027
27: #define SM_control_terminate_server 1028
1.7 ! ohara 28: #define SM_control_reset_connection_server 1029
1.5 ohara 29: #define SM_control_reset_connection 1030
1.2 takayama 30:
1.3 takayama 31: #define SM_PRIVATE 0x7fff0000 /* 2147418112 */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>