Searched refs:currentend (Results 1 – 1 of 1) sorted by relevance
1033 static struct config **currentend = 0; /* Last on list of configs */ variable1067 currentend = ¤t; in Configlist_init()1077 currentend = ¤t; in Configlist_reset()1091 assert( currentend!=0 );1104 *currentend = cfp;1105 currentend = &cfp->next;1119 assert( currentend!=0 );1132 *currentend = cfp;1133 currentend = &cfp->next;1150 assert( currentend!=0 );[all …]