Searched refs:patlastptr (Results 1 – 1 of 1) sorted by relevance
2858 read_pattern_file(char *name, patstr **patptr, patstr **patlastptr, int popts) in read_pattern_file() argument2894 *patlastptr = add_pattern(buffer, *patlastptr); in read_pattern_file()2895 if (*patlastptr == NULL) in read_pattern_file()2900 if (*patptr == NULL) *patptr = *patlastptr; in read_pattern_file()2909 if (!compile_pattern(*patlastptr, pcre2_options, popts, TRUE, filename, in read_pattern_file()2915 (*patlastptr)->string = NULL; /* Insurance */ in read_pattern_file()2916 if ((*patlastptr)->next == NULL) break; in read_pattern_file()2917 *patlastptr = (*patlastptr)->next; in read_pattern_file()