Home
last modified time | relevance | path

Searched refs:is_undoable (Results 1 – 4 of 4) sorted by relevance

/third_party/mksh/
Dedit.c3501 #define is_undoable(c) (!(classify[rtt2asc(c) & 0x7F] & vU)) macro
4189 if (is_undoable(*cmd) && !macro.p) { in vi_cmd()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3359 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3360 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp3962 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
4260 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
4261 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()