Home
last modified time | relevance | path

Searched refs:previous_command (Results 1 – 14 of 14) sorted by relevance

/dports/games/dose-response/dose-response-179c326/scripts/
H A Dfuzz.py83 def next_command(previous_command, display): argument
85 if not display or not previous_command:
100 if previous_command in directions and random.random() <= 0.75:
101 if display[previous_command] in ('empty', 'monster'):
102 return previous_command
165 previous_command = None
174 command = next_command(previous_command, display)
176 previous_command = command
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_path_string_source.cc103 SVGPathSegType previous_command, in MaybeImplicitCommand() argument
109 if (!IsNumberStart(lookahead) || previous_command == kPathSegClosePath) in MaybeImplicitCommand()
112 if (previous_command == kPathSegMoveToAbs) { in MaybeImplicitCommand()
116 if (previous_command == kPathSegMoveToRel) { in MaybeImplicitCommand()
120 next_command = previous_command; in MaybeImplicitCommand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_path_string_source.cc103 SVGPathSegType previous_command, in MaybeImplicitCommand() argument
109 if (!IsNumberStart(lookahead) || previous_command == kPathSegClosePath) in MaybeImplicitCommand()
112 if (previous_command == kPathSegMoveToAbs) { in MaybeImplicitCommand()
116 if (previous_command == kPathSegMoveToRel) { in MaybeImplicitCommand()
120 next_command = previous_command; in MaybeImplicitCommand()
/dports/devel/desed/desed-1.2.0/src/sed/
H A Dcommunication.rs176 let mut previous_command: Option<String> = None; in parse_state_frames() localVariable
238 previous_command = None; in parse_state_frames()
256 sed_command: previous_command, in parse_state_frames()
269 previous_command = Some(String::from(current_command)); in parse_state_frames()
291 sed_command: previous_command, in parse_state_frames()
298 previous_command = None; in parse_state_frames()
/dports/x11-toolkits/girara/girara-0.3.6/girara/
H A Dcompletion.c187 static char *previous_command = NULL; in girara_isc_completion() local
203 (current_command && previous_command && g_strcmp0(current_command, previous_command)) || in girara_isc_completion()
232 g_free(previous_command); in girara_isc_completion()
233 previous_command = NULL; in girara_isc_completion()
312 g_free(previous_command); in girara_isc_completion()
313 previous_command = g_strdup(command_it->command); in girara_isc_completion()
468 temp = g_strconcat(":", previous_command, " ", escaped_value, NULL); in girara_isc_completion()
476 g_free(previous_command); in girara_isc_completion()
478previous_command = g_strdup((command_mode) ? ((girara_internal_completion_entry_t*) entries_curr… in girara_isc_completion()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/core/
H A DGameCommands.cpp538 GameCommand previous_command = get_command_from_keyboard(key); in set_keyboard_binding() local
542 if (previous_command != GameCommand::NONE) { in set_keyboard_binding()
544 keyboard_mapping[previous_key] = previous_command; in set_keyboard_binding()
545 set_saved_keyboard_binding(previous_command, previous_key); in set_keyboard_binding()
591 GameCommand previous_command = get_command_from_joypad(joypad_string); in set_joypad_binding() local
595 if (previous_command != GameCommand::NONE) { in set_joypad_binding()
597 joypad_mapping[previous_joypad_string] = previous_command; in set_joypad_binding()
598 set_saved_joypad_binding(previous_command, previous_joypad_string); in set_joypad_binding()
/dports/lang/adacontrol/adactl-1.18r9/GPS/
H A Dadactl.py297 global output_name, gps, previous_command
334 "Interactive run", "Command(s)=" + previous_command)
336 previous_command = value[0]
337 res = run("check", previous_command)
341 re.sub('"', '~', previous_command) + "\""
464 global previous_command, result
581 global adactl_cats, previous_command, previous_locfile, DelTree_Menu,\
587 previous_command = ""
/dports/audio/vitunes/vitunes-2.3/
H A Dvitunes.c83 int previous_command; in main() local
186 previous_command = -1; in main()
217 else if (input == '\n' && gnum_get() > 0 && previous_command >= 0) in main()
218 kb_execute(previous_command); in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/docs/
H A Dansible.netcommon.cli_parse_module.rst252 text: "{{ previous_command['stdout'] }}"
274 text: "{{ previous_command['stdout'] }}"
297 text: "{{ previous_command['stdout'] }}"
305 text: "{{ previous_command['stdout'] }}"
344 text: "{{ previous_command['stdout'] }}"
367 text: "{{ previous_command['stdout'] }}"
385 text: "{{ previous_command['stdout'] }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/utils/docs/
H A Dansible.utils.cli_parse_module.rst252 text: "{{ previous_command['stdout'] }}"
274 text: "{{ previous_command['stdout'] }}"
297 text: "{{ previous_command['stdout'] }}"
305 text: "{{ previous_command['stdout'] }}"
344 text: "{{ previous_command['stdout'] }}"
367 text: "{{ previous_command['stdout'] }}"
385 text: "{{ previous_command['stdout'] }}"
/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/
H A Drkrbackend.h225 RCommandProxy *previous_command; variable
H A Drkrbackend.cpp1439 RCommandProxy *previous_command_backup = RKRBackend::this_pointer->previous_command; in doPendingPriorityCommands()
1441 RKRBackend::this_pointer->previous_command = previous_command_backup; in doPendingPriorityCommands()
1495 previous_command = 0; in run()
1529 previous_command = current_command; in commandFinished()
1599 req.command = previous_command; in fetchNextCommand()
1600 previous_command = 0; in fetchNextCommand()
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DCli.c177 static void previous_command(Widget, XEvent *, String *, Cardinal *);
197 static void previous_command();
230 {"previous-command", previous_command},
1630 static void previous_command(Widget w, XEvent *e, in previous_command() function
1633 static void previous_command(w, e, params, num_params) in previous_command()
/dports/devel/util-linux/util-linux-2.36/text-utils/
H A Dmore.c195 struct number_command previous_command; /* previous key command */ member
1284 if (ctl->previous_command.key == more_kc_run_shell && ctl->shell_line) in run_shell()
1622 cmd = ctl->previous_command; in more_key_command()
1783 ctl->previous_command = cmd; in more_key_command()