Searched refs:BEGIN (Results 1 – 25 of 33) sorted by relevance
12
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_scan.l | 90 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } 96 <COMMENT>"*"+"/" { BEGIN INITIAL; } 100 BEGIN CEXPR; 108 BEGIN INITIAL; 140 BEGIN STRING; 264 BEGIN INCLUDE; 269 <INCLUDE>[>] { BEGIN INITIAL; return yytext[0]; } 272 BEGIN INITIAL; 289 BEGIN MACRODEF; 302 BEGIN MACROBODY; [all …]
|
| H A D | aicasm_macro_scan.l | 102 BEGIN INITIAL; 139 BEGIN ARGLIST;
|
| /linux/tools/perf/util/ |
| H A D | parse-events.l | 242 BEGIN(config); 244 BEGIN(event); 262 BEGIN(INITIAL); 268 BEGIN(INITIAL); 274 BEGIN(INITIAL); 316 "/" { BEGIN(INITIAL); return '/'; } 338 "/"/{non_digit} { BEGIN(config); return '/'; } 347 . { unput(*yytext); BEGIN(INITIAL); } 352 <<EOF>> { BEGIN(INITIAL); } 355 mem: { BEGIN(mem); return PE_PREFIX_MEM; } [all …]
|
| /linux/scripts/dtc/ |
| H A D | dtc-lexer.l | 129 BEGIN(PROPNODENAME); 136 BEGIN(PROPNODENAME); 143 BEGIN(PROPNODENAME); 268 BEGIN(BYTESTRING); 273 BEGIN(PROPNODENAME);
|
| /linux/tools/unittests/ |
| H A D | test_tokenizer.py | 106 CToken(CToken.BEGIN, "{", brace_level=1), 110 CToken(CToken.BEGIN, "[", brace_level=1, bracket_level=1), 115 CToken(CToken.BEGIN, "(", brace_level=1, paren_level=1), 117 CToken(CToken.BEGIN, "[", brace_level=1, paren_level=1, bracket_level=1), 121 CToken(CToken.BEGIN, "(", brace_level=1, paren_level=2),
|
| /linux/tools/lib/python/kdoc/ |
| H A D | c_lex.py | 54 BEGIN = 5 #: A begin character: ``{`` / ``[`` / ``(``. variable in CToken 125 (CToken.BEGIN, r"[\[\(\{]"), 240 elif kind == CToken.BEGIN: 264 if tok.kind == CToken.BEGIN: 381 if tok.kind == CToken.BEGIN: 408 if tok.kind == CToken.BEGIN: 426 if tok.kind == CToken.BEGIN: 548 if tok.kind == CToken.BEGIN and tok.value == self.start_delim:
|
| /linux/scripts/kconfig/ |
| H A D | lexer.l | 148 BEGIN(STRING); 170 \n { BEGIN(INITIAL); return T_EOL; }
|
| /linux/arch/arm64/tools/ |
| H A D | gen-cpucaps.awk | 17 BEGIN {
|
| /linux/tools/arch/x86/tools/ |
| H A D | gen-cpu-feature-names-x86.awk | 9 BEGIN {
|
| /linux/lib/raid6/ |
| H A D | unroll.awk | 8 BEGIN {
|
| /linux/certs/ |
| H A D | check-blacklist-hashes.awk | 13 BEGIN {
|
| /linux/scripts/livepatch/ |
| H A D | fix-patch-lines | 7 BEGIN {
|
| /linux/arch/x86/tools/ |
| H A D | objdump_reformat.awk | 10 BEGIN {
|
| H A D | cpufeaturemasks.awk | 8 BEGIN {
|
| /linux/arch/sh/tools/ |
| H A D | gen-mach-types | 7 BEGIN { nr = 0 }
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | gen-insn-x86-dat.awk | 7 BEGIN {
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-get-cpus-script.sh | 32 BEGIN {
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | sign_key.pem | 1 -----BEGIN RSA PRIVATE KEY-----
|
| /linux/arch/arm/tools/ |
| H A D | gen-mach-types | 6 BEGIN { nr = 0 }
|
| /linux/tools/testing/selftests/ublk/trace/ |
| H A D | seq_io.bt | 12 BEGIN {
|
| /linux/scripts/ |
| H A D | ver_linux | 8 BEGIN {
|
| H A D | check-sysctl-docs | 15 BEGIN {
|
| H A D | verify_builtin_ranges.awk | 76 BEGIN {
|
| /linux/Documentation/arch/arm/samsung/ |
| H A D | clksrc-change-registers.awk | 60 BEGIN {
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | xilinx.txt | 36 (ip-core-name): the name of the ip block (given after the BEGIN 56 BEGIN opb_uartlite
|
12