Searched refs:f_not (Results 1 – 4 of 4) sorted by relevance
181 if (next->execute == f_not) { in not_squish()185 while (node != NULL && node->execute == f_not) { in not_squish()239 if (next->execute == f_not) in or_squish()
53 { "!", c_simple, f_not, 0 },141 { "-not", c_simple, f_not, 0 },
101 exec_f f_not; variable
1748 f_not(PLAN *plan, FTSENT *entry) in f_not() function