| /linux/scripts/coccinelle/misc/ |
| H A D | semicolon.cocci | 3 /// Remove unneeded semicolon. 74 coccilib.report.print_report(p[0],"Unneeded semicolon") 84 cocci.print_main("Unneeded semicolon",p)
|
| /linux/arch/parisc/include/asm/ |
| H A D | linkage.h | 13 * In parisc assembly a semicolon marks a comment while a
|
| /linux/rust/syn/ |
| H A D | stmt.rs | 21 /// A statement, usually ending in a semicolon. 30 /// Expression, with or without trailing semicolon. 411 Err(input.error("expected semicolon")) in stmt_expr()
|
| H A D | fixup.rs | 69 // semicolon, but do not terminate a match-arm without comma.
|
| /linux/rust/kernel/ |
| H A D | lib.rs | 279 /// Uses a semicolon to avoid parsing ambiguities, even though this does not match native `asm!` 292 /// Uses a semicolon to avoid parsing ambiguities, even though this does not match native `asm!`
|
| /linux/arch/um/include/shared/ |
| H A D | init.h | 22 * __init between closing brace of the prototype and semicolon:
|
| /linux/tools/perf/scripts/python/ |
| H A D | stackcollapse.py | 4 # This script's output has two space-separated fields. The first is a semicolon
|
| /linux/drivers/s390/char/ |
| H A D | defkeymap.map | 99 keycode 94 = semicolon uacute
|
| /linux/tools/bootconfig/ |
| H A D | main.c | 24 static int xbc_show_value(struct xbc_node *node, bool semicolon) in xbc_show_value() argument 30 eol = semicolon ? ";\n" : "\n"; in xbc_show_value()
|
| /linux/arch/m68k/hp300/ |
| H A D | hp300map.map | 133 keycode 107 = semicolon colon
|
| /linux/drivers/tty/vt/ |
| H A D | defkeymap.map | 88 keycode 39 = semicolon colon
|
| H A D | gen_ucs_fallback_table.py | 171 overrides[0x204F] = ord(';') # ⁏ REVERSED SEMICOLON
|
| H A D | ucs_width_table.h_shipped | 415 { 0xFE54, 0xFE66 }, /* SMALL SEMICOLON - SMALL EQUALS SIGN */
|
| H A D | ucs_fallback_table.h_shipped | 861 { 0x1B, 0x3B }, /* ARABIC SEMICOLON -> ';' */ 1794 { 0x64, 0x3B }, /* ETHIOPIC SEMICOLON -> ';' */ 2580 { 0x4F, 0x3B }, /* REVERSED SEMICOLON -> ';' */ 3089 { 0x35, 0x3B }, /* TURNED SEMICOLON -> ';' */ 3270 { 0x54, 0x3B }, /* SMALL SEMICOLON -> ';' */
|
| /linux/tools/testing/selftests/hid/ |
| H A D | Makefile | 96 # NOTE: Semicolon at the end is critical to override lib.mk's default static
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | order-list-attributes.c | 50 * convert semicolon to commas. BIOS uses commas as in validate_ordered_list_input()
|
| /linux/Documentation/trace/ |
| H A D | kprobetrace.rst | 184 "kprobe_event=" parameter. The parameter accepts a semicolon-delimited
|
| /linux/drivers/accessibility/speakup/ |
| H A D | i18n.c | 148 [MSG_KEYNAME_SEMICOLON] = "semicolon",
|
| /linux/tools/hv/ |
| H A D | hv_kvp_daemon.c | 754 /* Enough room for address and semicolon. */ in kvp_extract_routes() 764 /* Each address needs a trailing semicolon. */ in kvp_extract_routes()
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 772 # trailing semicolon we added in process_proto_type(). 1529 # until we hit a semicolon while not inside {brackets}
|
| /linux/Documentation/scsi/ |
| H A D | BusLogic.rst | 389 strings by a semicolon, or by specifying multiple "BusLogic=" strings on the
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 4412 "trailing semicolon indicates no statements, indent implies otherwise\n" . 5449 # check for whitespace before a non-naked semicolon 5452 "space prohibited before semicolon\n" . $herecurr) && 5617 # foo = bar(), /* comma should be semicolon */ 5624 "Possible comma where semicolon could be used\n" . $herectx); 6145 # macro should not end with a semicolon 6175 "do {} while (0) macros should not be semicolon terminated\n" . "$herectx"); 6183 "macros should not use a trailing semicolon\n" . "$herectx"); 7375 "Statements terminations use 1 semicolon\n" . $herecurr) &&
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 224 # NOTE: Semicolon at the end is critical to override lib.mk's default static
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | gsp.c | 566 "A semicolon-separated list of key=integer pairs of GSP-RM registry keys");
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3179 [KEY_L] = "L", [KEY_SEMICOLON] = "Semicolon",
|