Home
last modified time | relevance | path

Searched refs:omstr (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcregrep.c203 typedef struct omstr { struct
204 struct omstr *next; argument
206 } omstr; typedef
208 static omstr *only_matching = NULL;
209 static omstr *only_matching_last = NULL;
214 omstr **anchor;
215 omstr **lastptr;
1045 static omstr *
1046 add_number(int n, omstr *after) in add_number()
1048 omstr *om = (omstr *)malloc(sizeof(omstr)); in add_number()
[all …]