doindex
int hfd, matched, doindex;
doindex = strcmp(topic, "index") == 0? 1 : 0;
matched = doindex;
if (doindex) { /* dink around formatting */
pbnum((argc > 3) ? doindex(argv[2], argv[3]) : -1);
extern ptrdiff_t doindex(const char *, const char *);