Lines Matching refs:getnum
202 if (getnum(s1, &out->sectrac)) in parse_fmt()
208 if (getnum(s1, &j)) in parse_fmt()
220 if (getnum(s1, &j)) in parse_fmt()
229 if (getnum(s1, &out->gap)) in parse_fmt()
235 if (getnum(s1, &j)) in parse_fmt()
244 if (getnum(s1, &j)) in parse_fmt()
286 if (getnum(s1, &j)) in parse_fmt()
296 if (getnum(s1, &out->f_gap)) in parse_fmt()
302 if (getnum(s1, &out->f_inter)) in parse_fmt()
308 if (getnum(s1, &out->offset_side2)) in parse_fmt()
432 getnum(const char *s, int *res) in getnum() function