Home
last modified time | relevance | path

Searched full:curly (Results 1 – 11 of 11) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dinterrupt.h115 * body with a pair of curly brackets. in search_kernel_restart_table()
162 * body with a pair of curly brackets. in interrupt_enter_prepare()
198 * body with a pair of curly brackets. in interrupt_enter_prepare()
236 * body with a pair of curly brackets. in interrupt_async_enter_prepare()
274 * body with a pair of curly brackets. in nmi_disables_ftrace()
/linux/rust/syn/
H A Dgroup.rs95 Delimiter::Brace => "expected curly braces", in parse_delimited()
162 /// Parse a set of curly braces and expose their content to subsequent parsers.
H A Dtoken.rs668 "curly braces" in display()
H A Dparse.rs531 /// token in the input is either `where` or an opening curly brace.
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst57 a syntax error. The curly brace form as in ${CC} is not supported either.
/linux/drivers/tty/vt/
H A Dgen_ucs_width_table.py45 (0x1F9B0, 0x1F9B3), # Hair components (red, curly, white, bald)
H A Ducs_width_table.h_shipped215 { BMP_2WIDTH(0x27B0, 0x27B0) }, /* CURLY LOOP */
216 { BMP_2WIDTH(0x27BF, 0x27BF) }, /* DOUBLE CURLY LOOP */
H A Ducs_fallback_table.h_shipped3048 { 0x83, 0x7B }, /* LEFT WHITE CURLY BRACKET -> '{' */
3261 { 0x37, 0x7B }, /* PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET -> '{' */
3277 { 0x5B, 0x7B }, /* SMALL LEFT CURLY BRACKET -> '{' */
3278 { 0x5C, 0x7D }, /* SMALL RIGHT CURLY BRACKET -> '}' */
/linux/scripts/kconfig/
H A Dpreprocess.c468 * Neither single-letter variables as in $A nor curly braces as in ${CC} in expand_dollar_with_args()
/linux/rust/proc-macro2/
H A Dlib.rs698 /// parentheses, square brackets, or curly braces.
/linux/scripts/
H A Dcheckpatch.pl5113 # 3. inside a curly brace -- = { [0...10] = 5 }