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

/macosx-10.9.5/bash-92/bash-3.2/
H A Darrayfunc.h49 extern char *get_array_value __P((char *, int, int *));
H A Darrayfunc.c795 get_array_value (s, allow_all, rtype) function
H A Dexpr.c944 /* Second argument of 0 to get_array_value means that we don't allow
945 references like array[@]. In this case, get_array_value is just
948 value = (e == ']') ? get_array_value (tok, 0, (int *)NULL) : get_variable_value (v);

Completed in 127 milliseconds