HomeSort by: relevance | last modified time | path
    Searched refs:find_declared_option (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
defs.h 596 struct where *find_declared_option(const char *);
611 #define DEFINED_OPTION(n) (find_declared_option((n)))
main.c 830 } else if (!find_declared_option(dep->nv_name)) {
921 * This used to be one function (find_declared_option) before options
951 * Like find_declared_option but doesn't return what it finds, so it
955 find_declared_option(const char *name) function in typeref:struct:where *

Completed in 57 milliseconds