Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/find/
H A Doption.c63 { "-a", N_AND, c_null, 0 },
65 { "-and", N_AND, c_null, 0 },
H A Dfind.h42 N_AND = 1, /* must start > 0 */ enumerator