Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
Dsearch.c562 public int is_hilited_attr(POSITION pos, POSITION epos, int nohide, int *p_matches) in is_hilited_attr() argument
566 if (p_matches != NULL) in is_hilited_attr()
567 *p_matches = 0; in is_hilited_attr()
582 if (p_matches == NULL) in is_hilited_attr()
593 *p_matches = 1; in is_hilited_attr()
Dfuncs.h353 public int is_hilited_attr(POSITION pos, POSITION epos, int nohide, int *p_matches);