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

  /src/bin/ksh/
sh.h 220 struct env *oenv; /* link to previous environment */ member in struct:env
  /src/sbin/ifconfig/
ifconfig.c 513 no_cmds_exec(prop_dictionary_t env, prop_dictionary_t oenv)
521 else if (getifflags(env, oenv, &ignore) == -1)
529 wait_dad_exec(prop_dictionary_t env, prop_dictionary_t oenv)
593 media_status_exec(prop_dictionary_t env, prop_dictionary_t oenv)
601 else if (getifflags(env, oenv, &ignore) == -1)
634 prop_dictionary_t env, oenv; local in function:main
776 if ((oenv = prop_dictionary_create()) == NULL)
779 if (matches_exec(match, oenv, nmatch) == -1)
787 env = oenv;
789 env = prop_dictionary_augment(env, oenv);
855 prop_dictionary_t env, oenv; local in function:printall
    [all...]

Completed in 12 milliseconds