Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dsearch.c503 public int is_filtered(POSITION pos) in is_filtered() function
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c2307 # define is_filtered(a) ((((a).attrib)&_A_HIDDEN) || (((a).attrib)&_A_SYSTEM)) macro