Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/protocmp/
H A Dproto_list.c96 if ((!v[LCNT]) || (!is_num(v[LCNT]))) in check_line()
179 e->ref_cnt = atoi(v[LCNT]); in parse_line()
H A Dproto_list.h46 #define LCNT 7 macro