Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dthread.h65 const char *thread_next_key_name(const void **);
H A Dcomplete.c713 while (thread_next_key_name(&cookie) != NULL) in complete_thread_key()
722 while ((name = thread_next_key_name(&cookie)) != NULL) in complete_thread_key()
H A Dthread.c1592 thread_next_key_name(const void **cookie) in thread_next_key_name() function