Searched refs:lastp (Results 1 – 2 of 2) sorted by relevance
30 const char **lastp, regex_t *re) in try() argument33 if (pattern != *lastp) in try()36 if (*lastp != NULL) in try()40 *lastp = NULL; in try()45 *lastp = pattern; in try()
293 struct severity_info *runp, *lastp; in internal_addseverity() local297 for (runp = severity_list, lastp = NULL; runp != NULL; runp = runp->next) in internal_addseverity()301 lastp = runp; in internal_addseverity()311 if (lastp == NULL) in internal_addseverity()314 lastp->next = runp->next; in internal_addseverity()
Completed in 6 milliseconds