Searched defs:doindex (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c131 int hfd, matched, doindex; local
159 doindex = !strcmp(topic, "index");
160 matched = doindex;
166 if (doindex) { /* dink around formatting */
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c318 doindex(wchar_t **ap, int c) function
648 doindex, L"index",
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c54 boolean doindex = FALSE; /* form an index */ variable
239 doindex = 1;
323 if (doindex) {
628 if (doindex) {
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1133 int hfd, matched, doindex; local
1162 doindex = strcmp(topic, "index") == 0;
1163 matched = doindex;
1168 if (doindex) { /* dink around formatting */

Completed in 77 milliseconds