pub unsafe extern "C" fn token_match(
tokens: *const *mut RofiIntMatcher,
input: *const c_char,
) -> c_intExpand description
Tokenized match, match tokens to line input.
Returns true when matches, false otherwise.
tokens: List of input tokens to match.input: The entry to match against.