Searched refs:item (Results 1 – 2 of 2) sorted by relevance
279 DYNARRAY_NAME (add__) (struct DYNARRAY_STRUCT *list, DYNARRAY_ELEMENT item) in DYNARRAY_NAME()291 list->u.dynarray_header.array[list->u.dynarray_header.used++] = item; in DYNARRAY_NAME()299 DYNARRAY_NAME (add) (struct DYNARRAY_STRUCT *list, DYNARRAY_ELEMENT item) in DYNARRAY_NAME()309 DYNARRAY_NAME (add__) (list, item); in DYNARRAY_NAME()314 list->u.dynarray_header.array[list->u.dynarray_header.used++] = item; in DYNARRAY_NAME()
230 char *item = xasprintf ("%d", base + i); in test_str() local232 dynarray_str_add (&dyn, item); in test_str()238 *place = item; in test_str()
Completed in 6 milliseconds