Home
last modified time | relevance | path

Searched refs:TOK_ID (Results 1 – 25 of 105) sorted by relevance

12345

/dports/science/mcstas/mcstas-2.5-src/src/
H A Dinstrument.y374 comp_iformal: TOK_ID TOK_ID
392 | TOK_ID '*' TOK_ID
406 | TOK_ID
425 | TOK_ID TOK_ID '=' exp
445 | TOK_ID '*' TOK_ID '=' exp
699 instr_formal: TOK_ID TOK_ID
717 | TOK_ID '*' TOK_ID
750 | TOK_ID TOK_ID '=' exp
770 | TOK_ID '*' TOK_ID '=' exp
873 | TOK_ID
[all …]
/dports/science/mcxtrace/mcxtrace-1.2-src/src/
H A Dinstrument.y349 comp_iformal: TOK_ID TOK_ID
367 | TOK_ID '*' TOK_ID
381 | TOK_ID
400 | TOK_ID TOK_ID '=' exp
420 | TOK_ID '*' TOK_ID '=' exp
674 instr_formal: TOK_ID TOK_ID
692 | TOK_ID '*' TOK_ID
725 | TOK_ID TOK_ID '=' exp
745 | TOK_ID '*' TOK_ID '=' exp
848 | TOK_ID
[all …]
/dports/cad/yosys/yosys-yosys-0.12/frontends/rtlil/
H A Drtlil_parser.y69 %token <string> TOK_ID TOK_VALUE TOK_STRING
108 TOK_MODULE TOK_ID EOL {
151 TOK_PARAMETER TOK_ID EOL {
157 TOK_PARAMETER TOK_ID constant EOL {
165 TOK_ATTRIBUTE TOK_ID constant EOL {
181 } wire_options TOK_ID EOL {
226 } memory_options TOK_ID EOL {
247 TOK_CELL TOK_ID TOK_ID EOL {
275 cell_body TOK_CONNECT TOK_ID sigspec EOL {
285 TOK_PROCESS TOK_ID EOL {
[all …]
H A Drtlil_lexer.l88 "\\"[^ \t\r\n]+ { rtlil_frontend_yylval.string = strdup(yytext); return TOK_ID; }
89 "$"[^ \t\r\n]+ { rtlil_frontend_yylval.string = strdup(yytext); return TOK_ID; }
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/gssapi/krb5/
H A Dcfx.h43 u_char TOK_ID[2]; /* 04 04 */ member
50 u_char TOK_ID[2]; /* 04 05 */ member
59 u_char TOK_ID[2]; /* 05 04 */ member
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/gssapi/krb5/
H A Dcfx.h43 u_char TOK_ID[2]; /* 04 04 */ member
50 u_char TOK_ID[2]; /* 04 05 */ member
59 u_char TOK_ID[2]; /* 05 04 */ member
H A Dcfx.c283 token->TOK_ID[0] = 0x05; in _gssapi_wrap_cfx()
284 token->TOK_ID[1] = 0x04; in _gssapi_wrap_cfx()
486 if (token->TOK_ID[0] != 0x05 || token->TOK_ID[1] != 0x04) { in _gssapi_unwrap_cfx()
703 token->TOK_ID[0] = 0x04; in _gssapi_mic_cfx()
704 token->TOK_ID[1] = 0x04; in _gssapi_mic_cfx()
788 if (token->TOK_ID[0] != 0x04 || token->TOK_ID[1] != 0x04) { in _gssapi_verify_mic_cfx()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dparser.y125 %token <text> TOK_ID
192 | TOK_MODULE TOK_ID '(' arguments_decl optional_commas ')'
206 | TOK_FUNCTION TOK_ID '(' arguments_decl optional_commas ')' '=' expr ';'
226 : TOK_ID '=' expr ';'
316 : TOK_ID { $$ = $1; }
473 | call '.' TOK_ID
502 | TOK_ID
636 : TOK_ID
641 | TOK_ID '=' expr
670 | TOK_ID '=' expr
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dparser.y125 %token <text> TOK_ID
192 | TOK_MODULE TOK_ID '(' arguments_decl optional_commas ')'
206 | TOK_FUNCTION TOK_ID '(' arguments_decl optional_commas ')' '=' expr ';'
226 : TOK_ID '=' expr ';'
316 : TOK_ID { $$ = $1; }
473 | call '.' TOK_ID
502 | TOK_ID
636 : TOK_ID
641 | TOK_ID '=' expr
670 | TOK_ID '=' expr
/dports/cad/yosys/yosys-yosys-0.12/frontends/verilog/
H A Dverilog_parser.y504 TOK_ID {
610 TOK_ID {
624 TOK_ID {
724 TOK_ID {
968 attr TOK_DPI_FUNCTION TOK_ID TOK_ID {
978 attr TOK_DPI_FUNCTION TOK_ID '=' TOK_ID TOK_ID {
989 attr TOK_DPI_FUNCTION TOK_ID ':' TOK_ID '=' TOK_ID TOK_ID {
1072 TOK_ID TOK_ID {
1077 TOK_ID {
1656 TOK_ID {
[all …]
H A Dverilog_lexer.l71 return TOK_ID;
75 return TOK_ID;
385 return TOK_ID;
391 return TOK_ID;
415 return TOK_ID;
428 return TOK_ID;
434 return TOK_ID;
496 return TOK_ID;
512 return TOK_ID;
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dshl.cpp382 TOK_ID = -500, // /[_\a][_\a\d]+/ enumerator
489 _tok = TOK_ID; in Next()
828 if ( parzer.Tok() != TOK_ID ) in Parze()
837 if ( parzer.Tok() != TOK_ID ) in Parze()
853 if ( parzer.Tok() != TOK_ID ) in Parze()
883 while ( parzer.Tok() == TOK_ID ) in Parze()
900 if ( parzer.Tok() != TOK_ID ) in Parze()
910 if ( parzer.Tok() != TOK_ID ) in Parze()
1038 if ( parzer.Tok() != TOK_ID ) { break; } in Parze()
1076 if ( parzer.Tok() != TOK_ID ) in Parze()
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A Ddebugger-expr-yacc.hpp61 TOK_ID = 277 enumerator
84 #define TOK_ID 277 macro
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxexpr.h49 TOK_ID = 275, enumerator
84 #define TOK_ID 275 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dpreproc.c989 type = TOK_ID; in tokenize()
1340 if (tline->type == TOK_ID) { in ppscan()
1733 if (tline->type != TOK_ID) { in if_condition()
1926 needtype = TOK_ID; in if_condition()
2087 if (!tok_type_(tline, TOK_ID)) { in parse_mmacro_spec()
2318 if (tok_type_(tline, TOK_ID)) { in do_directive()
2976 if (tok_type_(tline, TOK_ID) && in do_directive()
3156 if (t->type == TOK_ID) { in do_directive()
3678 if (t->type != TOK_ID) in find_cc()
3998 type = TOK_ID; in expand_mmac_params()
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/prstab/
H A Dprodstr.c42 #define TOK_ID 0 macro
80 if (tok == TOK_ID) { in main()
159 token = TOK_ID; in scan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dpreproc.c123 TOK_ID, enumerator
850 case TOK_ID: in pp_getenv()
1569 type = TOK_ID; in tokenize()
1984 t->type = TOK_ID; in detoken()
2085 case TOK_ID: in ppscan()
2690 needtype = TOK_ID; in if_condition()
2937 case TOK_ID: in parse_smacro_template()
4705 if (!tok_type(t, TOK_ID)) in find_cc()
4983 type = TOK_ID; in expand_mmac_params()
5058 type = TOK_ID; in expand_mmac_params()
[all …]
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dpreproc.c123 TOK_ID, enumerator
851 case TOK_ID: in pp_getenv()
1585 type = TOK_ID; in tokenize()
2000 t->type = TOK_ID; in detoken()
2101 case TOK_ID: in ppscan()
2705 needtype = TOK_ID; in if_condition()
2952 case TOK_ID: in parse_smacro_template()
4782 if (!tok_type(t, TOK_ID)) in find_cc()
5067 type = TOK_ID; in expand_mmac_params()
5142 type = TOK_ID; in expand_mmac_params()
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/nasm/
H A Dnasm-pp.c1330 type = TOK_ID; in tokenise()
1627 if (tline->type == TOK_ID) in ppscan()
2137 if (!tok_type_(tline, TOK_ID)) in if_condition()
2746 if (!tok_type_(tline, TOK_ID)) in do_directive()
2767 if (!tok_type_(tline, TOK_ID)) in do_directive()
2985 if (!tok_type_(tline, TOK_ID)) in do_directive()
3351 if (t->type == TOK_ID) in do_directive()
3808 if (t->type != TOK_ID) in find_cc()
4054 case TOK_ID: in expand_mmac_params()
4405 if (t->next->type == TOK_ID || in expand_smacro()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c1330 type = TOK_ID; in tokenise()
1627 if (tline->type == TOK_ID) in ppscan()
2137 if (!tok_type_(tline, TOK_ID)) in if_condition()
2746 if (!tok_type_(tline, TOK_ID)) in do_directive()
2767 if (!tok_type_(tline, TOK_ID)) in do_directive()
2985 if (!tok_type_(tline, TOK_ID)) in do_directive()
3351 if (t->type == TOK_ID) in do_directive()
3808 if (t->type != TOK_ID) in find_cc()
4054 case TOK_ID: in expand_mmac_params()
4405 if (t->next->type == TOK_ID || in expand_smacro()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Dminikconf.py324 TOK_ID = 17; TOKENS[TOK_ID] = 'identifier'; variable
430 if self.tok == TOK_ID:
439 if self.tok == TOK_ID:
470 elif self.tok == TOK_ID:
543 self.tok != TOK_ID and self.tok != TOK_EOF:
567 elif self.tok == TOK_ID:
653 return TOK_ID
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dminikconf.py324 TOK_ID = 17; TOKENS[TOK_ID] = 'identifier'; variable
430 if self.tok == TOK_ID:
439 if self.tok == TOK_ID:
470 elif self.tok == TOK_ID:
543 self.tok != TOK_ID and self.tok != TOK_EOF:
567 elif self.tok == TOK_ID:
653 return TOK_ID
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Dminikconf.py324 TOK_ID = 17; TOKENS[TOK_ID] = 'identifier'; variable
430 if self.tok == TOK_ID:
439 if self.tok == TOK_ID:
470 elif self.tok == TOK_ID:
543 self.tok != TOK_ID and self.tok != TOK_EOF:
567 elif self.tok == TOK_ID:
653 return TOK_ID
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Dminikconf.py324 TOK_ID = 17; TOKENS[TOK_ID] = 'identifier'; variable
430 if self.tok == TOK_ID:
439 if self.tok == TOK_ID:
470 elif self.tok == TOK_ID:
543 self.tok != TOK_ID and self.tok != TOK_EOF:
567 elif self.tok == TOK_ID:
653 return TOK_ID
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Dminikconf.py324 TOK_ID = 17; TOKENS[TOK_ID] = 'identifier'; variable
430 if self.tok == TOK_ID:
439 if self.tok == TOK_ID:
470 elif self.tok == TOK_ID:
543 self.tok != TOK_ID and self.tok != TOK_EOF:
567 elif self.tok == TOK_ID:
653 return TOK_ID

12345