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

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCompExpr.c100 * returned by the ParseLexeme() routine. Only lexemes for unary and
440 * ParseLexeme().
524 static int ParseLexeme(const char *start, int numBytes,
654 Tcl_Obj *literal; /* Filled by the ParseLexeme() call when
693 scanned = ParseLexeme(start, numBytes, &lexeme, &literal);
1467 scanned = ParseLexeme(start, numBytes, &lexeme, NULL);
1629 scanned = ParseLexeme(start, numBytes, &lexeme, NULL);
1675 scanned = ParseLexeme(start, numBytes, &lexeme, NULL);
1797 * ParseLexeme --
1812 ParseLexeme(
1808 ParseLexeme( function
[all...]

Completed in 214 milliseconds