Home
last modified time | relevance | path

Searched +defs:LOOP +defs:FOR +defs:ON (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Dtoken.hxx53 FOR, FUNCTION, enumerator
56 LET, LINE, LINEINPUT, LOCAL, LOOP, LPRINT, LSET, enumerator
58 ON, OPEN, OPTION, ATTRIBUTE, IMPLEMENTS, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Dtoken.hxx54 FOR, FUNCTION, enumerator
57 LET, LINE, LINEINPUT, LOCAL, LOOP, LPRINT, LSET, enumerator
59 ON, OPEN, OPTION, ATTRIBUTE, IMPLEMENTS, enumerator
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.hpp250 FOR = 301, enumerator
445 LOOP = 496, enumerator
503 ON = 554, enumerator
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/doc/verbatim/src/org/hsqldb/
H A DTokens.java1077 public static final int FOR = 120; field in Tokens
1127 public static final int LOOP = 170; field in Tokens
1161 public static final int ON = 204; field in Tokens
1975 reservedKeys.put(T_FOR, FOR); in reservedKeys.put() argument
2025 reservedKeys.put(T_LOOP, LOOP); in reservedKeys.put() argument
2059 reservedKeys.put(T_ON, ON); in reservedKeys.put() argument
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DTokens.java1077 public static final int FOR = 120; field in Tokens
1127 public static final int LOOP = 170; field in Tokens
1161 public static final int ON = 204; field in Tokens
1975 reservedKeys.put(T_FOR, FOR); in reservedKeys.put() argument
2025 reservedKeys.put(T_LOOP, LOOP); in reservedKeys.put() argument
2059 reservedKeys.put(T_ON, ON); in reservedKeys.put() argument