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

/macosx-10.9.5/bash-92/bash-3.2/
H A Darrayfunc.h30 extern SHELL_VAR *bind_array_variable __P((char *, arrayind_t, char *, int));
H A Darrayfunc.c138 bind_array_variable (name, ind, value, flags) function
164 assign VALUE to that array element by calling bind_array_variable(). */
195 entry = bind_array_variable (vname, ind, value, flags);
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Ddeclare.c373 /* let bind_array_variable take care of this. */
374 bind_array_variable (name, 0, value, aflags);

Completed in 74 milliseconds