Searched refs:ParseInfo (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclParseExpr.c48 * The ParseInfo structure holds state while parsing an expression.
49 * A pointer to an ParseInfo record is passed among the routines in
53 typedef struct ParseInfo { struct
69 } ParseInfo; typedef in typeref:struct:ParseInfo
150 static int GetLexeme _ANSI_ARGS_((ParseInfo *infoPtr));
151 static void LogSyntaxError _ANSI_ARGS_((ParseInfo *infoPtr,
153 static int ParseAddExpr _ANSI_ARGS_((ParseInfo *infoPtr));
154 static int ParseBitAndExpr _ANSI_ARGS_((ParseInfo *infoPtr));
155 static int ParseBitOrExpr _ANSI_ARGS_((ParseInfo *infoPtr));
156 static int ParseBitXorExpr _ANSI_ARGS_((ParseInfo *infoPt
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/xbm/
H A Dxbm.c37 typedef struct ParseInfo { struct
43 } ParseInfo; typedef in typeref:struct:ParseInfo
50 ParseInfo *parseInfo,
58 static int ReadXBMFileHeader(ParseInfo *parseInfo,
60 static int NextBitmapWord(ParseInfo *parseInfoPtr);
87 ParseInfo parseInfo;
123 ParseInfo parseInfo;
154 ParseInfo *parseInfo;
265 ParseInfo parseInfo;
307 ParseInfo parseInf
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgBmap.c133 typedef struct ParseInfo { struct
143 } ParseInfo; typedef in typeref:struct:ParseInfo
155 static int NextBitmapWord(ParseInfo *parseInfoPtr);
493 ParseInfo pi;
681 ParseInfo *parseInfoPtr) /* Describes what we're reading and where we
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgBmap.c141 typedef struct ParseInfo { struct
151 } ParseInfo; typedef in typeref:struct:ParseInfo
166 static int NextBitmapWord _ANSI_ARGS_((ParseInfo *parseInfoPtr));
513 ParseInfo pi;
703 ParseInfo *parseInfoPtr; /* Describes what we're reading

Completed in 122 milliseconds