#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_s tag | |
| struct { | |
| char * string | |
| int len | |
| } string | |
| struct { | |
| sprintfToken ifFormat | |
| int numIfTokens | |
| sprintfToken elseFormat | |
| int numElseTokens | |
| sprintfTag_s tag | |
| } cond | |
| } | u |
|
|
Definition at line 99 of file header_internal.h. |
|
|
Referenced by parseFormat. |
|
|
|
|
|
Definition at line 119 of file header_internal.h. |
|
|
Definition at line 108 of file header_internal.h. |
|
|
Definition at line 117 of file header_internal.h. |
|
|
Definition at line 114 of file header_internal.h. |
|
|
Definition at line 120 of file header_internal.h. |
|
|
Definition at line 118 of file header_internal.h. |
|
|
Definition at line 109 of file header_internal.h. |
|
|
|
|
|
Definition at line 113 of file header_internal.h. Referenced by parseFormat. |
|
|
Definition at line 121 of file header_internal.h. |
|
|
Definition at line 111 of file header_internal.h. |
|
|
Referenced by parseExpression, and parseFormat. |
|
|
Referenced by freeFormat, parseExpression, parseFormat, and singleSprintf. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002