Home
last modified time | relevance | path

Searched refs:ACTION_UNKNOWN (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dgroup.c114 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in group_reparent()
149 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in group_merge()
170 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in group_new_group_from_polys()
H A Dgroup_btns.c220 action_do( the_model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in groupBtns_action_button_cb()
234 action_do( the_model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in groupBtns_action_button_cb()
245 action_do( the_model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in groupBtns_action_button_cb()
256 action_do( the_model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in groupBtns_action_button_cb()
H A Dundo.c342 case ACTION_UNKNOWN: in action_do()
495 case ACTION_UNKNOWN: in action_undo()
537 case ACTION_UNKNOWN: in action_type_string_lookup()
H A Dmesh.c113 action_do( copy->model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in mesh_dup()
190 action_do( m1->model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in mesh_merge()
361 action_do( m->model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in mesh_polygon_reparent()
H A Dundo.h44 ACTION_UNKNOWN, enumerator
H A Dtools.c89 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in tools_vertices_snap_to_grid()
113 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in tools_vertices_snap_together()
139 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in tools_vertices_snap_together_along_axis()
291 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in tools_vertices_flip()
1140 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in tools_polys_smooth()
1503 action_do( model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in tools_scale_along_normals()
H A Dview.c1093 action_do( the_model, ACTION_UNKNOWN, NULL, NULL, NULL, NULL, NULL, NULL ); in view_mouse_up()
/dports/misc/logsurfer/logsurfer-1.8/src/
H A Dlogsurfer.h41 #define ACTION_UNKNOWN 0 macro
H A Dcontext.c79 new_context->action_type=ACTION_UNKNOWN; in create_context()
H A Drule.c85 result->action_type=ACTION_UNKNOWN; in create_rule()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/maps/
H A Dmaps_actions.h32 ACTION_UNKNOWN = 0, enumerator
/dports/science/jmol/jmol-14.32.7/src/jspecview/source/
H A DJDXDecompressor.java77 private static final int ACTION_UNKNOWN = 0; field in JDXDecompressor
479 while (ich < lineLen && actions[(int) (ch = line.charAt(ich++))] == ACTION_UNKNOWN) { in skipUnknown()
/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Drepmgr-client-global.h200 ACTION_UNKNOWN = -1, enumerator
H A Drepmgr-action-node.c2266 t_server_action action = ACTION_UNKNOWN; in do_node_service()
2273 if (action == ACTION_UNKNOWN) in do_node_service()
2468 return ACTION_UNKNOWN; in parse_server_action()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dsessionmessages.h54 ACTION_UNKNOWN, enumerator
H A Dsessionmessages.cc80 return ACTION_UNKNOWN; in ToActionType()
159 if (msg->type == ACTION_UNKNOWN) in ParseGingleSessionMessage()
175 if (msg->type == ACTION_UNKNOWN) in ParseJingleSessionMessage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/proto/
H A Dwebprotect.proto108 ACTION_UNKNOWN = 0; enumerator
/dports/mail/sma/sma-1.4/
H A Dparse.c62 #define ACTION_UNKNOWN 100 macro
247 actflag = ACTION_UNKNOWN;
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf_c.h406 ACTION_UNKNOWN = -1, enumerator
H A Dlibsswf.h1376 ACTION_UNKNOWN = -1, /* unknown action (invalid) */ enumerator
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_save.c++388 if(action == sswf::Action::ACTION_UNKNOWN) { in save_action_goto()
1073 sswf::Action::ACTION_UNKNOWN, in save_actions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/content/web_ui/
H A Dsafe_browsing_ui.cc1402 case DlpDeepScanningVerdict::TriggeredRule::ACTION_UNKNOWN: in SerializeDeepScanningResponse()
/dports/graphics/sswf/sswf-1.8.4/src/libasas/
H A Dassembler.c++3423 Member(right, Action::ACTION_UNKNOWN); in Member()