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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c59 static struct stats *Tokcount; variable in typeref:struct:stats
220 Tokcount = stats_new_counter("lex.tokens", "total tokens in", 1);
687 stats_counter_bump(Tokcount);
962 stats_delete(Tokcount);

Completed in 46 milliseconds