Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/tinfo/
Dadd_tries.c54 TRIES *ptr, *savedptr; in NCURSES_EXPORT() local
63 ptr = savedptr = (*tree); in NCURSES_EXPORT()
86 savedptr = ptr = ptr->sibling; in NCURSES_EXPORT()
94 savedptr = ptr = (*tree) = typeCalloc(TRIES, 1); in NCURSES_EXPORT()
112 while ((ptr = savedptr) != 0) { in NCURSES_EXPORT()
113 savedptr = ptr->child; in NCURSES_EXPORT()