Lines Matching refs:format_1

52 	    format_1(Node, Ctxt);
54 format_anno(List, Ctxt, fun (Ctxt1) -> format_1(Node, Ctxt1) end)
67 format_1(#k_atom{val=A}, _Ctxt) -> core_atom(A); function
69 format_1(#k_float{val=F}, _Ctxt) -> float_to_list(F); function
70 format_1(#k_int{val=I}, _Ctxt) -> integer_to_list(I); function
71 format_1(#k_nil{}, _Ctxt) -> "[]"; function
72 format_1(#k_string{val=S}, _Ctxt) -> io_lib:write_string(S); function
73 format_1(#k_var{name=V}, _Ctxt) -> function
82 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
85 format_1(#k_tuple{es=Es}, Ctxt) -> function
90 format_1(#k_binary{segs=S}, Ctxt) -> function
92 format_1(#k_bin_seg{}=S, Ctxt) -> function
95 format_1(#k_bin_end{}, _Ctxt) -> "#<>#"; function
96 format_1(#k_local{name=N,arity=A}, Ctxt) -> function
98 format_1(#k_remote{mod=M,name=N,arity=A}, _Ctxt) -> function
101 format_1(#k_internal{name=N,arity=A}, Ctxt) -> function
103 format_1(#k_seq{arg=A,body=B}, Ctxt) -> function
113 format_1(#k_match{vars=Vs,body=Bs,ret=Rs}, Ctxt) -> function
123 format_1(#k_alt{first=O,then=T}, Ctxt) -> function
130 format_1(#k_select{var=V,types=Cs}, Ctxt) -> function
137 format_1(#k_type_clause{type=T,values=Cs}, Ctxt) -> function
144 format_1(#k_val_clause{val=Val,body=B}, Ctxt) -> function
151 format_1(#k_guard{clauses=Gs}, Ctxt) -> function
156 format_1(#k_guard_clause{guard=G,body=B}, Ctxt) -> function
164 format_1(#k_call{op=Op,args=As,ret=Rs}, Ctxt) -> function
170 format_1(#k_enter{op=Op,args=As}, Ctxt) -> function
174 format_1(#k_bif{op=Op,args=As,ret=Rs}, Ctxt) -> function
180 format_1(#k_test{op=Op,args=As}, Ctxt) -> function
184 format_1(#k_put{arg=A,ret=Rs}, Ctxt) -> function
188 format_1(#k_try{arg=A,vars=Vs,body=B,evars=Evs,handler=H,ret=Rs}, Ctxt) -> function
207 format_1(#k_catch{body=B,ret=Rs}, Ctxt) -> function
216 format_1(#k_receive{var=V,body=B,timeout=T,action=A,ret=Rs}, Ctxt) -> function
232 format_1(#k_receive_accept{}, _Ctxt) -> "receive_accept"; function
233 format_1(#k_receive_next{}, _Ctxt) -> "receive_next"; function
234 format_1(#k_break{args=As}, Ctxt) -> function
239 format_1(#k_return{args=As}, Ctxt) -> function
244 format_1(#k_fdef{func=F,arity=A,vars=Vs,body=B}, Ctxt) -> function
253 format_1(#k_mdef{name=N,exports=Es,attributes=As,body=B}, Ctxt) -> function
279 format_1(#iset{vars=Vs,arg=A,body=B}, Ctxt) -> function
290 format_1(#ifun{vars=Vs,body=B}, Ctxt) -> function
298 format_1(Type, _Ctxt) -> function