Searched refs:line_check (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/bin/mined/ |
H A D | mined2.c | 1278 if (line_check(program, line->text, FORWARD)) { in change() 1288 line_check(program, textp, FORWARD)); in change() 1648 if (line_check(program, string + 1, method) == MATCH) in match() 1654 if (line_check(program, line->text, method) == MATCH) { in match() 1667 if (line_check(program, line->text, method) == MATCH) in match() 1681 line_check(REGEX *program, char *string, FLAG method) in line_check() function
|
H A D | mined.h | 398 int line_check(REGEX *program, char *string, FLAG method);
|