Searched refs:want_pending_command (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/
H A Dflags.c46 extern int want_pending_command, read_from_stdin;
303 temp = (char *)xmalloc (1 + NUM_SHELL_FLAGS + read_from_stdin + want_pending_command);
308 if (want_pending_command)
H A Dshell.c265 int want_pending_command; /* -c flag supplied */ variable
415 want_pending_command = locally_skip_execution = read_from_stdin = 0;
498 if (want_pending_command)
834 want_pending_command = 1;

Completed in 212 milliseconds