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

/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c76 static int has_redirection(const char *);
1206 if ((shell = getenv("RUBYSHELL")) && (redir = has_redirection(cmd))) {
1213 (redir < 0 ? has_redirection(cmd) : redir) ||
1433 has_redirection(const char *cmd) function

Completed in 163 milliseconds