Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dcommands.c133 int hfd, matched, doindex; in command_help() local
163 doindex = strcmp(topic, "index") == 0? 1 : 0; in command_help()
164 matched = doindex; in command_help()
170 if (doindex) { /* dink around formatting */ in command_help()
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c52 boolean doindex = FALSE; /* form an index */ variable
237 doindex = 1; in main()
321 if (doindex) { in main()
626 if (doindex) { in putKcp()
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c318 doindex(wchar_t **ap, int c) in doindex() function
648 doindex, L"index",
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1087 int hfd, matched, doindex; in command_help() local
1117 doindex = strcmp(topic, "index") == 0; in command_help()
1118 matched = doindex; in command_help()
1123 if (doindex) { /* dink around formatting */ in command_help()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3054 \noexpand\doindex{#1}}
3081 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}}
3084 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
3102 % Define \doindex, the driver for all \fooindex macros.
3106 % \doindex just uses \parsearg; it calls \doind for the actual work.
3112 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}