Searched refs:doindex (Results 1 – 5 of 5) sorted by relevance
127 int hfd, matched, doindex; in command_help() local158 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()
98 extern ptrdiff_t doindex(const char *, const char *);
71 doindex(const char *s1, const char *s2) in doindex() function
440 pbnum((argc > 3) ? doindex(argv[2], argv[3]) : -1); in expand_builtin()
776 \noexpand\doindex {#1}}798 \noexpand\doindex {#2}}%808 % Define \doindex, the driver for all \fooindex macros.812 % \doindex just uses \parsearg; it calls \doind for the actual work.818 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}