Lines Matching +full:light +full:- +full:weight
1 .\" Copyright (c) 2013-2018 Devin Teske <dteske@FreeBSD.org>
79 library provides a light-weight,
94 These callback functions can in-turn initiate abort through their return value,
101 .Bd -literal -offset indent
119 FIGPAR_TYPE_DATA1 = 0x0020, /* void data type-1 (open) */
120 FIGPAR_TYPE_DATA2 = 0x0040, /* void data type-2 (open) */
121 FIGPAR_TYPE_DATA3 = 0x0080, /* void data type-3 (open) */
122 FIGPAR_TYPE_RESERVED1 = 0x0100, /* reserved data type-1 */
123 FIGPAR_TYPE_RESERVED2 = 0x0200, /* reserved data type-2 */
124 FIGPAR_TYPE_RESERVED3 = 0x0400, /* reserved data type-3 */
128 void *data; /* Pointer to NUL-terminated string */
129 char *str; /* Pointer to NUL-terminated string */
131 int32_t num; /* Signed 32-bit integer value */
132 uint32_t u_num; /* Unsigned 32-bit integer value */
144 .Bl -tag -width FIGPAR_BREAK_ON_SEMICOLON
196 return non-zero,
201 traverses the options-array and returns the option that matches via
208 is entirely optional as-is the use of
219 that populates a singly-linked list of a struct containing the
227 .Bl -tag -width strexpandnl()