Searched defs:Fmt_s (Results 1 – 2 of 2) sorted by relevance
54 typedef struct Fmt_s struct 56 flagsFmt_s global() argument 57 outpFmt_s global() argument 58 outbufFmt_s global() argument 59 endbufFmt_s global() argument 60 inFmt_s global() argument 61 outFmt_s global() argument 62 indentFmt_s global() argument 63 nextdentFmt_s global() argument 64 nwordsFmt_s global() argument 65 prefixFmt_s global() argument 66 quoteFmt_s global() argument 67 retainFmt_s global() argument 68 sectionFmt_s global() argument
54 typedef struct Fmt_s struct56 long flags;57 char* outp;58 char* outbuf;59 char* endbuf;60 Sfio_t* in;61 Sfio_t* out;62 int indent;63 int nextdent;64 int nwords;[all …]