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

  /src/games/hack/
hack.cmd.c 151 const struct func_tab *tlist = cmdlist; local
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
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/external/bsd/less/dist/
main.c 202 struct textlist tlist; local
208 init_textlist(&tlist, gfilename);
210 while ((filename = forw_textlist(&tlist, filename)) != NULL)
  /src/sbin/shutdown/
shutdown.c 80 } tlist[] = { variable in typeref:struct:interval
266 tp = tlist;
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_template.c 256 struct tlist { struct
260 ASN1_TAILQ_ENTRY(tlist) tmembers;
263 ASN1_TAILQ_HEAD(tlisthead, tlist);
265 static void tlist_header(struct tlist *, const char *, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
268 static int tlist_cmp(const struct tlist *, const struct tlist *);
277 static struct tlist *
280 struct tlist *tl = calloc(1, sizeof(*tl));
287 tlist_header(struct tlist *t, const char *fmt, ...)
297 tlist_count(struct tlist *tl
    [all...]
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
expr.c 274 case TLIST:
349 case TLIST:
393 case TLIST:
573 case TLIST:
798 chainp tlist;
808 tlist = NULL;
832 rp->rplblock.nextp = tlist;
833 tlist = rp;
846 rpllist = hookup(tlist, rpllist);
796 chainp tlist; local
  /src/external/gpl2/xcvs/dist/src/
tag.c 70 List *tlist; member in struct:master_lists
335 List *tlist; member in struct:pretag_proc_data
392 "sVv", ",", ppd->tlist,
419 List *mtlist, *tlist; local
428 tlist = ((struct master_lists *) p->data)->tlist;
430 tlist = NULL;
431 if (tlist == NULL || tlist->list->next == tlist->list
606 List *tlist; local
736 List *tlist; local
    [all...]
  /src/lib/libedit/
terminal.c 340 char **tlist = el->el_terminal.t_str; local
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
1602 for (i = 0; i < __arraycount(tlist); i++) {
1603 if ((handle = __rpc_setconf(tlist[i])) == NULL)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1835 struct tlist
1837 struct tlist *next;
1846 struct tlist *cache_before_sp;
1847 struct tlist *cache_after_sp;
1851 /* Obstack to use when allocating tlist structures, and corresponding
1858 static struct tlist *warned_ids;
1863 static void add_tlist (struct tlist **, struct tlist *, tree, int);
1864 static void merge_tlist (struct tlist **, struct tlist *, int)
1832 struct tlist struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1796 struct tlist
1798 struct tlist *next;
1807 struct tlist *cache_before_sp;
1808 struct tlist *cache_after_sp;
1812 /* Obstack to use when allocating tlist structures, and corresponding
1819 static struct tlist *warned_ids;
1824 static void add_tlist (struct tlist **, struct tlist *, tree, int);
1825 static void merge_tlist (struct tlist **, struct tlist *, int)
1793 struct tlist struct
    [all...]

Completed in 52 milliseconds