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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.c110 HASH_TABLE *shell_functions = (HASH_TABLE *)NULL; variable
268 if (shell_functions == 0)
269 shell_functions = hash_create (0);
1569 return (hash_lookup (name, shell_functions));
2089 elt = hash_insert (savestring (name), shell_functions, HASH_NOSRCH);
2324 elt = hash_remove (name, shell_functions, 0);
2371 shell_variables or shell_functions).
2642 if (shell_functions == 0 || HASH_ENTRIES (shell_functions) == 0)
2645 vlist = vlist_alloc (HASH_ENTRIES (shell_functions));
[all...]
H A Dvariables.h203 extern HASH_TABLE *shell_functions;
H A Dshell.c1753 delete_all_variables (shell_functions);

Completed in 81 milliseconds