Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c2524 int old0; in writezone() local
2598 old0 = strlen(omittype); in writezone()
2623 for (i = old0; i < typecnt; i++) { in writezone()
2624 int h = (i == old0 ? thisdefaulttype in writezone()
2625 : i == thisdefaulttype ? old0 : i); in writezone()
2658 for (i = old0; i < typecnt; i++) in writezone()
2660 typemap[i == old0 ? thisdefaulttype in writezone()
2661 : i == thisdefaulttype ? old0 : i] in writezone()
2667 for (i = old0; i < typecnt; i++) { in writezone()
2743 for (i = old0; i < typecnt; i++) { in writezone()
[all …]