Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ctfdiff/
H A Dctfdiff.c55 static int g_nexttype = 0; variable
168 if (g_nexttype != 0) { in ctfdiff_cb()
180 for (i = 0; i < g_nexttype; i++) { in ctfdiff_cb()
185 if (i == g_nexttype) in ctfdiff_cb()
368 "%s\n", g_nexttype + 1, in main()
386 "%s\n", g_nexttype + 1, in main()
406 if (g_nexttype == g_ntypes) { in main()
416 "%s\n", g_nexttype + 1, in main()
420 g_typelist[g_nexttype] = optarg; in main()
421 g_nexttype++; in main()
[all …]