Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/protocmp/
H A Dproto_list.c98 if ((!v[LCNT]) || (!is_num(v[LCNT]))) in check_line()
181 e->ref_cnt = atoi(v[LCNT]); in parse_line()
H A Dproto_list.h44 #define LCNT 7 macro