Home
last modified time | relevance | path

Searched refs:prev_cmd (Results 1 – 25 of 98) sorted by relevance

1234

/dports/editors/neovim/neovim-0.6.1/scripts/
H A Dgenvimvim.lua30 local function cmd_kw(prev_cmd, cmd)
31 if not prev_cmd then
35 while cmd:sub(shift, shift) == prev_cmd:sub(shift, shift) do
57 local prev_cmd = nil
64 w(' ' .. cmd_kw(prev_cmd, cmd))
66 prev_cmd = cmd
/dports/emulators/spim/spim-8.0/spim/
H A Dspim.c413 prev_cmd = READ_CMD; in parse_spim_command()
443 prev_cmd = RUN_CMD; in parse_spim_command()
457 prev_cmd = CONTINUE_CMD; in parse_spim_command()
480 prev_cmd = STEP_CMD; in parse_spim_command()
523 prev_cmd = PRINT_CMD; in parse_spim_command()
531 prev_cmd = NOP_CMD; in parse_spim_command()
542 prev_cmd = NOP_CMD; in parse_spim_command()
551 prev_cmd = NOP_CMD; in parse_spim_command()
556 prev_cmd = ASM_CMD; in parse_spim_command()
630 prev_cmd = cmd; in parse_spim_command()
[all …]
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_bte.c99 static char prev_cmd[PACKET_SIZE + 1]; variable
111 sprintf(prev_cmd, "AT%s\r", str); in bte_sendcmd()
114 if (write(hw.fd, prev_cmd, strlen(prev_cmd)) <= 0) { in bte_sendcmd()
265 logprintf(LOG_ERR, "bte_automaton: 'ERROR' received! Previous command: %s", prev_cmd); in bte_automaton()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/svgtypes-0.5.0/src/path/
H A Dwriter.rs21 let mut prev_cmd: Option<PrevCmd> = None; in write_buf_opt() localVariable
25 let is_written = write_cmd(seg, &mut prev_cmd, opt, buf); in write_buf_opt()
38 prev_cmd: &mut Option<PrevCmd>, in write_cmd()
45 if let Some(ref pcmd) = *prev_cmd { in write_cmd()
59 if let Some(ref pcmd) = *prev_cmd { in write_cmd()
84 *prev_cmd = Some(PrevCmd { in write_cmd()
H A Dparser.rs70 prev_cmd: Option<u8>, field
77 prev_cmd: None, in from()
94 let res = next_impl(s, &mut self.prev_cmd); in next()
103 fn next_impl(s: &mut Stream, prev_cmd: &mut Option<u8>) -> Result<PathSegment> { in next_impl()
106 let has_prev_cmd = prev_cmd.is_some(); in next_impl()
129 let p_cmd = prev_cmd.unwrap(); in next_impl()
236 *prev_cmd = Some( in next_impl()
H A Dmod.rs39 let mut prev_cmd = PathCommand::MoveTo; in conv_to_absolute() localVariable
52 if seg.cmd() == PathCommand::MoveTo && prev_cmd == PathCommand::ClosePath { in conv_to_absolute()
84 prev_cmd = seg.cmd(); in conv_to_absolute()
104 let mut prev_cmd = PathCommand::MoveTo; in conv_to_relative() localVariable
117 if seg.cmd() == PathCommand::MoveTo && prev_cmd == PathCommand::ClosePath { in conv_to_relative()
166 prev_cmd = seg.cmd(); in conv_to_relative()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgtypes-0.5.0/src/path/
H A Dwriter.rs21 let mut prev_cmd: Option<PrevCmd> = None; in write_buf_opt() localVariable
25 let is_written = write_cmd(seg, &mut prev_cmd, opt, buf); in write_buf_opt()
38 prev_cmd: &mut Option<PrevCmd>, in write_cmd()
45 if let Some(ref pcmd) = *prev_cmd { in write_cmd()
59 if let Some(ref pcmd) = *prev_cmd { in write_cmd()
84 *prev_cmd = Some(PrevCmd { in write_cmd()
H A Dparser.rs70 prev_cmd: Option<u8>, field
77 prev_cmd: None, in from()
94 let res = next_impl(s, &mut self.prev_cmd); in next()
103 fn next_impl(s: &mut Stream, prev_cmd: &mut Option<u8>) -> Result<PathSegment> { in next_impl()
106 let has_prev_cmd = prev_cmd.is_some(); in next_impl()
129 let p_cmd = prev_cmd.unwrap(); in next_impl()
236 *prev_cmd = Some( in next_impl()
H A Dmod.rs39 let mut prev_cmd = PathCommand::MoveTo; in conv_to_absolute() localVariable
52 if seg.cmd() == PathCommand::MoveTo && prev_cmd == PathCommand::ClosePath { in conv_to_absolute()
84 prev_cmd = seg.cmd(); in conv_to_absolute()
104 let mut prev_cmd = PathCommand::MoveTo; in conv_to_relative() localVariable
117 if seg.cmd() == PathCommand::MoveTo && prev_cmd == PathCommand::ClosePath { in conv_to_relative()
166 prev_cmd = seg.cmd(); in conv_to_relative()
/dports/games/gnugo/gnugo-3.8/regression/
H A Dregress.pl143 my $prev_cmd = "";
378 $prev_cmd = $next_cmd;
573 print $brd "<GTP_COMMAND>$prev_cmd</GTP_COMMAND>\n";
615 if ($prev_cmd =~ /reg_genmove/) {
684 if ($prev_cmd =~ /^[0-9]*\s*reg_genmove/) {
728 my $pc = $prev_cmd;
761 if ($prev_cmd =~ /.*reg_genmove\s+([whiteblack]+)/) {
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dccaption_dec.c248 char prev_cmd[2]; member
296 ctx->prev_cmd[0] = 0; in flush_decoder()
297 ctx->prev_cmd[1] = 0; in flush_decoder()
663 if (hi == ctx->prev_cmd[0] && lo == ctx->prev_cmd[1]) { in process_cc608()
669 ctx->prev_cmd[0] = hi; in process_cc608()
670 ctx->prev_cmd[1] = lo; in process_cc608()
737 ctx->prev_cmd[0] = ctx->prev_cmd[1] = 0; in process_cc608()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c248 char prev_cmd[2]; member
296 ctx->prev_cmd[0] = 0; in flush_decoder()
297 ctx->prev_cmd[1] = 0; in flush_decoder()
663 if (hi == ctx->prev_cmd[0] && lo == ctx->prev_cmd[1]) { in process_cc608()
669 ctx->prev_cmd[0] = hi; in process_cc608()
670 ctx->prev_cmd[1] = lo; in process_cc608()
737 ctx->prev_cmd[0] = ctx->prev_cmd[1] = 0; in process_cc608()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmain.cc874 if (crawl_state.prev_cmd == CMD_NO_CMD) in _cmd_is_repeatable()
1061 crawl_state.prev_cmd = CMD_NO_CMD; in _input()
1193 crawl_state.prev_cmd = cmd; in _input()
1767 && (prev_cmd == CMD_AUTOFIGHT in _check_recklessness()
1768 || prev_cmd == CMD_AUTOFIGHT_NOMOVE in _check_recklessness()
1769 || prev_cmd == CMD_AUTOFIRE)) in _check_recklessness()
1796 if (_check_recklessness(prev_cmd)) in _handle_autofight()
1988 _handle_autofight(cmd, prev_cmd); in process_command()
2870 real_cmd = crawl_state.prev_cmd; in _do_cmd_repeat()
2944 if (crawl_state.prev_cmd == CMD_REPEAT_CMD) in _do_prev_cmd_again()
[all …]
H A Dcommand.h35 void process_command(command_type cmd, command_type prev_cmd = CMD_NO_CMD);
H A Dstate.cc53 prev_cmd(CMD_NO_CMD), repeat_cmd(CMD_NO_CMD), in game_state()
303 prev_cmd = CMD_NO_CMD; in reset_cmd_again()
496 fprintf(stderr, "prev_cmd = %s\n", command_to_name(prev_cmd).c_str()); in dump()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dccaption_dec.c257 uint8_t prev_cmd[2]; member
302 ctx->prev_cmd[0] = 0; in flush_decoder()
303 ctx->prev_cmd[1] = 0; in flush_decoder()
749 if (hi == ctx->prev_cmd[0] && lo == ctx->prev_cmd[1]) { in process_cc608()
754 ctx->prev_cmd[0] = hi; in process_cc608()
755 ctx->prev_cmd[1] = lo; in process_cc608()
824 ctx->prev_cmd[0] = ctx->prev_cmd[1] = 0; in process_cc608()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dccaption_dec.c257 uint8_t prev_cmd[2]; member
302 ctx->prev_cmd[0] = 0; in flush_decoder()
303 ctx->prev_cmd[1] = 0; in flush_decoder()
749 if (hi == ctx->prev_cmd[0] && lo == ctx->prev_cmd[1]) { in process_cc608()
754 ctx->prev_cmd[0] = hi; in process_cc608()
755 ctx->prev_cmd[1] = lo; in process_cc608()
824 ctx->prev_cmd[0] = ctx->prev_cmd[1] = 0; in process_cc608()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c257 uint8_t prev_cmd[2]; member
302 ctx->prev_cmd[0] = 0; in flush_decoder()
303 ctx->prev_cmd[1] = 0; in flush_decoder()
749 if (hi == ctx->prev_cmd[0] && lo == ctx->prev_cmd[1]) { in process_cc608()
754 ctx->prev_cmd[0] = hi; in process_cc608()
755 ctx->prev_cmd[1] = lo; in process_cc608()
824 ctx->prev_cmd[0] = ctx->prev_cmd[1] = 0; in process_cc608()
/dports/www/nginx-full/headers-more-nginx-module-d6d7eba/src/
H A Dngx_http_headers_more_filter_module.c181 ngx_http_headers_more_cmd_t *prev_cmd, *cmd; in ngx_http_headers_more_merge_loc_conf() local
199 prev_cmd = prev->cmds->elts; in ngx_http_headers_more_merge_loc_conf()
202 cmd[i] = prev_cmd[i]; in ngx_http_headers_more_merge_loc_conf()
/dports/x11/kitty/kitty-0.23.1/kitty_tests/
H A Dparser.py252 prev_cmd = NotificationCommand()
255 nonlocal prev_cmd
259 prev_cmd = NotificationCommand()
265 nonlocal prev_cmd
266 x = handle_notification_cmd(osc_code, raw_data, window_id, prev_cmd, notify)
268 prev_cmd = x
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/src/strategies/
H A Dmatch_prev_cmd.zsh49 local prev_cmd="$(_zsh_autosuggest_escape_command "${history[$((HISTCMD-1))]}")"
58 if [[ "${history[$((key - 1))]}" == "$prev_cmd" ]]; then
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/commander/
H A Dcommander.py217 prev_cmd = self.cbuf.text
221 if prev_cmd == self.filter_str:
222 self.cbuf = CommandBuffer(self.master, prev_cmd)
/dports/www/mozplugger/mozplugger-2.1.6/
H A Dmozplugger-update.c886 command_t * prev_cmd = NULL; in read_config() local
907 prev_cmd = NULL; in read_config()
913 prev_cmd = NULL; in read_config()
935 if(prev_cmd) in read_config()
938 prev_cmd->pNext = cmd; in read_config()
950 prev_cmd = cmd; in read_config()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dnotify.py193 prev_cmd: NotificationCommand,
197 cmd = merge_osc_99(prev_cmd, parse_osc_99(raw_data))
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A Dpagesel.c1384 static saveCmdT prev_cmd = 0; /* previous command (CLICK/SCROLL_UP/SCROLL_DOWN) */ in internal_process_button2() local
1398 prev_cmd = CLICK; in internal_process_button2()
1406 prev_cmd = CLICK; in internal_process_button2()
1423 if (prev_cmd != CLICK && curr_cmd != prev_cmd) in internal_process_button2()
1468 prev_cmd = curr_cmd; in internal_process_button2()

1234