Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c1112 # define is_filtered(a) ((((a).attrib)&_A_HIDDEN) || (((a).attrib)&_A_SYSTEM)) macro
/external/sqlite/dist/
Dshell.c1118 # define is_filtered(a) ((((a).attrib)&_A_HIDDEN) || (((a).attrib)&_A_SYSTEM)) macro