Lines Matching full:macros
46 For a list of portable macros, see
85 This overview is sorted such that macros of similar purpose are listed
87 Deprecated and non-portable macros are not included in the overview,
121 This section is a canonical reference to all macros, arranged
123 For the scoping of individual macros, see
482 macros are classified by scope: line scope or block scope.
483 Line macros are only scoped to the current line (and, in some
485 Block macros are scoped to the current line and subsequent lines until
487 .Ss Line Macros
488 Line macros are generally scoped to the current line, with the body
500 If next-line macros are invoked consecutively, only the last is used.
531 .Ss Block Macros
532 Block macros comprise a head and body.
533 As with in-line macros, the head is scoped to the current line and, in
535 .Sx Line Macros
562 As a rule, block macros may not be nested; thus, calling a block macro
587 macros for decorating text.
593 macros and
600 Note that macros like
625 designed and implemented the original version of these macros,
632 later rewrote the macros for groff.
638 macros to groff in 2007.