Home
last modified time | relevance | path

Searched +defs:WITH +defs:START +defs:END (Results 1 – 14 of 14) sorted by relevance

/dports/print/pic2fig/pic2fig/
H A Dpicy.h30 # define WITH 286 macro
60 # define START 316 macro
61 # define END 317 macro
H A Dpicy.c42 # define WITH 286 macro
72 # define START 316 macro
73 # define END 317 macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dprevy.tab.h38 # define WITH 294 macro
64 # define START 320 macro
65 # define END 321 macro
/dports/textproc/groff/groff-1.22.4/src/preproc/pic/
H A Dpic.hpp83 WITH = 290, enumerator
156 END = 363, enumerator
157 START = 364, enumerator
208 #define WITH 290 macro
281 #define END 363 macro
282 #define START 364 macro
H A Dpic.cpp182 WITH = 290, enumerator
255 END = 363, enumerator
256 START = 364, enumerator
307 #define WITH 290 macro
380 #define END 363 macro
381 #define START 364 macro
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Dpic_tab.h32 #define WITH 288 macro
105 #define END 361 macro
106 #define START 362 macro
H A Dpic.cc122 #define WITH 288 macro
195 #define END 361 macro
196 #define START 362 macro
/dports/graphics/plotutils/plotutils-2.6/pic2plot/
H A Dgram.h50 #define WITH 288 macro
118 #define END 356 macro
119 #define START 357 macro
H A Dgram.cc38 #define WITH 288 macro
106 #define END 356 macro
107 #define START 357 macro
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.hpp421 START = 472, enumerator
441 WITH = 492, enumerator
458 END = 509, enumerator
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h290 END = 495, enumerator
811 START = 1016, enumerator
962 WITH = 1167, enumerator
1220 #define END 495 macro
1741 #define START 1016 macro
1892 #define WITH 1167 macro
H A Dparser.c2576 END = 495, enumerator
3097 START = 1016, enumerator
3248 WITH = 1167, enumerator
3506 #define END 495 macro
4027 #define START 1016 macro
4178 #define WITH 1167 macro
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/doc/verbatim/src/org/hsqldb/
H A DTokens.java1056 public static final int END = 99; field in Tokens
1238 public static final int START = 281; field in Tokens
1293 public static final int WITH = 336; field in Tokens
1954 reservedKeys.put(T_END, END); in reservedKeys.put() argument
2133 reservedKeys.put(T_START, START); in reservedKeys.put() argument
2187 reservedKeys.put(T_WITH, WITH); in reservedKeys.put() argument
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DTokens.java1056 public static final int END = 99; field in Tokens
1238 public static final int START = 281; field in Tokens
1293 public static final int WITH = 336; field in Tokens
1954 reservedKeys.put(T_END, END); in reservedKeys.put() argument
2133 reservedKeys.put(T_START, START); in reservedKeys.put() argument
2187 reservedKeys.put(T_WITH, WITH); in reservedKeys.put() argument