Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 25 of 839) sorted by last modified time

12345678910>>...34

/freebsd/contrib/one-true-awk/
H A Drun.c1958 for (cp = tp->tab[i]; cp != NULL; cp = ncp) { in instat()
H A Dawk.h111 Cell **tab; /* hash table pointers */ member
H A DChangeLog7 with awkgram.tab.* and simplify definition of YACC.
10 with awkgram.tab.h.
299 Fix nawk so that [[:blank:]] only matches space and tab instead
H A Db.c650 gtt *tab = & f->gototab[state]; in set_gototab() local
651 if (tab->inuse + 1 >= tab->allocated) in set_gototab()
677 gtt *tab = & f->gototab[state]; in set_gototab() local
678 if (tab->inuse + 1 >= tab->allocated) in set_gototab()
680 f->gototab[state].entries[tab->inuse].ch = ch; in set_gototab()
681 f->gototab[state].entries[tab->inuse].state = val; in set_gototab()
682 ++tab->inuse; in set_gototab()
/freebsd/share/misc/
H A Dusb_vendors20 # device device_name <-- single tab
23917 # subclass subclass_name <-- single tab
H A Dpci_vendors25 # device device_name <-- single tab
22014 …r OCP 3.0, with host management, 50GbE Dual-port QSFP28, PCIe4.0 x16, Thumbscrew (pull-tab) bracket
38007 # subclass subclass_name <-- single tab
/freebsd/
H A DObsoleteFiles.inc6401 OLD_FILES+=usr/share/terminfo/t/tab
H A DCONTRIBUTING.md99 the Files Changed tab in the pull request.
/freebsd/contrib/unbound/util/
H A Dconfig_file.c2491 char* tab = strchr(str, '\t'); in next_space_pos() local
2492 if(!tab && !sp) in next_space_pos()
2494 if(!sp) return tab; in next_space_pos()
2495 if(!tab) return sp; in next_space_pos()
2496 return (sp<tab)?sp:tab; in next_space_pos()
2503 char* tab = strrchr(str, '\t'); in last_space_pos() local
2504 if(!tab && !sp) in last_space_pos()
2506 if(!sp) return tab; in last_space_pos()
2507 if(!tab) return sp; in last_space_pos()
2508 return (sp>tab)?sp:tab; in last_space_pos()
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen255 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
1681 # Since the tree basically has the same information as the tab index, you could
H A DChangelog1354 - Add code similar to fix for ldns for tab between strings, for
6380 - fix #613: Allow tab ws in var length last rdfs (in ldns str2wire).
/freebsd/sys/conf/
H A DNOTES31 # A space followed by a tab separates 'options' from an option name. Two
32 # spaces followed by a tab separate 'device' from a device name. Comments
/freebsd/contrib/libcbor/
H A DDoxyfile255 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
1598 # Since the tree basically has the same information as the tab index, you could
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk136 . warning The separator \t does not produce a tab.
/freebsd/contrib/bmake/mk/
H A Dmeta.autodep.mk160 *:y.tab.c \
/freebsd/contrib/bmake/
H A Dbmake.cat1323 script _m_u_s_t be preceded by a tab. (For historical reasons, spaces are
/freebsd/usr.sbin/moused/
H A Dmoused.c547 static symtab_t *gettoken(symtab_t *tab, const char *s, int len);
548 static const char *gettokenname(symtab_t *tab, int val);
3138 gettoken(symtab_t *tab, const char *s, int len) in gettoken() argument
3142 for (i = 0; tab[i].name != NULL; ++i) { in gettoken()
3143 if (strncmp(tab[i].name, s, len) == 0) in gettoken()
3146 return (&tab[i]); in gettoken()
3150 gettokenname(symtab_t *tab, int val) in gettokenname() argument
3155 for (i = 0; tab[i].name != NULL; ++i) { in gettokenname()
3156 if (tab[i].val == val) in gettokenname()
3157 return (tab[i].name); in gettokenname()
/freebsd/sbin/setkey/
H A Dsetkey.c504 #define STR_OR_ID(x, tab) \ argument
505 (((x) < nitems(tab) && tab[(x)]) ? tab[(x)] : numstr(x))
/freebsd/share/mk/
H A Dmeta.autodep.mk160 *:y.tab.c \
/freebsd/sys/kern/
H A Dkern_thread.c294 lwpid_t tab[16]; member
309 KASSERT(tb->n < nitems(tb->tab), in tidbatch_add()
311 tb->tab[tb->n] = td->td_tid; in tidbatch_add()
319 KASSERT(tb->n <= nitems(tb->tab), in tidbatch_process()
321 if (tb->n == nitems(tb->tab)) { in tidbatch_process()
322 tid_free_batch(tb->tab, tb->n); in tidbatch_process()
331 KASSERT(tb->n <= nitems(tb->tab), in tidbatch_final()
334 tid_free_batch(tb->tab, tb->n); in tidbatch_final()
/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c272 if (tab == NULL) in nvt_tab_alloc()
275 priv->nvp_hashtable = tab; in nvt_tab_alloc()
283 i_nvp_t **tab = priv->nvp_hashtable; in nvt_tab_free() local
284 if (tab == NULL) { in nvt_tab_free()
335 if (tab == NULL) { in nvt_lookup_name_type()
348 i_nvp_t *entry = tab[index]; in nvt_lookup_name_type()
385 i_nvp_t *next, *e = tab[i]; in nvt_resize()
399 tab[i] = NULL; in nvt_resize()
482 i_nvp_t *bucket = tab[index]; in nvt_remove_nvpair()
538 i_nvp_t *bucket = tab[index]; in nvt_add_nvpair()
[all …]
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc8464 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.c
8465 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc.tab.h
8468 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.c
8469 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc1.tab.h
8472 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.c
8473 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc2.tab.h
8476 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.c
8477 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/calc3.tab.h
8490 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.c
8491 OLD_FILES+=usr/tests/usr.bin/yacc/yacc/empty.tab.h
[all …]
/freebsd/sys/netgraph/
H A Dng_bridge.c117 struct ng_bridge_bucket *tab; /* hash table bucket array */ member
358 priv->tab = malloc(MIN_BUCKETS * sizeof(*priv->tab), in ng_bridge_constructor()
649 SLIST_FOREACH(host, &priv->tab[bucket], next) { in ng_bridge_rcvmsg()
958 free(priv->tab, M_NETGRAPH_BRIDGE); in ng_bridge_shutdown()
1014 SLIST_FOREACH(host, &priv->tab[bucket], next) { in ng_bridge_get()
1072 SLIST_INSERT_HEAD(&priv->tab[bucket], host, next); in ng_bridge_put()
1114 struct ng_bridge_bucket *const oldList = &priv->tab[oldBucket]; in ng_bridge_rehash()
1132 free(priv->tab, M_NETGRAPH_BRIDGE); in ng_bridge_rehash()
1135 priv->tab = newTab; in ng_bridge_rehash()
1166 struct ng_bridge_host **hptr = &SLIST_FIRST(&priv->tab[bucket]); in ng_bridge_remove_hosts()
[all …]
/freebsd/contrib/xz/doxygen/
H A DDoxyfile255 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
1597 # Since the tree basically has the same information as the tab index, you could
/freebsd/contrib/xz/
H A DChangeLog4698 This has space/tab fixes in filter_*.c and bcj.h too.

12345678910>>...34