Home
last modified time | relevance | path

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

/dports/databases/pspg/pspg-5.3.4/src/
H A Dcommands.c205 case cmd_MoveLeft: in cmd_string()
466 return cmd_MoveLeft; in translate_event()
H A Dcommands.h90 cmd_MoveLeft, enumerator
H A Dmenu.c115 {"Move to l~e~ft", cmd_MoveLeft, "h, Key left", 0, 0, 0, NULL},
H A Dpspg.c4546 case cmd_MoveLeft: in main()
5781 next_command = cmd_MoveLeft; in main()
6275 next_command = cmd_MoveLeft; in main()
6294 next_command = cmd_MoveLeft; in main()
6309 (fresh_found_cursor_col < footer_cursor_col && next_command == cmd_MoveLeft) || in main()
6319 (fresh_found_cursor_col < cursor_col && next_command == cmd_MoveLeft) || in main()