Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/ia64/stand/common/
Dcommands.c81 help_getnext(int fd, char **topic, char **subtopic, char **desc) in help_getnext() function
180 while(help_getnext(hfd, &t, &s, &d)) { in command_help()