Searched refs:token (Results 1 - 10 of 10) sorted by relevance

/scripts/genksyms/
H A Dparse.y75 %token ASM_KEYW
76 %token ATTRIBUTE_KEYW
77 %token AUTO_KEYW
78 %token BOOL_KEYW
79 %token CHAR_KEYW
80 %token CONST_KEYW
81 %token DOUBLE_KEYW
82 %token ENUM_KEYW
83 %token EXTERN_KEYW
84 %token EXTENSION_KEY
[all...]
H A Dparse.tab.c_shipped133 /* Enabling the token table. */
592 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
593 token YYLEX-NUM. */
716 positive, shift that token. If negative, reduce the rule which
1031 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1238 about the unexpected token YYTOKEN for the state stack whose top is
1273 that there is no unexpected or expected token to report. In that
1279 - Of course, the expected token list depends on states to have
1284 token list. However, the list is correct for canonical LR with
1285 one exception: it will still contain any token tha
[all...]
/scripts/dtc/
H A Ddtc-parser.y56 %token DT_V1
57 %token DT_MEMRESERVE
58 %token <propnodename> DT_PROPNODENAME
59 %token <literal> DT_LITERAL
60 %token <cbase> DT_BASE
61 %token <byte> DT_BYTE
62 %token <data> DT_STRING
63 %token <labelref> DT_LABEL
64 %token <labelref> DT_REF
65 %token DT_INCBI
[all...]
H A Ddtc-parser.tab.c_shipped101 /* Enabling the token table. */
479 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
480 token YYLEX-NUM. */
550 positive, shift that token. If negative, reduce the rule which
762 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
970 /* Copy into YYRESULT an error message about the unexpected token
1192 /* Lookahead token as an internal (translated) token number. */
1221 yychar = YYEMPTY; /* Cause a token to be read. */
1317 lookahead token i
[all...]
/scripts/kconfig/
H A Dzconf.y46 %token <id>T_MAINMENU
47 %token <id>T_MENU
48 %token <id>T_ENDMENU
49 %token <id>T_SOURCE
50 %token <id>T_CHOICE
51 %token <id>T_ENDCHOICE
52 %token <id>T_COMMENT
53 %token <id>T_CONFIG
54 %token <id>T_MENUCONFIG
55 %token <i
[all...]
H A Dlkc.h61 int token; member in struct:kconf_id
112 void menu_add_option(int token, char *arg);
H A Dzconf.l104 return id->token;
137 return id->token;
H A Dzconf.tab.c_shipped125 /* Enabling the token table. */
199 /* Include zconf.hash.c here so it can see the token constants. */
573 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
574 token YYLEX-NUM. */
693 positive, shift that token. If negative, reduce the rule which
966 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1174 /* Copy into YYRESULT an error message about the unexpected token
1426 /* Lookahead token as an internal (translated) token number. */
1455 yychar = YYEMPTY; /* Cause a token t
[all...]
H A Dmenu.c185 void menu_add_option(int token, char *arg) argument
189 switch (token) {
/scripts/
H A Dkallsyms.c400 /* remove all the invalid symbols from the table and do the initial token count */
417 static void *find_token(unsigned char *str, int len, unsigned char *token) argument
422 if (str[i] == token[0] && str[i+1] == token[1])
428 /* replace a given token in all the valid symbols. Use the sampled symbols
440 /* find the token on the symbol */
459 /* find the token on the symbol */
471 /* search the token with the maximum profit */
501 /* find the token with the breates profit value */
511 /* replace this token i
[all...]

Completed in 5430 milliseconds