Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c656 tOptionValue * old_v = C(tOptionValue *, arg_list->apzArgs[iy]); in sort_list() local
663 while (strcmp(old_v->pzName, new_v->pzName) > 0) { in sort_list()
664 arg_list->apzArgs[iy+1] = VOIDP(old_v); in sort_list()
665 old_v = (tOptionValue *)VOIDP(arg_list->apzArgs[--iy]); in sort_list()