Home
last modified time | relevance | path

Searched refs:typeindex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dglue1.c33 int typeindex = 0; variable
141 indexname, typeindex); in huntmain()
143 if (typeindex == 0 || strcmp(oldname, indexname) != 0) { in huntmain()
156 typeindex = 1; in huntmain()
217 typeindex = 2; in huntmain()
230 fprintf(stderr, "typeindex now %d\n", typeindex); in huntmain()
233 if (typeindex == 2) { in huntmain()
H A Dglue3.c75 extern int typeindex; in callhunt()
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c652 int typeindex = -1; in main() local
695 if (typeindex != -1) { in main()
704 typeindex = i; in main()
708 if (typeindex == -1) { in main()
768 if (typeindex != -1 && !needfile) { in main()
789 if (typeindex != -1) { in main()
790 ucode = &ucode_sources[typeindex]; in main()