geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Go to the source code of this file.
Typedefs | |
typedef struct sFmtElement | fmtElement |
Functions | |
fmtElement * | fmtNew (const char *fmtString) |
int | fmtPrint (fmtElement *fmtelts, MIO *fp, const tagEntryInfo *tag) |
void | fmtDelete (fmtElement *fmtelts) |
typedef struct sFmtElement fmtElement |
void fmtDelete | ( | fmtElement * | fmtelts | ) |
Definition at line 377 of file fmt.c.
References uFmtSpec::const_str, eFree(), sFmtElement::next, NULL, sFmtElement::printer, printLiteral(), and sFmtElement::spec.
Referenced by processXformatOption().
fmtElement * fmtNew | ( | const char * | fmtString | ) |
Definition at line 248 of file fmt.c.
References error(), FATAL, NUL_FIELD_LETTER, NULL, PERROR, queueLiteral(), queueTagField(), strToLong(), vStringDelete(), vStringDeleteUnwrap(), vStringNew(), vStringPut(), and vStringValue.
Referenced by processXformatOption(), and writeXrefEntry().
int fmtPrint | ( | fmtElement * | fmtelts, |
MIO * | fp, | ||
const tagEntryInfo * | tag | ||
) |
Definition at line 365 of file fmt.c.
References sFmtElement::next, sFmtElement::printer, and sFmtElement::spec.
Referenced by writeXrefEntry().