Home
last modified time | relevance | path

Searched refs:continuation (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_api.h34 fsp_continuation_f continuation; member
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.4.rst16 - *Comment Continuation:* If a comment ends with a line continuation
19 either remove the continuation character, or be sure the next line is
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c148 params.continuation = (fsp_continuation_f)asm_continuation; in fsp_init()
/openbmc/docs/
H A Dcpp-style-and-conventions.md417 - Prefer line-breaks after operators to show continuation.
427 - Long lines should have continuation start at the same level as the parens or
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl3508 my $continuation = 0;
3513 $continuation = 1;
3523 $prevline =~ /\\\s*$/) && $continuation == 0) {
3528 $continuation = 0;
3542 if ($continuation ||
3546 $continuation = ($s =~ /^.*?\\\n/) ? 1 : 0;
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Drecipe-style-guide.rst94 the continuation character (``\``)
96 - When splitting a long variable over multiple lines, all continuation lines
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim297 " Only indent if there was actually a continuation character on
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0010-eglibc-Cross-building-and-testing-instructions.patch486 +trailing backslash indicates a continuation of the command). In other
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch3666 -# Look whether second part is continuation line.
3673 -# We found a continuation line. But before printing insert '\'.
4593 -# Look whether second part is continuation line.
4602 -# We found a continuation line. But before printing insert '\'.
4860 -# Look whether second part is a continuation line.
4867 -# We found a continuation line. But before printing insert '\'.
/openbmc/qemu/docs/devel/
H A Dsubmitting-a-patch.rst170 starts with "... so that" as a continuation of the subject line is
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dcommon.rst687 console. The example is a continuation of the setup procedure found in
847 emulator's console. The example is a continuation of the setup procedure