Searched defs:omstr (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c203 typedef struct omstr { struct
204 struct omstr *next;
206 } omstr; typedef in typeref:struct:omstr
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)
1048 omstr *o
[all...]

Completed in 87 milliseconds