Home
last modified time | relevance | path

Searched refs:list (Results 1 – 1 of 1) sorted by relevance

/intl/
A Ddcigettext.c377 # define ADD_BLOCK(list, address) /* nothing */ argument
378 # define FREE_BLOCKS(list) /* nothing */ argument
385 # define ADD_BLOCK(list, addr) \ argument
392 newp->next = (list); \
393 (list) = newp; \
396 # define FREE_BLOCKS(list) \ argument
398 while (list != NULL) { \
399 struct block_list *old = list; \
400 list = list->next; \

Completed in 6 milliseconds