token_match

Function token_match 

Source
pub unsafe extern "C" fn token_match(
    tokens: *const *mut RofiIntMatcher,
    input: *const c_char,
) -> c_int
Expand 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.