Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dcommands.c127 int hfd, matched, doindex; in command_help() local
158 doindex = strcmp(topic, "index") == 0? 1 : 0; in command_help()
159 matched = doindex; in command_help()
165 if (doindex) { /* dink around formatting */ in command_help()