Structure for candidate retrieval. More...
Data Fields | |
struct estat * | sts |
Candidate entry. | |
int | matches_where |
Bitmask to tell which matching criteria apply. | |
int | match_count |
Count, or for percent display, a number from 0 to 1000. |
Structure for candidate retrieval.
Definition at line 318 of file cp_mv.c.
Count, or for percent display, a number from 0 to 1000.
Definition at line 324 of file cp_mv.c.
Referenced by cm___cand_comp_count(), cm___match(), cm___match_children(), and cm___output_pct().
Bitmask to tell which matching criteria apply.
Definition at line 322 of file cp_mv.c.
Referenced by cm___match().
struct estat* cm___candidate_t::sts [read] |
Candidate entry.
Definition at line 320 of file cp_mv.c.
Referenced by cm___cand_compare(), cm___hash_list(), cm___match(), and cm___match_children().