Home
last modified time | relevance | path

Searched refs:TOK_DROP (Results 1 – 13 of 13) sorted by relevance

/dports/devel/z88dk/z88dk/examples/console/
H A Dadv_a.c399 #define TOK_DROP 0x0e macro
488 { "DROP", TOK_DROP },
489 { "PUT ", TOK_DROP },
1502 { TOK_DROP, TOK_BOOT, A_GD_BOOT, SPUT_00 },
1503 { TOK_DROP, TOK_STAR, A_GD_STAR, SPUT_01 },
1504 { TOK_DROP, TOK_KEY, A_GD_KEY, SPUT_02 },
1505 { TOK_DROP, TOK_GUN, A_GD_GUN, SPUT_03 },
1506 { TOK_DROP, TOK_BAR, A_GD_BAR, SPUT_05 },
1508 { TOK_DROP, TOK_MIRR, A_D_MIRR, SPUT_07 },
1517 { TOK_DROP, TOK_ICE, A_GD_ICE, SPUT_0E },
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxql.h61 TOK_DROP = 287, enumerator
153 #define TOK_DROP 287 macro
H A Dsphinxql.l55 "DROP" { YYSTOREBOUNDS; return TOK_DROP; }
H A Dsphinxql.y43 %token TOK_DROP
935 TOK_DROP TOK_FUNCTION TOK_IDENT
H A Dyysphinxql.c85 TOK_DROP = 287, enumerator
177 #define TOK_DROP 287 macro
H A Dllsphinxql.c1207 { YYSTOREBOUNDS; return TOK_DROP; }
/dports/net/freediameter/freeDiameter-1.5.0/extensions/app_radgw/
H A Drgwx_echodrop.y131 %token TOK_DROP
217 TOK_DROP
H A Drgwx_echodrop.l81 (?i:"drop") { return TOK_DROP; }
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dyysphinxql.h89 TOK_DROP = 299, enumerator
H A Dsphinxql.y55 %token TOK_DROP
225 | TOK_DESC | TOK_DESCRIBE | TOK_DISTINCT | TOK_DOUBLE | TOK_DROP
1291 | TOK_ALTER TOK_TABLE ident TOK_DROP TOK_COLUMN ident
1393 TOK_DROP TOK_FUNCTION ident
1508 TOK_DROP TOK_PLUGIN ident TOK_TYPE TOK_QUOTED_STRING
H A Dsphinxql.l71 "DROP" { YYSTOREBOUNDS; return TOK_DROP; }
H A Dllsphinxql.c1404 { YYSTOREBOUNDS; return TOK_DROP; }
H A Dyysphinxql.c172 TOK_DROP = 299, enumerator