Lines Matching defs:fin

41 static int sol_file(fs_file fin)  in sol_file()
58 static void sol_load_mtrl(fs_file fin, struct b_mtrl *mp) in sol_load_mtrl()
114 static void sol_load_vert(fs_file fin, struct b_vert *vp) in sol_load_vert()
119 static void sol_load_edge(fs_file fin, struct b_edge *ep) in sol_load_edge()
125 static void sol_load_side(fs_file fin, struct b_side *sp) in sol_load_side()
132 static void sol_load_texc(fs_file fin, struct b_texc *tp) in sol_load_texc()
137 static void sol_load_offs(fs_file fin, struct b_offs *op) in sol_load_offs()
144 static void sol_load_geom(fs_file fin, struct b_geom *gp, struct s_base *fp) in sol_load_geom()
201 static void sol_load_lump(fs_file fin, struct b_lump *lp) in sol_load_lump()
214 static void sol_load_node(fs_file fin, struct b_node *np) in sol_load_node()
223 static void sol_load_path(fs_file fin, struct b_path *pp) in sol_load_path()
247 static void sol_load_body(fs_file fin, struct b_body *bp) in sol_load_body()
268 static void sol_load_item(fs_file fin, struct b_item *hp) in sol_load_item()
276 static void sol_load_goal(fs_file fin, struct b_goal *zp) in sol_load_goal()
283 static void sol_load_swch(fs_file fin, struct b_swch *xp) in sol_load_swch()
299 static void sol_load_bill(fs_file fin, struct b_bill *rp) in sol_load_bill()
314 static void sol_load_jump(fs_file fin, struct b_jump *jp) in sol_load_jump()
322 static void sol_load_ball(fs_file fin, struct b_ball *up) in sol_load_ball()
329 static void sol_load_view(fs_file fin, struct b_view *wp) in sol_load_view()
335 static void sol_load_dict(fs_file fin, struct b_dict *dp) in sol_load_dict()
341 static void sol_load_indx(fs_file fin, struct s_base *fp) in sol_load_indx()
369 static int sol_load_file(fs_file fin, struct s_base *fp) in sol_load_file()
456 static int sol_load_head(fs_file fin, struct s_base *fp) in sol_load_head()
484 fs_file fin; in sol_load_base() local
499 fs_file fin; in sol_load_meta() local