#include <header_internal.h>
Public Types | |
| enum | { PTOK_NONE = 0, PTOK_TAG, PTOK_ARRAY, PTOK_STRING, PTOK_COND } |
| @ | TRIVIAL |
| @ | StringTAG_String3 |
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 | |
| struct { | |
| enum | { TRIVIAL, StringTAG_String3 } |
| enum sprintfToken:: { ... } ::@12::@13::@14 type | |
| union { | |
| sprintfTag tag | |
| struct { | |
| int(* predicate )(const char *head, const char *const tail[3]) | |
| sprintfToken headFormat | |
| int numHeadTokens | |
| const char * tail [3] | |
| } tag_str3 | |
| } u | |
| } test | |
| } cond | |
| } | u |
|
|
Definition at line 97 of file header_internal.h. |
|
|
Referenced by freeFormat(), and parseFormat(). |
|
|
Referenced by freeFormat(). |
|
|
Definition at line 117 of file header_internal.h. |
|
|
Definition at line 106 of file header_internal.h. |
|
|
Definition at line 126 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 127 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 parseFormat(). |
|
|
Definition at line 122 of file header_internal.h. |
|
|
Definition at line 109 of file header_internal.h. |
|
|
|
|
|
Definition at line 128 of file header_internal.h. |
|
|
|
|
|
|
|
|
Referenced by freeFormat(), parseExpression(), parseFormat(), and singleSprintf(). |
|
|
|
|
|
Referenced by freeFormat(), parseExpression(), parseFormat(), and singleSprintf(). |
1.2.18