Lines Matching refs:getnum
204 if (getnum(s1, &out->sectrac)) in parse_fmt()
210 if (getnum(s1, &j)) in parse_fmt()
222 if (getnum(s1, &j)) in parse_fmt()
231 if (getnum(s1, &out->gap)) in parse_fmt()
237 if (getnum(s1, &j)) in parse_fmt()
246 if (getnum(s1, &j)) in parse_fmt()
288 if (getnum(s1, &j)) in parse_fmt()
298 if (getnum(s1, &out->f_gap)) in parse_fmt()
304 if (getnum(s1, &out->f_inter)) in parse_fmt()
310 if (getnum(s1, &out->offset_side2)) in parse_fmt()
434 getnum(const char *s, int *res) in getnum() function