Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ctfdiff/
H A Dctfdiff.c56 static int g_ntypes = 0; variable
406 if (g_nexttype == g_ntypes) { in main()
407 if (g_ntypes == 0) in main()
408 g_ntypes = 16; in main()
410 g_ntypes *= 2; in main()
412 sizeof (char *) * g_ntypes); in main()