Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dmsg.c458 #define ARSIZE(a) sizeof(a) / sizeof (*a) in mod_rpt() macro
461 for (cnt = 0, total = 0; cnt < ARSIZE(action); ++cnt) in mod_rpt()
466 for (cnt = 0; cnt < ARSIZE(action); ++cnt) in mod_rpt()
474 ap = action, cnt = 0; cnt < ARSIZE(action); ++ap, ++cnt) in mod_rpt()
512 #undef ARSIZE in mod_rpt()