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

/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c502 int after_got_comma = 0; local
547 } else if (got_colon && after_got_comma) {
550 after_got_comma = 0;
566 after_got_comma = 1;
586 if ((after_got_comma) && (prev_chr == ','))

Completed in 45 milliseconds