Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 9 of 9) sorted by relevance

/scripts/
Dasn1_compiler.c348 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/
Dparse.tab.h_shipped37 /* Put the tokens into the symbol table, so that GDB and other debuggers
Dlex.lex.c_shipped239 * 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. */
Dparse.tab.c_shipped142 /* 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/
Ddtc-parser.tab.h_shipped37 /* Put the tokens into the symbol table, so that GDB and other debuggers
Ddtc-parser.tab.c_shipped114 /* 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
Ddtc-lexer.lex.c_shipped249 * still have a bunch of tokens to match, though, because of
/scripts/kconfig/
Dzconf.tab.c_shipped134 /* 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
Dzconf.lex.c_shipped258 * still have a bunch of tokens to match, though, because of