Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/common/
H A Dmsg.c493 #define ARSIZE(a) sizeof(a) / sizeof (*a) in mod_rpt() macro
496 for (cnt = 0, total = 0; cnt < ARSIZE(action); ++cnt) in mod_rpt()
501 for (cnt = 0; cnt < ARSIZE(action); ++cnt) in mod_rpt()
509 ap = action, cnt = 0; cnt < ARSIZE(action); ++ap, ++cnt) in mod_rpt()
547 #undef ARSIZE in mod_rpt()