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

  /src/games/hack/
hack.cmd.c 151 const struct func_tab *tlist = cmdlist; local in function:rhack
221 while (tlist->f_char) {
222 if (*cmd == tlist->f_char) {
223 res = (*(tlist->f_funct)) ();
230 tlist++;
  /src/sys/dev/raidframe/
rf_cvscan.c 353 RF_DiskQueueData_t *trailer = NULL, *tmp = hdr->burner, *tlist = NULL; local in function:rf_CvscanPromote
361 tmp->next = tlist;
362 tlist = tmp;
375 tmp->next = tlist;
376 tlist = tmp; /* insert on a temp queue */
383 while (tlist) {
385 tmp = tlist->next;
386 RealEnqueue(hdr, tlist);
387 tlist = tmp;
  /src/sbin/shutdown/
shutdown.c 80 } tlist[] = { variable in typeref:typename:const struct interval[]
266 tp = tlist;
  /src/lib/libedit/
terminal.c 340 char **tlist = el->el_terminal.t_str; local in function:terminal_alloc
341 char **tmp, **str = &tlist[t - tstr];
375 for (tmp = tlist; tmp < &tlist[T_str]; tmp++)
  /src/usr.bin/rpcinfo/
rpcinfo.c 1593 static const char *tlist[] = { local in function:clnt_rpcbind_create
1602 for (i = 0; i < __arraycount(tlist); i++) {
1603 if ((handle = __rpc_setconf(tlist[i])) == NULL)

Completed in 14 milliseconds