Lines Matching full:false
22 ** '\0'.) The last return has ABORT instead of FALSE to avoid quadratic
24 ** FALSE, each star-loop has to run to the end of the text; with ABORT
56 ** Match text and p, return TRUE, FALSE, or ABORT.
75 return FALSE;
88 if ((matched = DoMatch(text++, p)) != FALSE)
92 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE;
96 matched = FALSE;
106 return FALSE;
120 ** Match text and p, return TRUE, FALSE, or ABORT.
139 return FALSE;
152 if ((matched = DoMatchCaseInsensitive(text++, p)) != FALSE)
156 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE;
160 matched = FALSE;
170 return FALSE;
184 ** User-level routine. Returns TRUE or FALSE.
197 ** User-level routine. Returns TRUE or FALSE.