Home
last modified time | relevance | path

Searched refs:pself (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dscript_functions.h53 Uint8 scr_set_Bit( struct s_script_state * pstate, struct s_ai_state * pself );
55 Uint8 scr_TestBit( struct s_script_state * pstate, struct s_ai_state * pself );
59 Uint8 scr_Spawned( struct s_script_state * pstate, struct s_ai_state * pself );
64 Uint8 scr_Bumped( struct s_script_state * pstate, struct s_ai_state * pself );
68 Uint8 scr_Killed( struct s_script_state * pstate, struct s_ai_state * pself );
93 Uint8 scr_Else( struct s_script_state * pstate, struct s_ai_state * pself );
94 Uint8 scr_Run( struct s_script_state * pstate, struct s_ai_state * pself );
95 Uint8 scr_Walk( struct s_script_state * pstate, struct s_ai_state * pself );
96 Uint8 scr_Sneak( struct s_script_state * pstate, struct s_ai_state * pself );
140 Uint8 scr_Used( struct s_script_state * pstate, struct s_ai_state * pself );
[all …]
H A Dscript.c158 pself->target_old = pself->target; in scr_run_chr_script()
225 pself->target = pself->index; in scr_run_chr_script()
238 scr_set_exe( pself, pself->exe_stt ); in scr_run_chr_script()
239 while ( !pself->terminate && pself->exe_pos < pself->exe_end ) in scr_run_chr_script()
243 pself->indent_last = pself->indent; in scr_run_chr_script()
313 if ( pself->exe_pos < pself->exe_stt || pself->exe_pos >= pself->exe_end ) return bfalse; in scr_run_function_call()
350 if ( pself->exe_pos < pself->exe_stt || pself->exe_pos >= pself->exe_end ) return bfalse; in scr_run_operation()
1530 if ( pself->exe_pos < pself->exe_stt || pself->exe_pos >= pself->exe_end ) return bfalse; in scr_increment_exe()
1683 pself->wp_valid = waypoint_list_peek( &( pself->wp_lst ), pself->wp ); in ai_state_get_wp()
1823 if ( NULL == pself ) return pself; in ai_state_reconstruct()
[all …]
H A Dscript_functions.c545 if ( INGAME_CHR( pself->target ) && pself->target != pself->index ) in scr_FindPath()
992 returncode = ( pself->indent >= pself->indent_last ); in scr_Else()
1798 returncode = ( pself->target == pself->target_old ); in scr_TargetIsOldTarget()
1954 pself->target_old = pself->target; in scr_set_OldTarget()
2216 returncode = ( pself->target == pself->index ); in scr_TargetIsSelf()
2752 …iTmp = spawn_one_enchant( pself->owner, pself->target, pself->index, ( ENC_REF )MAX_ENC, ( PRO_REF… in scr_EnchantTarget()
2770 …iTmp = spawn_one_enchant( pself->owner, pself->child, pself->index, ( ENC_REF )MAX_ENC, ( PRO_REF … in scr_EnchantChild()
3428 …debug_printf( "aistate %d, aicontent %d, target %d", pself->state, pself->content, REF_TO_INT( pse… in scr_DebugMessage()
4169 pself->owner = pself->target; in scr_set_OwnerToTarget()
4289 if ( pself->target == pself->index ) in scr_PoofTarget()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dsnapscan-sources.c172 && pself->remaining(pself) > 0 in SCSISource_get()
251 && pself->remaining(pself) > 0 in FDSource_get()
541 pself->remaining(pself) > 0 && in Expander_get()
628 pself->last_last_bit = pself->pixelsPerLine((Source *) pself)%8; in Expander_init()
715 pself->remaining(pself) > 0 && in Deinterlacer_get()
814 pself->remaining(pself), in Deinterlacer_get()
863 pself->ch_size = pself->ch_line_size * (pself->ch_offset + 1); in Deinterlacer_init()
1052 pself->remaining(pself), in RGBRouter_get()
1091 pself->cb_line_size = pself->bytesPerLine((Source *) pself); in RGBRouter_init()
1093 pself->pos = pself->cb_line_size; in RGBRouter_init()
[all …]
/dports/games/egoboo/egoboo-2.8.1/src/game/Obsolete/
H A Dscript_obsolete.c43 if ( NULL == pself || pself->index >= MAXCHR || !ChrList[pself->index].on ) return bfalse; in run_function_obsolete()
131 pself->wp_pos_x[pself->wp_head] = pstate->x; in run_function_obsolete()
132 pself->wp_pos_y[pself->wp_head] = pstate->y; in run_function_obsolete()
258 pself->target = pself->attacklast; in run_function_obsolete()
269 pself->target = pself->bumplast; in run_function_obsolete()
279 pself->target = pself->target_old; in run_function_obsolete()
840 pself->target_old = pself->target; in run_function_obsolete()
960 pself->target = pself->index; in run_function_obsolete()
1032 pself->target = pself->hitlast; in run_function_obsolete()
1796 pself->owner = pself->target; in run_function_obsolete()
[all …]
/dports/misc/amanda-server/amanda-3.3.9/device-src/
H A Dnull-device.c235 self = NULL_DEVICE(pself); in null_device_start()
239 pself->access_mode = mode; in null_device_start()
241 pself->in_file = FALSE; in null_device_start()
245 pself->volume_label = newstralloc(pself->volume_label, label); in null_device_start()
246 pself->volume_time = newstralloc(pself->volume_time, timestamp); in null_device_start()
247 pself->header_block_size = 32768; in null_device_start()
250 device_set_error(pself, in null_device_start()
288 self = NULL_DEVICE(pself); in null_device_write_block()
292 pself->block++; in null_device_write_block()
300 if (!pself->in_file) in null_device_finish_file()
[all …]
H A Ds3-device.c2554 Device * pself) in make_bucket() argument
2771 pself->volume_label = newstralloc(pself->volume_label, label); in s3_device_start()
2772 pself->volume_time = newstralloc(pself->volume_time, timestamp); in s3_device_start()
2805 Device * pself) in s3_device_finish() argument
2824 Device * pself) in s3_device_get_bytes_read() argument
2848 Device * pself) in s3_device_get_bytes_written() argument
2918 pself->file = (pself->file > 0)? pself->file+1 : 1; in s3_device_start_file()
2919 pself->block = 0; in s3_device_start_file()
2968 filename = file_and_block_to_key(self, pself->file, pself->block); in s3_device_write_block()
3025 pself->block++; in s3_device_write_block()
[all …]
/dports/misc/amanda-client/amanda-3.3.9/device-src/
H A Dnull-device.c235 self = NULL_DEVICE(pself); in null_device_start()
239 pself->access_mode = mode; in null_device_start()
241 pself->in_file = FALSE; in null_device_start()
245 pself->volume_label = newstralloc(pself->volume_label, label); in null_device_start()
246 pself->volume_time = newstralloc(pself->volume_time, timestamp); in null_device_start()
247 pself->header_block_size = 32768; in null_device_start()
250 device_set_error(pself, in null_device_start()
288 self = NULL_DEVICE(pself); in null_device_write_block()
292 pself->block++; in null_device_write_block()
300 if (!pself->in_file) in null_device_finish_file()
[all …]
H A Ds3-device.c2554 Device * pself) in make_bucket() argument
2771 pself->volume_label = newstralloc(pself->volume_label, label); in s3_device_start()
2772 pself->volume_time = newstralloc(pself->volume_time, timestamp); in s3_device_start()
2805 Device * pself) in s3_device_finish() argument
2824 Device * pself) in s3_device_get_bytes_read() argument
2848 Device * pself) in s3_device_get_bytes_written() argument
2918 pself->file = (pself->file > 0)? pself->file+1 : 1; in s3_device_start_file()
2919 pself->block = 0; in s3_device_start_file()
2968 filename = file_and_block_to_key(self, pself->file, pself->block); in s3_device_write_block()
3025 pself->block++; in s3_device_write_block()
[all …]
H A Dvfs-device.c796 pself->is_eom = TRUE; in vfs_device_write_block()
800 pself->is_eom = TRUE; in vfs_device_write_block()
801 device_set_error(pself, in vfs_device_write_block()
815 pself->block ++; in vfs_device_write_block()
846 pself->bytes_read += size; in vfs_device_read_block()
848 pself->block++; in vfs_device_read_block()
855 device_set_error(pself, in vfs_device_read_block()
860 device_set_error(pself, in vfs_device_read_block()
923 pself->in_file = FALSE; in vfs_device_finish()
1285 pself->block = block; in vfs_device_seek_block()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/python_module/
H A D3d_image_exporter.cpp18 static void PyImage3DExporter_dealloc(PyObject *pself) in PyImage3DExporter_dealloc() argument
20 auto self = reinterpret_cast<PyImage3DExporter *>(pself); in PyImage3DExporter_dealloc()
27 auto self = reinterpret_cast<PyImage3DExporter *>(pself); in PyImage3DExporter_render_to_png()
48 auto self = reinterpret_cast<PyImage3DExporter *>(pself); in PyImage3DExporter_render_to_surface()
71 auto self = reinterpret_cast<PyImage3DExporter *>(pself); in PyImage3DExporter_view_all()
78 auto self = reinterpret_cast<PyImage3DExporter *>(pself); in PyImage3DExporter_load_3d_models()
93 static PyObject *ortho_get(PyObject *pself, void *pa) in ortho_get() argument
95 auto self = reinterpret_cast<PyImage3DExporter *>(pself); in ortho_get()
163 static PyObject *bool_attr_get(PyObject *pself, void *pa) in bool_attr_get() argument
186 static PyObject *float_attr_get(PyObject *pself, void *pa) in float_attr_get() argument
[all …]
H A Dboard.cpp103 static void PyBoard_dealloc(PyObject *pself) in PyBoard_dealloc() argument
105 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_dealloc()
113 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_get_gerber_export_settings()
120 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_export_gerber()
143 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_get_pdf_export_settings()
150 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_export_pdf()
176 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_get_pnp_export_settings()
183 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_export_pnp()
205 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_get_step_export_settings()
225 auto self = reinterpret_cast<PyBoard *>(pself); in PyBoard_export_step()
[all …]
H A Dschematic.cpp30 static void PySchematic_dealloc(PyObject *pself) in PySchematic_dealloc() argument
32 auto self = reinterpret_cast<PySchematic *>(pself); in PySchematic_dealloc()
38 static PyObject *PySchematic_get_pdf_export_settings(PyObject *pself) in PySchematic_get_pdf_export_settings() argument
40 auto self = reinterpret_cast<PySchematic *>(pself); in PySchematic_get_pdf_export_settings()
45 static PyObject *PySchematic_export_pdf(PyObject *pself, PyObject *args) in PySchematic_export_pdf() argument
47 auto self = reinterpret_cast<PySchematic *>(pself); in PySchematic_export_pdf()
72 static PyObject *PySchematic_get_bom_export_settings(PyObject *pself) in PySchematic_get_bom_export_settings() argument
74 auto self = reinterpret_cast<PySchematic *>(pself); in PySchematic_get_bom_export_settings()
79 static PyObject *PySchematic_export_bom(PyObject *pself, PyObject *args) in PySchematic_export_bom() argument
81 auto self = reinterpret_cast<PySchematic *>(pself); in PySchematic_export_bom()
H A Dproject.cpp10 static PyObject *PyProject_open_top_schematic(PyObject *pself) in PyProject_open_top_schematic() argument
12 auto self = reinterpret_cast<PyProject *>(pself); in PyProject_open_top_schematic()
32 static PyObject *PyProject_open_board(PyObject *pself) in PyProject_open_board() argument
34 auto self = reinterpret_cast<PyProject *>(pself); in PyProject_open_board()
64 static void PyProject_dealloc(PyObject *pself) in PyProject_dealloc() argument
66 auto self = reinterpret_cast<PyProject *>(pself); in PyProject_dealloc()
71 static int PyProject_init(PyObject *pself, PyObject *args, PyObject *kwds) in PyProject_init() argument
73 auto self = reinterpret_cast<PyProject *>(pself); in PyProject_init()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/svdb/
H A Dsvdb.c926 if ( pself != NULL ) in svdb_close()
1062 rc = VDBManagerMakeRead ( &pself->mgr, pself->dir ); in svdb_open_path()
1071 rc = VDBManagerMakeSRASchema( pself->mgr, &pself->schema ); in svdb_open_path()
1080 rc = VDBManagerOpenDBRead( pself->mgr, &pself->db, pself->schema, "%s", path ); in svdb_open_path()
1125 return pself; in svdb_open_path()
2703 if ( pself != NULL ) in svdb_close_fastq()
2850 rc = VDBManagerMakeRead ( &pself->mgr, pself->dir ); in svdb_open_fastq()
2857 rc = VDBManagerMakeSRASchema( pself->mgr, &pself->schema ); in svdb_open_fastq()
2864 rc = VDBManagerOpenDBRead( pself->mgr, &pself->db, pself->schema, "%s", path ); in svdb_open_fastq()
2880 … rc = VDBManagerOpenTableRead( pself->mgr, &pself->sequence, pself->schema, "%s", path ); in svdb_open_fastq()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/svdb/
H A Dsvdb.c926 if ( pself != NULL ) in svdb_close()
1062 rc = VDBManagerMakeRead ( &pself->mgr, pself->dir ); in svdb_open_path()
1071 rc = VDBManagerMakeSRASchema( pself->mgr, &pself->schema ); in svdb_open_path()
1080 rc = VDBManagerOpenDBRead( pself->mgr, &pself->db, pself->schema, "%s", path ); in svdb_open_path()
1125 return pself; in svdb_open_path()
2703 if ( pself != NULL ) in svdb_close_fastq()
2850 rc = VDBManagerMakeRead ( &pself->mgr, pself->dir ); in svdb_open_fastq()
2857 rc = VDBManagerMakeSRASchema( pself->mgr, &pself->schema ); in svdb_open_fastq()
2864 rc = VDBManagerOpenDBRead( pself->mgr, &pself->db, pself->schema, "%s", path ); in svdb_open_fastq()
2880 … rc = VDBManagerOpenTableRead( pself->mgr, &pself->sequence, pself->schema, "%s", path ); in svdb_open_fastq()
[all …]
/dports/devel/z88dk/z88dk/src/z80asm/lib/
H A Dlist.c50 static ListElem *List_new_elem( List **pself, void *data ) in List_new_elem() argument
54 INIT_OBJ( List, pself ); /* init object */ in List_new_elem()
59 ( *pself )->count++; in List_new_elem()
85 void List_push( List **pself, void *data ) in List_push() argument
87 ListElem *elem = List_new_elem( pself, data ); in List_push()
100 void List_unshift( List **pself, void *data ) in List_unshift() argument
102 ListElem *elem = List_new_elem( pself, data ); in List_unshift()
146 List_push( pself, data ); in List_insert_after()
149 elem = List_new_elem( pself, data ); in List_insert_after()
159 List_unshift( pself, data ); in List_insert_before()
[all …]
H A Dclasslist.h48 extern void T##List_push( T##List **pself, T *obj ); \
68 extern void T##List_insert_after ( T##List **pself, \
70 extern void T##List_insert_before( T##List **pself, \
120 INIT_OBJ( T##List, pself ); \
126 (*pself)->count++; \
149 void T##List_push( T##List **pself, T *obj ) \
163 void T##List_unshift( T##List **pself, T *obj ) \
206 T##List_push( pself, obj ); \
209 elem = T##List_new_elem( pself, obj ); \
220 T##List_unshift( pself, obj ); \
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/display/
H A Dcc-display-config-dbus.c80 cc_display_mode_dbus_get_resolution (CcDisplayMode *pself, in cc_display_mode_dbus_get_resolution() argument
83 CcDisplayModeDBus *self = CC_DISPLAY_MODE_DBUS (pself); in cc_display_mode_dbus_get_resolution()
96 CcDisplayModeDBus *self = CC_DISPLAY_MODE_DBUS (pself); in cc_display_mode_dbus_get_preferred_scale()
105 CcDisplayModeDBus *self = CC_DISPLAY_MODE_DBUS (pself); in cc_display_mode_dbus_is_supported_scale()
120 cc_display_mode_dbus_is_interlaced (CcDisplayMode *pself) in cc_display_mode_dbus_is_interlaced() argument
122 CcDisplayModeDBus *self = CC_DISPLAY_MODE_DBUS (pself); in cc_display_mode_dbus_is_interlaced()
128 cc_display_mode_dbus_get_freq (CcDisplayMode *pself) in cc_display_mode_dbus_get_freq() argument
130 CcDisplayModeDBus *self = CC_DISPLAY_MODE_DBUS (pself); in cc_display_mode_dbus_get_freq()
136 cc_display_mode_dbus_get_freq_f (CcDisplayMode *pself) in cc_display_mode_dbus_get_freq_f() argument
1059 g_return_val_if_fail (pself, FALSE); in cc_display_config_dbus_equal()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc77 static Py_ssize_t Len(PyObject* pself) { in Len() argument
293 length = Len(pself); in Subscript()
310 return Item(pself, from); in Subscript()
325 ScopedPyObjectPtr s(Item(pself, index)); in Subscript()
473 return AssignItem(pself, from, value); in Subscript()
543 ScopedPyObjectPtr elem(Item(pself, i)); in Subscript()
642 PyObject* item = Item(pself, index); in Subscript()
647 if (AssignItem(pself, index, NULL) < 0) { in Subscript()
653 static PyObject* ToStr(PyObject* pself) { in Subscript() argument
693 static void Dealloc(PyObject* pself) { in Subscript() argument
[all …]
H A Drepeated_composite_container.cc66 static Py_ssize_t Length(PyObject* pself) { in Length() argument
68 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Length()
128 reinterpret_cast<RepeatedCompositeContainer*>(pself); in AppendMethod()
139 static PyObject* Insert(PyObject* pself, PyObject* args) { in Insert() argument
141 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Insert()
360 static PyObject* ToStr(PyObject* pself) { in Subscript() argument
445 static PyObject* Pop(PyObject* pself, PyObject* args) { in Subscript() argument
453 Py_ssize_t length = Length(pself); in Subscript()
466 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() argument
494 static void Dealloc(PyObject* pself) { in Subscript() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc77 static Py_ssize_t Len(PyObject* pself) { in Len() argument
293 length = Len(pself); in Subscript()
310 return Item(pself, from); in Subscript()
325 ScopedPyObjectPtr s(Item(pself, index)); in Subscript()
473 return AssignItem(pself, from, value); in Subscript()
543 ScopedPyObjectPtr elem(Item(pself, i)); in Subscript()
642 PyObject* item = Item(pself, index); in Subscript()
647 if (AssignItem(pself, index, NULL) < 0) { in Subscript()
653 static PyObject* ToStr(PyObject* pself) { in Subscript() argument
693 static void Dealloc(PyObject* pself) { in Subscript() argument
[all …]
H A Drepeated_composite_container.cc66 static Py_ssize_t Length(PyObject* pself) { in Length() argument
68 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Length()
128 reinterpret_cast<RepeatedCompositeContainer*>(pself); in AppendMethod()
139 static PyObject* Insert(PyObject* pself, PyObject* args) { in Insert() argument
141 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Insert()
360 static PyObject* ToStr(PyObject* pself) { in Subscript() argument
445 static PyObject* Pop(PyObject* pself, PyObject* args) { in Subscript() argument
453 Py_ssize_t length = Length(pself); in Subscript()
466 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() argument
494 static void Dealloc(PyObject* pself) { in Subscript() argument
[all …]
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/pyext/
H A Drepeated_scalar_container.cc78 static Py_ssize_t Len(PyObject* pself) { in Len() argument
290 length = Len(pself); in Subscript()
307 return Item(pself, from); in Subscript()
322 ScopedPyObjectPtr s(Item(pself, index)); in Subscript()
469 return AssignItem(pself, from, value); in Subscript()
539 ScopedPyObjectPtr elem(Item(pself, i)); in Subscript()
630 static PyObject* Reverse(PyObject* pself) { in Subscript() argument
656 PyObject* item = Item(pself, index); in Subscript()
667 static PyObject* ToStr(PyObject* pself) { in Subscript() argument
707 static void Dealloc(PyObject* pself) { in Subscript() argument
[all …]
H A Drepeated_composite_container.cc66 static Py_ssize_t Length(PyObject* pself) { in Length() argument
68 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Length()
127 reinterpret_cast<RepeatedCompositeContainer*>(pself); in AppendMethod()
138 static PyObject* Insert(PyObject* pself, PyObject* args) { in Insert() argument
359 static PyObject* ToStr(PyObject* pself) { in Subscript() argument
456 static PyObject* Reverse(PyObject* pself) { in Subscript() argument
474 static PyObject* Pop(PyObject* pself, PyObject* args) { in Subscript() argument
482 Py_ssize_t length = Length(pself); in Subscript()
495 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() argument
523 static void Dealloc(PyObject* pself) { in Subscript() argument
[all …]

12345678