Searched refs:tokens (Results 1 – 9 of 9) sorted by relevance
/scripts/ |
D | asn1_compiler.c | 348 struct token *tokens; in tokenise() local 355 token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token)); in tokenise() 356 if (!tokens) { in tokenise() 407 tokens[tix].line = lineno; in tokenise() 408 tokens[tix].value = p; in tokenise() 420 tokens[tix].size = q - p; in tokenise() 426 if (islower(tokens[tix].value[0])) { in tokenise() 427 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise() 434 dir = bsearch(&tokens[tix], directives, in tokenise() 439 tokens[tix++].token_type = dir - directives; in tokenise() [all …]
|
/scripts/genksyms/ |
D | parse.tab.h_shipped | 37 /* Put the tokens into the symbol table, so that GDB and other debuggers
|
D | lex.lex.c_shipped | 239 * still have a bunch of tokens to match, though, because of 570 and then we categorize those basic tokens in the second stage. */ 877 /* The Pedant requires that the other C multi-character tokens be 878 recognized as tokens. We don't actually use them since we don't 897 /* All other tokens are single characters. */ 1935 of the parser to tailor the tokens that are returned. */
|
D | parse.tab.c_shipped | 142 /* Put the tokens into the symbol table, so that GDB and other debuggers 1257 /* Number of reported tokens (one for the "unexpected", one per 1269 tokens because there are none. 1459 /* Number of tokens to shift before error messages enabled. */ 1649 /* Count tokens shifted since error; after three, turn off error
|
/scripts/dtc/ |
D | dtc-parser.tab.h_shipped | 37 /* Put the tokens into the symbol table, so that GDB and other debuggers
|
D | dtc-parser.tab.c_shipped | 114 /* Put the tokens into the symbol table, so that GDB and other debuggers 1094 /* Number of reported tokens (one for the "unexpected", one per 1106 tokens because there are none. 1296 /* Number of tokens to shift before error messages enabled. */ 1486 /* Count tokens shifted since error; after three, turn off error
|
D | dtc-lexer.lex.c_shipped | 249 * still have a bunch of tokens to match, though, because of
|
/scripts/kconfig/ |
D | zconf.tab.c_shipped | 134 /* Put the tokens into the symbol table, so that GDB and other debuggers 1400 /* Number of tokens to shift before error messages enabled. */ 1590 /* Count tokens shifted since error; after three, turn off error
|
D | zconf.lex.c_shipped | 258 * still have a bunch of tokens to match, though, because of
|