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

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c48 static int extends_count = 0; local
59 ++extends_count;
61 if (extends_count > MAX_EXTENDS) {
88 M.mi_ext_cnt = extends_count;
165 if (extends_count == 1) {
170 if (extends_count == 1) {
179 if (extends_warn == 1 && extends_count == 1) {
263 extends_count--;

Completed in 44 milliseconds