Searched +refs:ps +refs:flatten +refs:list (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.c101 /* The list of shell variables that the user has created at the global
105 /* The current list of shell variables, including function scopes */
108 /* The list of shell functions that the user has created, or that came from
224 static void flatten __P((HASH_TABLE *, sh_var_map_func_t *, VARLIST *, int));
482 that we are remembering commands on the history list. */
888 /* Print LIST (a list of shell variables) to stdout in such a way that
891 print_var_list (list)
892 register SHELL_VAR **list;
897 for (i = 0; list && (var = list[
2661 flatten (var_hash_table, func, vlist, flags) function
2713 SHELL_VAR **list; local
2727 SHELL_VAR **list; local
3064 char **list, *value; local
3124 char **list; local
3141 char **list; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_process.rb546 ios = pipes.flatten
562 ios = pipes.flatten
1183 return unless Signal.list.include?("QUIT")
1223 ps = (0...3).map { spawn(RUBY, "foo") }.sort
1225 ps.zip(ss) do |p1, (p2, s)|
1501 puts Thread.list.size, th.status.inspect

Completed in 225 milliseconds