Home
last modified time | relevance | path

Searched refs:TOK_SIZE (Results 1 – 22 of 22) sorted by relevance

/dports/devel/gengetopt/gengetopt-2.23/src/
H A Dparser.h87 TOK_SIZE = 293 enumerator
126 #define TOK_SIZE 293 macro
H A Dparser.yy195 %token <str> TOK_SIZE
594 | '(' TOK_SIZE ')' { $$ = new multiple_size($2, $2); }
595 | '(' TOK_SIZE '-' ')' { $$ = new multiple_size($2, "0"); free($2); }
596 | '(' '-' TOK_SIZE ')' { $$ = new multiple_size("0", $3); free($3); }
597 | '(' TOK_SIZE '-' TOK_SIZE ')' { $$ = new multiple_size($2, $4); free($2); free($4); }
H A Dscanner.ll121 <SIZE_STATE>[[:digit:]]+ { updateTokenInfo (-1); yylval.str = strdup(yytext); return TOK_SIZE; }
H A Dparser.cc270 TOK_SIZE = 293 enumerator
309 #define TOK_SIZE 293 macro
H A Dscanner.cc1208 { updateTokenInfo (-1); yylval.str = strdup(yytext); return TOK_SIZE; }
/dports/lang/asn1c/asn1c-0.9.27/libasn1parser/
H A Dasn1p_y.h126 TOK_SIZE = 342, enumerator
234 #define TOK_SIZE 342 macro
H A Dasn1p_y.y213 %token TOK_SIZE
1696 | TOK_SIZE '(' ElementSetSpecs ')' {
1856 TOK_SIZE {
H A Dasn1p_l.l336 SIZE return TOK_SIZE;
H A Dasn1p_l.c3116 return TOK_SIZE;
H A Dasn1p_y.c161 TOK_SIZE = 342, enumerator
269 #define TOK_SIZE 342 macro
/dports/games/tenebrae/tenebrae_0/
H A Dte_scripts.h46 #define TOK_SIZE 312 macro
H A Dlex_part.l168 size { return TOK_SIZE; }
H A Dlex.yy.c6109 { return TOK_SIZE; }
H A Dr_part.c207 case TOK_SIZE: in R_AddEffectsScript()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dcondparser.h69 TOK_SIZE, enumerator
H A Dcondparser.cc46 { "size", CondParser::TOK_SIZE },
720 case TOK_SIZE: in factor()
721 if ( match( TOK_SIZE ) ) return NULL; in factor()
/dports/cad/yosys/yosys-yosys-0.12/frontends/rtlil/
H A Drtlil_lexer.l63 "size" { return TOK_SIZE; }
H A Drtlil_parser.y75 %token TOK_PARAMETER TOK_ATTRIBUTE TOK_MEMORY TOK_SIZE TOK_SIGNED TOK_REAL TOK_UPTO
238 memory_options TOK_SIZE TOK_INT {
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_action.h60 TOK_SIZE, enumerator
H A Dwzd_protocol.c121 case STRTOINT('s','i','z','e'): return TOK_SIZE; in identify_token()
H A Dwzd_commands.c231 if (commands_add(_ctable,"size",do_size,NULL,TOK_SIZE)) return -1; in commands_add_defaults()
/dports/devel/cc65/cc65-2.19/src/dbginfo/
H A Ddbginfo.c163 TOK_SIZE, /* SIZE keyword */ enumerator
2564 { "size", TOK_SIZE }, in NextToken()
2992 D->Tok != TOK_SIZE) { in ParseFile()
3057 case TOK_SIZE: in ParseFile()
3672 D->Tok != TOK_SIZE && D->Tok != TOK_SPAN && in ParseScope()
3732 case TOK_SIZE: in ParseScope()
3868 D->Tok != TOK_OUTPUTOFFS && D->Tok != TOK_SIZE && in ParseSegment()
3933 case TOK_SIZE: in ParseSegment()
4039 D->Tok != TOK_SIZE && D->Tok != TOK_START && in ParseSpan()
4079 case TOK_SIZE: in ParseSpan()
[all …]