Searched refs:boolvalue (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sbin/modload/
H A Dmain.c186 bool boolvalue; local
194 boolvalue = true;
198 boolvalue = false;
202 if (!prop_dictionary_set_bool(props, name, boolvalue))
/netbsd-current/external/bsd/nvi/dist/common/
H A Dapi.c407 * If the option is of type boolean, boolvalue is (un)set
408 * according to the value; otherwise boolvalue is -1.
413 api_opts_get(SCR *sp, const CHAR_T *name, char **value, int *boolvalue) argument
424 if (boolvalue != NULL)
425 *boolvalue = -1;
432 if (boolvalue != NULL)
433 *boolvalue = O_ISSET(sp, offset);

Completed in 107 milliseconds