Home
last modified time | relevance | path

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

/scripts/west_commands/completion/
A Dwest-completion.fish20 set -l tokens (commandline -opc)
22 for t in $tokens
41 set -l tokens (commandline -opc)
77 set -l tokens (commandline -opc)
90 set -l tokens (commandline -opc)
93 switch $tokens[$idx]
116 set -l tokens (commandline -opc)
117 set -e tokens[1]
121 if contains -- "help" $tokens
125 for token in $tokens
[all …]
/scripts/build/
A Dgen_app_partitions.py248 tokens = [fr"{key}\;{value}" for key, value in props.items()]
249 stuff = r"\;".join(tokens)
/scripts/pylib/twister/
A Dexpr_parser.py31 tokens = [ variable
/scripts/kconfig/
A Dkconfiglib.py2377 tokens = [token]
2473 val if token in _STRING_LEX or tokens[0] is _T_OPTION \
2537 tokens.append(token)
2540 tokens.append(None)
2542 return tokens

Completed in 14 milliseconds