Home
last modified time | relevance | path

Searched refs:FUNCTION_ID (Results 1 – 23 of 23) sorted by relevance

/dports/games/unnethack/unnethack-5.1.0-20131208/sys/share/
H A Dlev_comp.h142 FUNCTION_ID = 358, enumerator
285 #define FUNCTION_ID 358 macro
H A Dlev_yacc.c169 FUNCTION_ID = 358, enumerator
312 #define FUNCTION_ID 358 macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/share/
H A Dlev_comp.h109 #define FUNCTION_ID 365 macro
H A Dlev_lex.c1637 ST_RET(FUNCTION_ID);
H A Dlev_yacc.c305 #define FUNCTION_ID 365 macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/share/
H A Dlev_comp.h109 #define FUNCTION_ID 365 macro
H A Dlev_lex.c1637 ST_RET(FUNCTION_ID);
H A Dlev_yacc.c305 #define FUNCTION_ID 365 macro
/dports/graphics/megapov/megapov-1.2.1/include/
H A Dmp_types.inc21 #declare FUNCTION_ID = 4;
54 #local T=((T=U)?is(_Id_,function )?FUNCTION_ID :U:T);
/dports/lang/v8/v8-9.6.180.12/src/web-snapshot/
H A Dweb-snapshot.cc699 serializer.WriteUint32(ValueType::FUNCTION_ID); in WriteValue()
1470 case ValueType::FUNCTION_ID: { in ReadValue()
1487 index_for_deferred_reference, FUNCTION_ID, in ReadValue()
1568 case FUNCTION_ID: in ProcessDeferredReferences()
H A Dweb-snapshot.h54 FUNCTION_ID, enumerator
/dports/games/vultures-eye/vulture-2.3.67/unnethack/util/
H A Dlev_comp.l172 FUNCTION return FUNCTION_ID;
H A Dlev_comp.y183 %token <i> FUNCTION_ID
677 function_define : FUNCTION_ID NQSTRING '(' ')'
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h401 FUNCTION_ID = 606, enumerator
1331 #define FUNCTION_ID 606 macro
H A Dreserved.c1357 { "FUNCTION-ID", 0, 0, FUNCTION_ID, /* 2002 */
4617 if (p->token == FUNCTION_ID) { in lookup_reserved_word()
H A Dparser.c2687 FUNCTION_ID = 606, enumerator
3617 #define FUNCTION_ID 606 macro
H A Dparser.y2609 %token FUNCTION_ID "FUNCTION-ID"
3494 FUNCTION_ID
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/util/
H A Dlev_comp.l190 FUNCTION ST_RET(FUNCTION_ID);
H A Dlev_comp.y214 %token <i> FUNCTION_ID
773 function_define : FUNCTION_ID NQSTRING '('
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/util/
H A Dlev_comp.l190 FUNCTION ST_RET(FUNCTION_ID);
H A Dlev_comp.y214 %token <i> FUNCTION_ID
773 function_define : FUNCTION_ID NQSTRING '('
/dports/games/unnethack/unnethack-5.1.0-20131208/util/
H A Dlev_comp.l192 FUNCTION { savetoken(yytext); return FUNCTION_ID; }
H A Dlev_comp.y217 %token <i> FUNCTION_ID
752 function_define : FUNCTION_ID NQSTRING '('