Searched refs:array_set (Results 1 – 2 of 2) sorted by relevance
63 ARRAYINLINE void array_set(const struct array *, unsigned index_, void *val);86 array_set(const struct array *a, unsigned index_, void *val) in array_set() function225 array_set(&a->arr, index_, (void *)val); \
330 array_set(&commandline_files, i, NULL); in read_commandline_files()