#include <header_internal.h>
Public Types | |
enum | { PTOK_NONE = 0, PTOK_TAG, PTOK_ARRAY, PTOK_STRING, PTOK_COND } |
Data Fields | |
enum sprintfToken:: { ... } | type |
union { | |
struct { | |
sprintfToken format | |
int numTokens | |
} array | |
sprintfTag tag | |
struct { | |
char * string | |
int len | |
} string | |
struct { | |
sprintfToken ifFormat | |
int numIfTokens | |
sprintfToken elseFormat | |
int numElseTokens | |
sprintfTag tag | |
} cond | |
} | u |
Definition at line 96 of file header_internal.h.
|
Definition at line 97 of file header_internal.h. |
|
Referenced by freeFormat(), and singleSprintf(). |
|
Referenced by freeFormat(), parseExpression(), and singleSprintf(). |
|
Definition at line 117 of file header_internal.h. |
|
Definition at line 106 of file header_internal.h. |
|
Definition at line 115 of file header_internal.h. |
|
Definition at line 112 of file header_internal.h. |
|
Definition at line 118 of file header_internal.h. |
|
Definition at line 116 of file header_internal.h. |
|
Definition at line 107 of file header_internal.h. |
|
|
|
Definition at line 111 of file header_internal.h. Referenced by singleSprintf(). |
|
Definition at line 119 of file header_internal.h. |
|
Definition at line 109 of file header_internal.h. Referenced by singleSprintf(). |
|
Referenced by parseExpression(), and singleSprintf(). |
|
Referenced by freeFormat(), parseExpression(), and singleSprintf(). |