Home
last modified time | relevance | path

Searched refs:no_config (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_prtn.c359 boolean_t no_config) in prtn_make_default() argument
368 status = osm_prtn_add_all(p_log, p_subn, p, 0, no_config, FALSE); in prtn_make_default()
376 if (no_config) in prtn_make_default()
/freebsd/contrib/less/
H A Ddecode.c39 extern char *no_config;
906 if (isnullenv(no_config)) in ignore_env()
909 return parse_csl(word_no_match, no_config, (void*) var); in ignore_env()
1078 if (!secure_allow(SF_LESSKEY) || !isnullenv(no_config)) in lesskey()
1140 if (!secure_allow(SF_LESSKEY) || !isnullenv(no_config)) in lesskey_text()
H A Dmain.c43 public char * no_config = NULL; variable
254 no_config = getenv("LESSNOCONFIG"); in main()