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

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Denable.c250 struct builtin **new_builtins, *b, *new_shell_builtins, *old_builtin; local
324 new_shell_builtins = (struct builtin *)xmalloc (size);
325 FASTCOPY ((char *)shell_builtins, (char *)new_shell_builtins,
329 (char *)&new_shell_builtins[num_shell_builtins + replaced],
332 new_shell_builtins[total].name = (char *)0;
333 new_shell_builtins[total].function = (sh_builtin_func_t *)0;
334 new_shell_builtins[total].flags = 0;
339 shell_builtins = new_shell_builtins;
355 struct builtin *new_shell_builtins; local
364 new_shell_builtins
[all...]

Completed in 233 milliseconds