Home
last modified time | relevance | path

Searched full:semicolon (Results 1 – 25 of 26) sorted by relevance

12

/linux/scripts/coccinelle/misc/
H A Dsemicolon.cocci3 /// 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 Dlinkage.h13 * In parisc assembly a semicolon marks a comment while a
/linux/rust/syn/
H A Dstmt.rs21 /// 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 Dfixup.rs69 // semicolon, but do not terminate a match-arm without comma.
/linux/rust/kernel/
H A Dlib.rs279 /// 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 Dinit.h22 * __init between closing brace of the prototype and semicolon:
/linux/tools/perf/scripts/python/
H A Dstackcollapse.py4 # This script's output has two space-separated fields. The first is a semicolon
/linux/drivers/s390/char/
H A Ddefkeymap.map99 keycode 94 = semicolon uacute
/linux/tools/bootconfig/
H A Dmain.c24 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 Dhp300map.map133 keycode 107 = semicolon colon
/linux/drivers/tty/vt/
H A Ddefkeymap.map88 keycode 39 = semicolon colon
H A Dgen_ucs_fallback_table.py171 overrides[0x204F] = ord(';') # ⁏ REVERSED SEMICOLON
H A Ducs_width_table.h_shipped415 { 0xFE54, 0xFE66 }, /* SMALL SEMICOLON - SMALL EQUALS SIGN */
H A Ducs_fallback_table.h_shipped861 { 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 DMakefile96 # NOTE: Semicolon at the end is critical to override lib.mk's default static
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dorder-list-attributes.c50 * convert semicolon to commas. BIOS uses commas as in validate_ordered_list_input()
/linux/Documentation/trace/
H A Dkprobetrace.rst184 "kprobe_event=" parameter. The parameter accepts a semicolon-delimited
/linux/drivers/accessibility/speakup/
H A Di18n.c148 [MSG_KEYNAME_SEMICOLON] = "semicolon",
/linux/tools/hv/
H A Dhv_kvp_daemon.c754 /* 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 Dkdoc_parser.py772 # trailing semicolon we added in process_proto_type().
1529 # until we hit a semicolon while not inside {brackets}
/linux/Documentation/scsi/
H A DBusLogic.rst389 strings by a semicolon, or by specifying multiple "BusLogic=" strings on the
/linux/scripts/
H A Dcheckpatch.pl4412 "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 DMakefile224 # 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 Dgsp.c566 "A semicolon-separated list of key=integer pairs of GSP-RM registry keys");
/linux/drivers/hid/
H A Dhid-debug.c3179 [KEY_L] = "L", [KEY_SEMICOLON] = "Semicolon",

12