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

  /src/sys/arch/i386/stand/lib/
exec.c 137 userconf_command_t *userconf_commands = NULL; variable in typeref:typename:userconf_command_t *
295 if (userconf_commands == NULL)
296 userconf_commands = uc;
299 for (ucp = userconf_commands; ucp->uc_next != NULL;
788 for (uc = userconf_commands; uc != NULL; uc = uc->uc_next)
806 for (uc = userconf_commands; uc != NULL; uc = uc->uc_next) {

Completed in 12 milliseconds