Annotation of OpenXM/src/kan96xx/plugin/oxFunctionId.h, Revision 1.3
1.3 ! takayama 1: /* $OpenXM: OpenXM/src/kan96xx/plugin/oxFunctionId.h,v 1.2 2000/01/16 07:55:47 takayama Exp $ */
1.1 maekawa 2: /* ox_function_id.h */
3: /* If you add new add new SM_*,
4: you also need to modify, KSmathcapByStruct()
5: */
1.3 ! takayama 6: #define SM_PRIVATE 0x7fff0000
! 7:
1.1 maekawa 8: #define SM_popSerializedLocalObject 258
9: #define SM_popCMO 262
10: #define SM_popString 263 /* result ==> string and send the string by CMO */
11:
12: #define SM_mathcap 264
13: #define SM_pops 265
14: #define SM_setName 266
15: #define SM_evalName 267
16: #define SM_executeStringByLocalParser 268
17: #define SM_executeFunction 269
18: #define SM_beginBlock 270
19: #define SM_endBlock 271
20: #define SM_shutdown 272
21: #define SM_setMathCap 273
22: #define SM_executeStringByLocalParserInBatchMode 274
23: #define SM_getsp 275
24: #define SM_dupErrors 276
25:
26: #define SM_DUMMY_sendcmo 280
27: #define SM_sync_ball 281
28:
29: #define SM_control_kill 1024
30: #define SM_control_reset_connection 1030
31: #define SM_control_to_debug_mode 1025
32: #define SM_control_exit_debug_mode 1026
33: #define SM_control_ping 1027
34: #define SM_control_start_watch_thread 1028
35: #define SM_control_stop_watch_thread 1029
1.3 ! takayama 36:
1.1 maekawa 37:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>