Lines Matching refs:Format_t

163 struct Format_s; typedef struct Format_s Format_t;
165 typedef void (*Format_f)(State_t*, Format_t*, Sfio_t*, unsigned char*);
239 Format_t* form;
240 Format_t* last;
313 aform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
334 bform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
340 cform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
424 Cform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
486 mform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
520 Oform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
658 form_int8(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
664 form_int16(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
670 form_int32(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
676 form_intmax(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
682 form_uint8(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
688 form_uint16(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
694 form_uint32(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
700 form_uintmax(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
706 form_float(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
715 form_double(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
726 form_long_double(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
746 register Format_t* fp;
831 if (!(fp = vmnewof(state->vm, 0, Format_t, 1, 0)))
1013 register Format_t* fp;
1305 register Format_t* fp;