mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
36 lines
831 B
OpenEdge ABL
36 lines
831 B
OpenEdge ABL
|
%cstring_output_maxstr_none(char *buf, int bufsize);
|
||
|
|
||
|
%cstring_bounded_output(char *dstname, MAXSTR);
|
||
|
%cstring_bounded_output(char *buf, MAXSTR);
|
||
|
|
||
|
// FIXME: These should be fixed
|
||
|
%ignore get_name_value;
|
||
|
%ignore append_struct_fields;
|
||
|
%ignore get_struct_operand;
|
||
|
%ignore debug_name_how_t;
|
||
|
%ignore set_debug_names;
|
||
|
%ignore set_debug_name;
|
||
|
%ignore get_debug_name;
|
||
|
%ignore del_debug_names;
|
||
|
%ignore get_debug_name_ea;
|
||
|
%ignore nameVa;
|
||
|
|
||
|
// Unexported & kernel-only
|
||
|
%ignore get_short_name;
|
||
|
%ignore get_long_name;
|
||
|
%ignore get_colored_short_name;
|
||
|
%ignore get_colored_long_name;
|
||
|
%ignore addDummyName;
|
||
|
%ignore convert_debug_names_to_normal;
|
||
|
%ignore convert_name_formats;
|
||
|
%ignore showhide_name;
|
||
|
%ignore clear_lname_bit;
|
||
|
%ignore fix_new_name;
|
||
|
%ignore rename;
|
||
|
%ignore move_names;
|
||
|
%ignore is_exit_name;
|
||
|
%ignore dummy_name_ea;
|
||
|
|
||
|
%include "name.hpp"
|
||
|
|