Searched refs:VSIZEOF (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h165 #define VSIZEOF(v) (sizeof (v) / sizeof ((v)[0])) macro
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc150 if (current_names->used == VSIZEOF(current_names->names)) {
286 if (current_names->used == VSIZEOF(current_names->names)) {
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc575 if (i++ >= VSIZEOF(right_hand)) {

Completed in 68 milliseconds