Searched refs:isCirc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/bmake/lst.lib/
H A DlstDupl.c84 nl = Lst_Init(list->isCirc);
99 if (list->isCirc && ln == list->lastPtr) {
H A DlstInit.c81 nList->isCirc = circ;
H A DlstConcat.c119 if (list1->isCirc && list1->firstPtr != NULL) {
171 if (list1->isCirc) {
178 if (list2->isCirc) {
H A DlstInt.h68 Boolean isCirc; /* true if the list should be considered member in struct:List
H A DlstAppend.c100 if (list->isCirc) {
H A DlstInsert.c100 if (list->isCirc) {

Completed in 52 milliseconds