Searched refs:omstr (Results 1 – 1 of 1) sorted by relevance
203 typedef struct omstr { struct204 struct omstr *next; argument206 } omstr; typedef208 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 …]