| /freebsd/contrib/mandoc/ |
| H A D | man.7 | 100 .It Ic PP Ta start an undecorated paragraph (no arguments) 101 .It Ic IP Ta indented paragraph: Op Ar head Op Ar width 102 .It Ic TP Ta tagged paragraph: Op Ar width 103 .It Ic HP Ta hanged paragraph: Op Ar width 104 .It Ic PD Ta set vertical paragraph distance: Op Ar height 191 Begin a paragraph whose initial output line is left-justified, but 201 If specified, it's saved for later paragraph left margins; 211 Begin an indented paragraph with the following syntax: 220 It's saved for later paragraph left-margins; if unspecified, the saved or 283 Specify the vertical space to be inserted before each new paragraph [all...] |
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentBriefParser.cpp | 86 // Block commands implicitly start a new paragraph. in Parse() 88 // We found an implicit paragraph end. in Parse() 114 // We found a paragraph end. This ends the brief description if in Parse() 116 // Stop scanning text because an explicit \paragraph is the in Parse() 120 // End first paragraph if we found some non-whitespace text. in Parse() 123 // End the \\returns paragraph because we found the paragraph end. in Parse()
|
| H A D | CommentParser.cpp | 502 ParagraphComment *Paragraph = S.actOnParagraphComment(std::nullopt); in parseBlockCommand() local 504 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand() 507 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand() 510 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand() 536 // If there's a block command ahead, we will attach an empty paragraph to in parseBlockCommand() 548 ParagraphComment *Paragraph; in parseBlockCommand() local 550 Paragraph = S.actOnParagraphComment(std::nullopt); in parseBlockCommand() 554 // paragraph. in parseBlockCommand() 555 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand() 559 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand() [all …]
|
| /freebsd/share/doc/usd/21.troff/ |
| H A D | m5 | 211 associated with starting a new paragraph should be collected 212 in a paragraph macro 220 &de pg \e"paragraph 265 one line of the paragraph text. 270 Another common form is the labeled, indented paragraph, 273 &de lp \e"labeled paragraph 275 &in 0.5i \e"paragraph indent 276 &ta 0.2i 0.5i \e"label, paragraph 278 \et\e\e$1\et\ec \e"flow into paragraph 284 the paragraph.
|
| /freebsd/contrib/ee/ |
| H A D | ee.1 | 268 Pops up a menu that allows the user to format the current paragraph, 272 .\" paragraph formatting 274 .SS "Paragraph Formatting" 287 A paragraph may be formatted two ways: explicitly by choosing the 288 \fBformat paragraph\fR menu item, or by setting \fIee\fR to automatically 301 This is the mode that allows the \fBformat paragraph\fR menu item to work. 304 The user may type in text, while \fIee\fR will make sure the entire paragraph fits 324 .IP "\fBauto paragraph formatting\fR" 447 Causes \fIee\fR to automatically try to format the current paragraph while 450 Turns off automatic paragraph formatting (default). [all …]
|
| /freebsd/contrib/nvi/vi/ |
| H A D | v_paragraph.c | 63 * from the paragraph or section options. 86 * the paragraph movement was from the start of the last line to EOF, in v_paragraphf() 145 * to the start of the new "paragraph". in v_paragraphf() 226 * paragraph movements did NOT historically pay attention to non-blank in v_paragraphb() 269 * the current line is checked for a paragraph. in v_paragraphb() 310 * Build the paragraph command search pattern. 322 * The vi paragraph command searches for either a paragraph or in v_buildps()
|
| /freebsd/contrib/llvm-project/clang/include/clang-c/ |
| H A D | Documentation.h | 51 * node can be considered block content (e. g., paragraph), inline content 95 * A paragraph, contains inline comment. The paragraph itself is 102 * word-like arguments depends on command name) and a paragraph as an 105 * Paragraph argument is also a child of the block command. 107 * For example: \has 0 word-like arguments and a paragraph argument. 373 * \returns paragraph argument of the block command. 511 * \li "para-brief" for \paragraph and equivalent commands; 512 * \li "para-returns" for \\returns paragraph and equivalent commands; 513 * \li "word-returns" for the "Returns" word in \\returns paragraph.
|
| /freebsd/share/doc/usd/22.trofftut/ |
| H A D | tt08 | 51 Suppose we want every paragraph to start 96 for `paragraph', 126 Suppose we decide that the paragraph indent is too small, 135 ^de PP \e" paragraph macro
|
| /freebsd/contrib/kyua/utils/text/ |
| H A D | operations.cpp | 110 /// Fills a paragraph to the specified length. 118 /// \param target_width The width to refill the paragraph to. 120 /// \return The refilled paragraph as a sequence of independent lines. 165 /// Fills a paragraph to the specified length. 170 /// \param target_width The width to refill the paragraph to. 172 /// \return The refilled paragraph as a string with embedded newlines.
|
| /freebsd/usr.bin/fmt/ |
| H A D | fmt.c | 24 * a paragraph to itself. 26 * paragraph is permitted to have indentation different 31 * taken to start a new paragraph, which also contains 43 * 4. Each paragraph is sent to standard output as follows. 56 * more complicated than this suggests. Actually every paragraph 153 * Repair broken indented-paragraph handling. 438 size_t first_indent = SILLY; /* indentation of line 0 of paragraph */ in process_stream() 462 * We need a new paragraph if and only if: this line in process_stream() 468 * second line of an indented paragraph. in process_stream() 494 * If this is an indented paragraph other in process_stream() [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | l2vpn.h | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
| H A D | print-whois.c | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
| H A D | print-ftp.c | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
| H A D | print-smtp.c | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
| H A D | netdissect-alloc.h | 7 * distributions retain the above copyright notice and this paragraph 9 * the above copyright notice and this paragraph in its entirety in
|
| H A D | status-exit-codes.h | 7 * distributions retain the above copyright notice and this paragraph 9 * the above copyright notice and this paragraph in its entirety in
|
| H A D | signature.h | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
| H A D | print-unsupported.c | 7 * distributions retain the above copyright notice and this paragraph 9 * the above copyright notice and this paragraph in its entirety in
|
| H A D | atm.h | 7 * distributions retain the above copyright notice and this paragraph 9 * the above copyright notice and this paragraph in its entirety in
|
| H A D | gmpls.h | 4 * distributions retain the above copyright notice and this paragraph 6 * the above copyright notice and this paragraph in its entirety in
|
| H A D | machdep.h | 7 * retain the above copyright notice and this paragraph in its entirety, (2) 9 * this paragraph in its entirety in the documentation or other materials
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap_dump_close.3pcap | 6 .\" retain the above copyright notice and this paragraph in its entirety, (2) 8 .\" this paragraph in its entirety in the documentation or other materials
|
| /freebsd/contrib/libpcap/lbl/ |
| H A D | os-aix4.h | 7 * retain the above copyright notice and this paragraph in its entirety, (2) 9 * this paragraph in its entirety in the documentation or other materials
|
| H A D | os-aix7.h | 7 * retain the above copyright notice and this paragraph in its entirety, (2) 9 * this paragraph in its entirety in the documentation or other materials
|
| H A D | os-hpux11.h | 7 * retain the above copyright notice and this paragraph in its entirety, (2) 9 * this paragraph in its entirety in the documentation or other materials
|