Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/protocmp/
H A Dproto_list.c158 v[PROTOS] = index(buf, ';'); in get_line()
159 if (v[PROTOS]) in get_line()
160 *v[PROTOS]++ = '\0'; in get_line()
H A Dproto_list.h47 #define PROTOS 10 macro