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

  /src/sys/arch/i386/stand/lib/
exec.c 135 struct userconf_command *uc_next; member in struct:userconf_command
293 uc->uc_next = NULL;
299 for (ucp = userconf_commands; ucp->uc_next != NULL;
300 ucp = ucp->uc_next)
302 ucp->uc_next = uc;
788 for (uc = userconf_commands; uc != NULL; uc = uc->uc_next)
806 for (uc = userconf_commands; uc != NULL; uc = uc->uc_next) {
exec.c 135 struct userconf_command *uc_next; member in struct:userconf_command
293 uc->uc_next = NULL;
299 for (ucp = userconf_commands; ucp->uc_next != NULL;
300 ucp = ucp->uc_next)
302 ucp->uc_next = uc;
788 for (uc = userconf_commands; uc != NULL; uc = uc->uc_next)
806 for (uc = userconf_commands; uc != NULL; uc = uc->uc_next) {
exec.c 135 struct userconf_command *uc_next; member in struct:userconf_command
293 uc->uc_next = NULL;
299 for (ucp = userconf_commands; ucp->uc_next != NULL;
300 ucp = ucp->uc_next)
302 ucp->uc_next = uc;
788 for (uc = userconf_commands; uc != NULL; uc = uc->uc_next)
806 for (uc = userconf_commands; uc != NULL; uc = uc->uc_next) {

Completed in 206 milliseconds