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

/freebsd-12-stable/stand/common/
H A Dcommands.c131 int hfd, matched, doindex; local
161 doindex = strcmp(topic, "index") == 0? 1 : 0;
162 matched = doindex;
168 if (doindex) { /* dink around formatting */
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3155 \noexpand\doindex{#1}}
3182 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}}
3185 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
3203 % Define \doindex, the driver for all \fooindex macros.
3207 % \doindex just uses \parsearg; it calls \doind for the actual work.
3213 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex4300 \noexpand\doindex{#1}}
4327 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}}
4330 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
4348 % Define \doindex, the driver for all \fooindex macros.
4352 % \doindex just uses \parsearg; it calls \doind for the actual work.
4358 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}

Completed in 123 milliseconds