HomeSort by: relevance | last modified time | path
    Searched defs:wi_prefix (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/makewhatis/
makewhatis.c 86 char wi_prefix[1]; member in struct:whatisstruct
544 if (result == 0) result = strcmp(prefix, wi->wi_prefix);
555 (void) strcpy(wi->wi_prefix, prefix);
557 wi->wi_prefix[0] = '\0';
1165 if ((tree->wi_data[0] && fputs(tree->wi_prefix, out) == EOF) ||
makewhatis.c 86 char wi_prefix[1]; member in struct:whatisstruct
544 if (result == 0) result = strcmp(prefix, wi->wi_prefix);
555 (void) strcpy(wi->wi_prefix, prefix);
557 wi->wi_prefix[0] = '\0';
1165 if ((tree->wi_data[0] && fputs(tree->wi_prefix, out) == EOF) ||

Completed in 27 milliseconds