HomeSort by: relevance | last modified time | path
    Searched defs:array_retrieve (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/dc/
stack.c 35 static __inline struct value *array_retrieve(const struct array *, size_t);
320 array_retrieve(const struct array *array, size_t index) function in typeref:struct:value *
355 return array_retrieve(a, index);
stack.c 35 static __inline struct value *array_retrieve(const struct array *, size_t);
320 array_retrieve(const struct array *array, size_t index) function in typeref:struct:value *
355 return array_retrieve(a, index);

Completed in 20 milliseconds