mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
57 lines
7.5 KiB
HTML
57 lines
7.5 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>use_subshell</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--global.c.html#L93'>use_subshell</a> 93 lib/global.c .use_subshell = SUBSHELL_USE,</span>
|
|
<span class='curline'><a href='../S/lib--global.h.html#L183'>use_subshell</a> 183 lib/global.h gboolean use_subshell;</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L284'>use_subshell</a> 284 lib/shell.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L381'>use_subshell</a> 381 lib/tty/tty-ncurses.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L343'>use_subshell</a> 343 lib/tty/tty-slang.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L163'>use_subshell</a> 163 src/args.c &mc_global.tty.use_subshell,</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L740'>use_subshell</a> 740 src/args.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L152'>use_subshell</a> 152 src/execute.c if (mc_global.tty.console_flag != '\0' && !mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L172'>use_subshell</a> 172 src/execute.c if (mc_global.tty.console_flag != '\0' && !mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L311'>use_subshell</a> 311 src/execute.c if (!mc_global.tty.use_subshell && (flags & EXECUTE_INTERNAL) == 0 && argv != NULL</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L318'>use_subshell</a> 318 src/execute.c if (mc_global.tty.use_subshell && (flags & EXECUTE_INTERNAL) == 0 && argv != NULL)</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L436'>use_subshell</a> 436 src/execute.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L465'>use_subshell</a> 465 src/execute.c || mc_global.tty.use_subshell || output_starts_shell))</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L496'>use_subshell</a> 496 src/execute.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L536'>use_subshell</a> 536 src/execute.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L554'>use_subshell</a> 554 src/execute.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--command.c.html#L125'>use_subshell</a> 125 src/filemanager/command.c if (mc_global.tty.use_subshell && subshell_state != INACTIVE)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--command.c.html#L162'>use_subshell</a> 162 src/filemanager/command.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--command.c.html#L166'>use_subshell</a> 166 src/filemanager/command.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L902'>use_subshell</a> 902 src/filemanager/filemanager.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1038'>use_subshell</a> 1038 src/filemanager/filemanager.c if (!mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L878'>use_subshell</a> 878 src/filemanager/layout.c if (!mc_global.tty.use_subshell || !do_load_prompt ())</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L972'>use_subshell</a> 972 src/filemanager/layout.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L166'>use_subshell</a> 166 src/main.c mc_global.tty.use_subshell ? sigchld_handler :</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L183'>use_subshell</a> 183 src/main.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L342'>use_subshell</a> 342 src/main.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L344'>use_subshell</a> 344 src/main.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L380'>use_subshell</a> 380 src/main.c if (mc_global.tty.use_subshell && mc_global.run_from_parent_mc)</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L397'>use_subshell</a> 397 src/main.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L400'>use_subshell</a> 400 src/main.c if (mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1721'>use_subshell</a> 1721 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1732'>use_subshell</a> 1732 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1739'>use_subshell</a> 1739 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1751'>use_subshell</a> 1751 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1768'>use_subshell</a> 1768 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1776'>use_subshell</a> 1776 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1785'>use_subshell</a> 1785 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1823'>use_subshell</a> 1823 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1826'>use_subshell</a> 1826 src/subshell/common.c mc_global.tty.use_subshell = FALSE; // Subshell died instantly, so don't use it</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1930'>use_subshell</a> 1930 src/subshell/common.c while (!subshell_alive && subshell_get_mainloop_quit () == 0 && mc_global.tty.use_subshell)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2095'>use_subshell</a> 2095 src/subshell/common.c if (mc_global.tty.use_subshell && vfs_current_is_local ())</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2109'>use_subshell</a> 2109 src/subshell/common.c mc_global.tty.use_subshell = FALSE;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|