Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c68 struct use_header use_list = {NULL, NULL}; variable
138 for (ptr = use_list.head; ptr != NULL; ptr = ptr->fptr)
194 if (use_list.head != NULL)
196 item->bptr = use_list.tail;
197 use_list.tail->fptr = item;
199 use_list.tail = item;
203 use_list.tail = use_list.head = item;
220 use_list.tail = ptr->bptr;
225 use_list.head = ptr->fptr;
663 while (use_list.head != NULL && old_use_count != use_count) in compile()
[all …]
/titanic_44/usr/src/cmd/tic/
H A Dtic_parse.c122 struct use_header use_list = {NULL, NULL}; variable
187 while (use_list.head != NULL && old_use_count != use_count) { in compile()
189 for (ptr = use_list.tail; ptr != NULL; in compile()
201 for (ptr = use_list.head; ptr != NULL; in compile()
218 if (use_list.head != NULL && !check_only) { in compile()
224 for (ptr = use_list.head; ptr != NULL; ptr = ptr->fptr) { in compile()
241 for (ptr = use_list.head; ptr != NULL; ptr = ptr->fptr) { in dump_list()
435 if (use_list.head != NULL) { in enqueue()
436 item->bptr = use_list.tail; in enqueue()
437 use_list.tail->fptr = item; in enqueue()
[all …]