Searched refs:patlastptr (Results 1 – 1 of 1) sorted by relevance
2551 read_pattern_file(char *name, patstr **patptr, patstr **patlastptr, int popts) in read_pattern_file() argument2587 *patlastptr = add_pattern(buffer, *patlastptr); in read_pattern_file()2588 if (*patlastptr == NULL) in read_pattern_file()2593 if (*patptr == NULL) *patptr = *patlastptr; in read_pattern_file()2602 if (!compile_pattern(*patlastptr, pcre_options, popts, TRUE, filename, in read_pattern_file()2608 (*patlastptr)->string = NULL; /* Insurance */ in read_pattern_file()2609 if ((*patlastptr)->next == NULL) break; in read_pattern_file()2610 *patlastptr = (*patlastptr)->next; in read_pattern_file()