Home
last modified time | relevance | path

Searched refs:quote_hit (Results 1 – 25 of 28) sorted by relevance

12

/dports/irc/epic4/epic4-2.10.9/include/
H A Dscreen.h62 int quote_hit; /* True after QUOTE_CHARACTER hit */ member
120 int quote_hit; /* True after QUOTE_CHARACTER hit */ member
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dpty_process_win.c370 bool quote_hit = true; in quote_cmd_arg() local
415 if (quote_hit && src[i - 1] == '\\') { in quote_cmd_arg()
419 quote_hit = true; in quote_cmd_arg()
423 quote_hit = false; in quote_cmd_arg()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/src/win/
H A Dprocess.c430 int quote_hit; in quote_cmd_arg() local
480 quote_hit = 1; in quote_cmd_arg()
485 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
488 quote_hit = 1; in quote_cmd_arg()
491 quote_hit = 0; in quote_cmd_arg()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/win/
H A Dprocess.c457 int quote_hit; in quote_cmd_arg() local
506 quote_hit = 1; in quote_cmd_arg()
511 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
514 quote_hit = 1; in quote_cmd_arg()
517 quote_hit = 0; in quote_cmd_arg()
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/src/win/
H A Dprocess.c456 int quote_hit; in quote_cmd_arg() local
505 quote_hit = 1; in quote_cmd_arg()
510 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
513 quote_hit = 1; in quote_cmd_arg()
516 quote_hit = 0; in quote_cmd_arg()
/dports/www/R-cran-httpuv/httpuv/src/libuv/src/win/
H A Dprocess.c456 int quote_hit; in quote_cmd_arg() local
505 quote_hit = 1; in quote_cmd_arg()
510 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
513 quote_hit = 1; in quote_cmd_arg()
516 quote_hit = 0; in quote_cmd_arg()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibuv/src/win/
H A Dprocess.c459 int quote_hit; in quote_cmd_arg() local
508 quote_hit = 1; in quote_cmd_arg()
513 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
516 quote_hit = 1; in quote_cmd_arg()
519 quote_hit = 0; in quote_cmd_arg()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibuv/src/win/
H A Dprocess.c459 int quote_hit; in quote_cmd_arg() local
508 quote_hit = 1; in quote_cmd_arg()
513 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
516 quote_hit = 1; in quote_cmd_arg()
519 quote_hit = 0; in quote_cmd_arg()
/dports/www/node10/node-v10.24.1/deps/uv/src/win/
H A Dprocess.c457 int quote_hit; in quote_cmd_arg() local
506 quote_hit = 1; in quote_cmd_arg()
511 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
514 quote_hit = 1; in quote_cmd_arg()
517 quote_hit = 0; in quote_cmd_arg()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/src/win/
H A Dprocess.c456 int quote_hit; in quote_cmd_arg() local
505 quote_hit = 1; in quote_cmd_arg()
510 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
513 quote_hit = 1; in quote_cmd_arg()
516 quote_hit = 0; in quote_cmd_arg()
/dports/devel/libuv/libuv-v1.42.0/src/win/
H A Dprocess.c456 int quote_hit; in quote_cmd_arg() local
505 quote_hit = 1; in quote_cmd_arg()
510 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
513 quote_hit = 1; in quote_cmd_arg()
516 quote_hit = 0; in quote_cmd_arg()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibuv/src/win/
H A Dprocess.c459 int quote_hit; in quote_cmd_arg() local
508 quote_hit = 1; in quote_cmd_arg()
513 if (quote_hit && source[i - 1] == L'\\') { in quote_cmd_arg()
516 quote_hit = 1; in quote_cmd_arg()
519 quote_hit = 0; in quote_cmd_arg()
/dports/irc/epic5/epic5-2.1.6/include/
H A Dscreen.h114 int quote_hit; /* True after QUOTE_CHARACTER hit */ member
/dports/sysutils/R-cran-processx/processx/src/win/
H A Dprocessx.c112 int quote_hit; in processx__quote_cmd_arg() local
161 quote_hit = 1; in processx__quote_cmd_arg()
166 if (quote_hit && source[i - 1] == L'\\') { in processx__quote_cmd_arg()
169 quote_hit = 1; in processx__quote_cmd_arg()
172 quote_hit = 0; in processx__quote_cmd_arg()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dinput.c1197 last_input_screen->quote_hit = 1; in BUILT_IN_BINDING()
1337 if (last_input_screen->quote_hit) in edit_char()
1339 last_input_screen->quote_hit = 0; in edit_char()
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dstruct.h294 int quote_hit; /* true if a key bound to member
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dstruct.h369 int quote_hit; /* true if a key bound to member
/dports/irc/epic5/epic5-2.1.6/source/
H A Dscreen.c3130 new_s->quote_hit = 0; in create_new_screen()
3851 old_quote_hit = last_input_screen->quote_hit; in edit_codepoint()
3856 last_input_screen->quote_hit); in edit_codepoint()
3860 last_input_screen->quote_hit = 0; in edit_codepoint()
H A Dinput.c1592 last_input_screen->quote_hit = 1; in BUILT_IN_KEYBINDING()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dinput.c1350 last_input_screen->quote_hit = 1; in BUILT_IN_KEYBINDING()
1491 if (last_input_screen->quote_hit) in edit_char()
1493 last_input_screen->quote_hit = 0; in edit_char()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dinput.c1268 last_input_screen->quote_hit = 1; in BUILT_IN_KEYBINDING()
1409 if (last_input_screen->quote_hit) in edit_char()
1411 last_input_screen->quote_hit = 0; in edit_char()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h794 int quote_hit; /* true if a key bound to member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h794 int quote_hit; /* true if a key bound to member
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dedit.c3580 current_screen->quote_hit = 1;
3723 else if (current_screen->quote_hit)
3725 current_screen->quote_hit = 0;
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dedit.c4309 current_screen->quote_hit = 1;
4464 else if (current_screen->quote_hit)
4466 current_screen->quote_hit = 0;

12