Home
last modified time | relevance | path

Searched defs:SIZEOF (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A Dbuild.priv.h83 #define SIZEOF(v) (sizeof(v) / sizeof(v[0])) macro
H A Dcurses.priv.h1549 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro
/freebsd/contrib/byacc/
H A Dmain.c206 #define SIZEOF(v) (sizeof(v) / sizeof((v)[0])) macro