Go to the first, previous, next, last section, table of contents.
This macro gets emitted only when the given
option has the settable
attribute specified.
The form of the macro will actually depend on whether the option is equivalenced to another, has an option argument and/or has an assigned handler procedure. If the option has an argument, then this macro will too. Beware that the argument is not reallocated, so the value must not be on the stack or deallocated in any other way for as long as the value might get referenced.
SET_OPT_NAME( "string-value" );
Go to the first, previous, next, last section, table of contents.