Home
last modified time | relevance | path

Searched defs:tokenPtr (Results 1 – 25 of 73) sorted by relevance

123

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltPs.c47 struct PsTokenStruct *tokenPtr; local
61 Blt_ReleasePsToken(tokenPtr) in Blt_ReleasePsToken() argument
69 Blt_PostScriptFromToken(tokenPtr) in Blt_PostScriptFromToken() argument
76 Blt_ScratchBufferFromToken(tokenPtr) in Blt_ScratchBufferFromToken() argument
87 struct PsTokenStruct *tokenPtr; in TCL_VARARGS_DEF() local
105 struct PsTokenStruct *tokenPtr; in TCL_VARARGS_DEF() local
116 Blt_FileToPostScript(tokenPtr, fileName) in Blt_FileToPostScript() argument
195 XColorToPostScript(tokenPtr, colorPtr) in XColorToPostScript() argument
317 struct PsTokenStruct *tokenPtr, in Blt_BitmapDataToPostScript()
699 Blt_ClearBackgroundToPostScript(tokenPtr) in Blt_ClearBackgroundToPostScript() argument
[all …]
H A DbltDragdrop.c790 ChangeToken(tokenPtr, active) in ChangeToken() argument
830 Token *tokenPtr = clientData; local
853 HideToken(tokenPtr) in HideToken() argument
870 RaiseToken(tokenPtr) in RaiseToken() argument
888 MoveToken(srcPtr, tokenPtr) in MoveToken() argument
960 Token *tokenPtr = &(srcPtr->token); local
1002 RejectToken(tokenPtr) in RejectToken() argument
1065 Token *tokenPtr; local
2056 Token *tokenPtr; local
2208 Token *tokenPtr; local
[all …]
H A DbltUnixDnd.c1245 Token *tokenPtr; local
1269 Token *tokenPtr = dndPtr->tokenPtr; local
1297 Token *tokenPtr = dndPtr->tokenPtr; local
1338 Token *tokenPtr = dndPtr->tokenPtr; local
1388 Token *tokenPtr = dndPtr->tokenPtr; local
1424 Token *tokenPtr = dndPtr->tokenPtr; local
1466 Token *tokenPtr = dndPtr->tokenPtr; local
1520 Token *tokenPtr = dndPtr->tokenPtr; local
1783 Token *tokenPtr; local
3863 Token *tokenPtr; local
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclCompCmdsGR.c52 Tcl_Token *tokenPtr, in TclGetIndexFromToken()
181 Tcl_Token *tokenPtr, *testTokenPtr; in TclCompileIfCmd() local
588 Tcl_Token *tokenPtr; in TclCompileInfoCommandsCmd() local
674 Tcl_Token *tokenPtr; in TclCompileInfoExistsCmd() local
968 Tcl_Token *tokenPtr; in TclCompileLassignCmd() local
1310 Tcl_Token *tokenPtr, *listTokenPtr; in TclCompileLrangeCmd() local
1371 Tcl_Token *tokenPtr, *listTokenPtr; in TclCompileLinsertCmd() local
1474 Tcl_Token *tokenPtr, *listTokenPtr; in TclCompileLreplaceCmd() local
1810 Tcl_Token *tokenPtr; in TclCompileNamespaceCodeCmd() local
1860 Tcl_Token *tokenPtr; in TclCompileNamespaceOriginCmd() local
[all …]
H A DtclCompCmdsSZ.c305 Tcl_Token *tokenPtr; in TclCompileStringCmpCmd() local
337 Tcl_Token *tokenPtr; in TclCompileStringEqualCmd() local
369 Tcl_Token *tokenPtr; in TclCompileStringFirstCmd() local
401 Tcl_Token *tokenPtr; in TclCompileStringLastCmd() local
433 Tcl_Token *tokenPtr; in TclCompileStringIndexCmd() local
740 Tcl_Token *tokenPtr; in TclCompileStringMatchCmd() local
821 Tcl_Token *tokenPtr; in TclCompileStringLenCmd() local
1202 Tcl_Token *tokenPtr; in TclCompileStringTrimLCmd() local
1230 Tcl_Token *tokenPtr; in TclCompileStringTrimRCmd() local
1258 Tcl_Token *tokenPtr; in TclCompileStringTrimCmd() local
[all …]
H A DtclCompCmds.c268 Tcl_Token *tokenPtr; in TclCompileArrayExistsCmd() local
773 Tcl_Token* tokenPtr; in TclCompileClockClicksCmd() local
875 Tcl_Token *tokenPtr; in TclCompileConcatCmd() local
1149 Tcl_Token *tokenPtr; in TclCompileDictGetCmd() local
1186 Tcl_Token *tokenPtr; in TclCompileDictExistsCmd() local
1223 Tcl_Token *tokenPtr; in TclCompileDictUnsetCmd() local
1277 Tcl_Token *tokenPtr; in TclCompileDictCreateCmd() local
1369 Tcl_Token *tokenPtr; in TclCompileDictMergeCmd() local
1889 Tcl_Token *tokenPtr; in TclCompileDictAppendCmd() local
2339 Tcl_Token *tokenPtr; in TclCompileErrorCmd() local
[all …]
H A DtclParse.c254 Tcl_Token *tokenPtr; /* Pointer to token being filled in. */ in Tcl_ParseCommand() local
1143 Tcl_Token *tokenPtr; in ParseTokens() local
1413 Tcl_Token *tokenPtr; in Tcl_ParseVarName() local
1695 Tcl_Token *tokenPtr; in Tcl_ParseBraces() local
2080 Tcl_Token *tokenPtr; in TclSubstParse() local
2159 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens to in TclSubstTokens()
H A DtclCompile.c1694 Tcl_Token *tokenPtr, /* Points to Tcl_Token we should check */ in TclWordKnownAtCompileTime()
1769 Tcl_Token *tokenPtr, in ExpandRequested()
1810 Tcl_Token *tokenPtr, in TclCompileInvocation()
1854 Tcl_Token *tokenPtr, in CompileExpanded()
2000 Tcl_Token *tokenPtr = parsePtr->tokenPtr; in CompileCommandTokens() local
2296 Tcl_Token *tokenPtr, in TclCompileVarSubst()
2366 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens to in TclCompileTokens()
2585 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens for in TclCompileCmdWord()
2634 Tcl_Token *tokenPtr, /* Points to first in an array of word tokens in TclCompileExprWords()
2706 Tcl_Token *tokenPtr; in TclCompileNoOp() local
[all …]
H A DtclAssembly.c956 Tcl_Token *tokenPtr; /* Token in the input script */ in TclCompileAssembleCmd() local
1256 Tcl_Token* tokenPtr; /* Current token within the line of code */ in AssembleOneLine() local
1786 Tcl_Token* tokenPtr, /* Tcl_Token containing the script */ in CompileEmbeddedScript()
2138 Tcl_Token* tokenPtr = *tokenPtrPtr; in GetBooleanOperand() local
2191 Tcl_Token* tokenPtr = *tokenPtrPtr; in GetIntegerOperand() local
2244 Tcl_Token* tokenPtr = *tokenPtrPtr; in GetListIndexOperand() local
2299 Tcl_Token* tokenPtr = *tokenPtrPtr; in FindLocalVar() local
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclCompCmdsGR.c51 Tcl_Token *tokenPtr, in TclGetIndexFromToken()
182 Tcl_Token *tokenPtr, *testTokenPtr; in TclCompileIfCmd() local
588 Tcl_Token *tokenPtr; in TclCompileInfoCommandsCmd() local
672 Tcl_Token *tokenPtr; in TclCompileInfoExistsCmd() local
960 Tcl_Token *tokenPtr; in TclCompileLassignCmd() local
1298 Tcl_Token *tokenPtr, *listTokenPtr; in TclCompileLrangeCmd() local
1358 Tcl_Token *tokenPtr, *listTokenPtr; in TclCompileLinsertCmd() local
1460 Tcl_Token *tokenPtr, *listTokenPtr; in TclCompileLreplaceCmd() local
1793 Tcl_Token *tokenPtr; in TclCompileNamespaceCodeCmd() local
1842 Tcl_Token *tokenPtr; in TclCompileNamespaceOriginCmd() local
[all …]
H A DtclCompCmdsSZ.c297 Tcl_Token *tokenPtr; in TclCompileStringCmpCmd() local
328 Tcl_Token *tokenPtr; in TclCompileStringEqualCmd() local
359 Tcl_Token *tokenPtr; in TclCompileStringFirstCmd() local
390 Tcl_Token *tokenPtr; in TclCompileStringLastCmd() local
421 Tcl_Token *tokenPtr; in TclCompileStringIndexCmd() local
448 Tcl_Token *tokenPtr; in TclCompileStringInsertCmd() local
796 Tcl_Token *tokenPtr; in TclCompileStringMatchCmd() local
876 Tcl_Token *tokenPtr; in TclCompileStringLenCmd() local
1251 Tcl_Token *tokenPtr; in TclCompileStringTrimLCmd() local
1278 Tcl_Token *tokenPtr; in TclCompileStringTrimRCmd() local
[all …]
H A DtclCompCmds.c255 Tcl_Token *tokenPtr; in TclCompileArrayExistsCmd() local
759 Tcl_Token* tokenPtr; in TclCompileClockClicksCmd() local
860 Tcl_Token *tokenPtr; in TclCompileConcatCmd() local
1007 Tcl_Token *tokenPtr; in TclCompileDictSetCmd() local
1132 Tcl_Token *tokenPtr; in TclCompileDictGetCmd() local
1168 Tcl_Token *tokenPtr; in TclCompileDictGetWithDefaultCmd() local
1199 Tcl_Token *tokenPtr; in TclCompileDictExistsCmd() local
1236 Tcl_Token *tokenPtr; in TclCompileDictUnsetCmd() local
1290 Tcl_Token *tokenPtr; in TclCompileDictCreateCmd() local
1382 Tcl_Token *tokenPtr; in TclCompileDictMergeCmd() local
[all …]
H A DtclParse.c215 Tcl_Token *tokenPtr; /* Pointer to token being filled in. */ in Tcl_ParseCommand() local
1075 Tcl_Token *tokenPtr; in ParseTokens() local
1345 Tcl_Token *tokenPtr; in Tcl_ParseVarName() local
1627 Tcl_Token *tokenPtr; in Tcl_ParseBraces() local
2012 Tcl_Token *tokenPtr; in TclSubstParse() local
2091 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens to in TclSubstTokens()
H A DtclCompile.c1730 Tcl_Token *tokenPtr, /* Points to Tcl_Token we should check */ in TclWordKnownAtCompileTime()
1805 Tcl_Token *tokenPtr, in ExpandRequested()
1846 Tcl_Token *tokenPtr, in TclCompileInvocation()
1890 Tcl_Token *tokenPtr, in CompileExpanded()
2036 Tcl_Token *tokenPtr = parsePtr->tokenPtr; in CompileCommandTokens() local
2333 Tcl_Token *tokenPtr, in TclCompileVarSubst()
2403 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens to in TclCompileTokens()
2622 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens for in TclCompileCmdWord()
2671 Tcl_Token *tokenPtr, /* Points to first in an array of word tokens in TclCompileExprWords()
2742 Tcl_Token *tokenPtr; in TclCompileNoOp() local
[all …]
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclCompCmds.c772 Tcl_Token *tokenPtr; in TclCompileDictGetCmd() local
1154 Tcl_Token *tokenPtr; in TclCompileDictAppendCmd() local
2485 Tcl_Token *tokenPtr; in TclCompileLassignCmd() local
3435 Tcl_Token *tokenPtr; in TclCompileStringCmpCmd() local
3486 Tcl_Token *tokenPtr; in TclCompileStringEqualCmd() local
3537 Tcl_Token *tokenPtr; in TclCompileStringIndexCmd() local
3584 Tcl_Token *tokenPtr; in TclCompileStringMatchCmd() local
3684 Tcl_Token *tokenPtr; in TclCompileStringLenCmd() local
4727 Tcl_Token *tokenPtr, in LocalScalarFromToken()
5011 Tcl_Token *tokenPtr; in CompileUnaryOpCmd() local
[all …]
H A DtclParse.c261 Tcl_Token *tokenPtr; /* Pointer to token being filled in. */ in Tcl_ParseCommand() local
1117 Tcl_Token *tokenPtr; in ParseTokens() local
1385 Tcl_Token *tokenPtr; in Tcl_ParseVarName() local
1672 Tcl_Token *tokenPtr; in Tcl_ParseBraces() local
2049 Tcl_Token *tokenPtr; in Tcl_SubstObj() local
2183 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens to in TclSubstTokens()
H A DtclCompile.c1119 Tcl_Token *tokenPtr, /* Points to Tcl_Token we should check */ in TclWordKnownAtCompileTime()
1213 Tcl_Token *tokenPtr; in TclCompileScript() local
1662 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens to in TclCompileTokens()
1947 Tcl_Token *tokenPtr, /* Pointer to first in an array of tokens for in TclCompileCmdWord()
1996 Tcl_Token *tokenPtr, /* Points to first in an array of word tokens in TclCompileExprWords()
2068 Tcl_Token *tokenPtr; in TclCompileNoOp() local
2561 Tcl_Token *tokenPtr, in EnterCmdWordData()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCompExpr.c343 Tcl_Token *tokenPtr, *endPtr, *afterSubexprPtr; local
599 Tcl_Token *tokenPtr; local
714 Tcl_Token *tokenPtr; local
841 Tcl_Token *tokenPtr, *afterSubexprPtr; local
H A DtclParse.c233 Tcl_Token *tokenPtr; /* Pointer to token being filled in. */ local
801 Tcl_Token *tokenPtr; local
1079 Tcl_Token *tokenPtr; local
1381 Tcl_Token *tokenPtr; local
/dports/emulators/joytran/joytran-0.9.5.2/src/
H A Dread_values.c57 char *tokenPtr = NULL; in read_values() local
/dports/net/igmpproxy/igmpproxy-0.3/src/
H A Dconfread.c120 unsigned int tokenPtr = 0; in nextConfigToken() local
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOFILETXT.cpp194 char* savePtr, *tokenPtr = token_buf; in get_token() local
/dports/lang/nx/nsf2.3.0/generic/
H A DnsfCompile.c142 Tcl_Token *tokenPtr; in selfDispatchCompile() local
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dparsercontext.cpp122 TokenPtr tokenPtr = Lexer::getEveryTokenTypePtr(token); in getTokenPtr() local
H A Dlexer.cpp263 TokenPtr tokenPtr = TokenPtr::create(lemonType, type, value, -100, -100); in createTokenType() local

123