Home
last modified time | relevance | path

Searched refs:TK_SLASH (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/net/portfwd/portfwd-0.29/src/
H A Dyconf.h38 TK_SLASH = 264, enumerator
61 #define TK_SLASH 264 macro
H A Dconf.y118 %token TK_SLASH
312 TK_SLASH TK_NAME { $$ = mask_len_value(conf_ident); } ;
H A Dconf.lex107 "/" return trap_tk(TK_SLASH);
H A Dyconf.c62 TK_SLASH = 264, enumerator
85 #define TK_SLASH 264 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dparse.h81 #define TK_SLASH 81 macro
H A Dtokenize.c257 *tokenType = TK_SLASH; in sqliteGetToken()
H A Dexpr.c928 case TK_SLASH: in sqliteExprType()
1019 case TK_SLASH: op = OP_Divide; break; in sqliteExprCode()
1091 case TK_SLASH: { in sqliteExprCode()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dparse.h81 #define TK_SLASH 81 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLLexer.h78 TK_SLASH, enumerator
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dparse.h89 #define TK_SLASH 89 macro
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A Dparse.h81 #define TK_SLASH 81 macro
/dports/games/vavoom/vavoom-1.33/utils/acc/
H A Dtoken.h31 TK_SLASH, // '/' enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dnormalize.c264 #define TK_SLASH TK_PUNCT macro
334 *tokenType = TK_SLASH; in sqlite3GetToken()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dnormalize.c264 #define TK_SLASH TK_PUNCT macro
341 *tokenType = TK_SLASH; in sqlite3GetToken()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dnormalize.c264 #define TK_SLASH TK_PUNCT macro
341 *tokenType = TK_SLASH; in sqlite3GetToken()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dldread.c119 #define TK_SLASH 3 macro
659 if (prev_tkntyp == TK_SLASH) in __f90io_ldr()
672 if (tkntyp == TK_SLASH) in __f90io_ldr()
939 tkntyp = TK_SLASH; in get_token()
1040 tkntyp = TK_SLASH; in get_token()
/dports/games/uhexen2/hexen2source-1.5.9/utils/hcc/
H A Dhcc.h154 TK_SLASH, enumerator
H A Dpr_lex.c503 pr_tokenclass = TK_SLASH; in LexPunctuation()
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/
H A Dtokenize.c151 *tokenType = TK_SLASH; in getToken()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtokenize.c156 *tokenType = TK_SLASH; in sqlite3GetToken()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtokenize.c242 *tokenType = TK_SLASH; in sqlite3GetToken()
H A Dtreeview.c339 case TK_SLASH: zBinOp = "DIV"; break; in sqlite3TreeViewExpr()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dtokenize.c257 *tokenType = TK_SLASH; in sqliteGetToken()
H A Dexpr.c928 case TK_SLASH: in sqliteExprType()
1019 case TK_SLASH: op = OP_Divide; break; in sqliteExprCode()
1091 case TK_SLASH: { in sqliteExprCode()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtokenize.c318 *tokenType = TK_SLASH; in sqlite3GetToken()

123456789