Home
last modified time | relevance | path

Searched defs:is_flag (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/tests/modules/x86_pte_tester/
H A Dx86_pte_tester.c77 #define is_flag(__ent, __flag) (((__ent) & __flag) != 0) macro
/netbsd-src/usr.bin/config/
H A Dmain.c1141 int is_fs, is_param, is_flag, is_undecl, is_obs; in addoption() local