Home
last modified time | relevance | path

Searched refs:is_filtered (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dinput.c312 if (is_filtered(base_pos)) in forw_line_seg()
574 if (is_filtered(base_pos)) in back_line()
H A Dsearch.c560 public lbool is_filtered(POSITION pos) in is_filtered() function
586 if (!is_filtered(pos)) in next_unfiltered()
1620 if (is_filtered(linepos)) in search_range()
2304 if (new_epos >= nprep_endpos && is_filtered(new_epos-1)) in prep_hilite()
2318 if (nprep_startpos > 0 && is_filtered(nprep_startpos)) in prep_hilite()
H A Dfuncs.h414 public lbool is_filtered(POSITION pos);
/freebsd/contrib/sqlite3/
H A Dshell.c1848 #ifndef is_filtered
1849 # define is_filtered(a) ((((a).attrib)&_A_HIDDEN) || (((a).attrib)&_A_SYSTEM)) macro
1964 if( is_filtered(data) ){ in opendir()
1974 if( is_filtered(data) ) goto next; in opendir()
2006 if( is_filtered(data) ) goto next; in readdir()