Searched refs:dlallhead (Results 1 – 1 of 1) sorted by relevance
194 static PetscFunctionListDLAll dlallhead = NULL; variable204 head->next = dlallhead; in PetscFunctionListDLAllPush_Private()205 dlallhead = head; in PetscFunctionListDLAllPush_Private()214 PetscFunctionListDLAll current = dlallhead, prev = NULL; in PetscFunctionListDLAllPop_Private()226 dlallhead = next; in PetscFunctionListDLAllPop_Private()387 PetscFunctionListDLAll current = dlallhead; in PetscFunctionListPrintAll()