Searched refs:tab (Results 101 - 125 of 310) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/bmake/mk/sys/
H A DHP-UX.mk215 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
216 rm -f y.tab.c
219 mv y.tab.c ${.TARGET}
222 ${COMPILE.c} -o ${.TARGET} y.tab.c
223 rm -f y.tab.c
H A DUnixWare.mk232 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
233 rm -f y.tab.c
236 mv y.tab.c ${.TARGET}
239 ${COMPILE.c} -o ${.TARGET} y.tab.c
240 rm -f y.tab.c
/freebsd-11.0-release/sbin/atm/atmconfig/
H A Dmain.c528 const struct cmdtab *match, *cc, *tab; local
584 tab = cc;
591 cc = tab;
600 cc = tab;
612 cc = tab;
707 pparse(int32_t *val, const struct penum *tab, const char *str) argument
710 while (tab->str != NULL) {
711 if (strcmp(tab->str, str) == 0) {
712 *val = tab->value;
715 tab
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-telnet.c119 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */
121 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */
122 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */
373 #define STR_OR_ID(x, tab) \
374 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y59 struct tab {
67 extern struct tab cmdtab[];
68 extern struct tab sitetab[];
71 static void help (struct tab *, char *);
72 static struct tab *
73 lookup (struct tab *, char *);
932 struct tab cmdtab[] = { /* In order defined in RFC 765 */
1000 struct tab sitetab[] = {
1020 static struct tab *
1021 lookup(struct tab *
[all...]
/freebsd-11.0-release/share/mk/
H A Dsys.mk291 ${CC} ${CFLAGS} -c y.tab.c
292 rm -f y.tab.c
293 mv y.tab.o ${.TARGET}
303 mv y.tab.c ${.TARGET}
380 ${CC} ${CFLAGS} -c y.tab.c -o ${.TARGET}
381 rm -f y.tab.c
393 mv y.tab.c ${.TARGET}
411 ${CC} ${CFLAGS} ${LDFLAGS} y.tab.c ${LDLIBS} -ly -o ${.TARGET}
412 rm -f y.tab.c
/freebsd-11.0-release/contrib/sqlite3/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-11.0-release/contrib/unbound/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-11.0-release/sys/netgraph/
H A Dng_bridge.c103 struct ng_bridge_bucket *tab; /* hash table bucket array */ member in struct:ng_bridge_private
318 priv->tab = malloc(MIN_BUCKETS * sizeof(*priv->tab),
497 SLIST_FOREACH(hent, &priv->tab[bucket], next)
782 free(priv->tab, M_NETGRAPH_BRIDGE);
839 SLIST_FOREACH(hent, &priv->tab[bucket], next) {
859 SLIST_FOREACH(hent, &priv->tab[bucket], next) {
875 SLIST_INSERT_HEAD(&priv->tab[bucket], hent, next);
917 struct ng_bridge_bucket *const oldList = &priv->tab[oldBucket];
935 free(priv->tab, M_NETGRAPH_BRIDG
[all...]
/freebsd-11.0-release/contrib/one-true-awk/
H A Dmakefile57 mv y.tab.c ytab.c
58 mv y.tab.h ytab.h
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c591 {"bt", "kcbt"}, /* back tab -> KEY_BTAB */
606 {"st", "khts"}, /* set-tab key -> KEY_STAB */
748 if (WANTED(tab)) {
752 tab = _nc_save_str(buf);
754 tab = _nc_save_str(C_HT);
773 if (tab && _nc_capcmp(tab, C_HT))
774 _nc_warning("hardware tabs with a non-^I tab string %s",
775 _nc_visbuf(tab));
777 if (WANTED(tab))
[all...]
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Denv.cpp2537 struct tab { struct
2538 tab *next;
2541 tab(hunits, tab_type);
2543 static tab *free_list;
2548 tab *tab::free_list = 0;
2550 void *tab::operator new(size_t n)
2552 assert(n == sizeof(tab));
2554 free_list = (tab *)new char[sizeof(tab)*BLOC
2577 tab::tab(hunits x, tab_type t) : next(0), pos(x), type(t) function in class:tab
[all...]
H A Dtoken.h58 TOKEN_TAB, // tab
77 int white_space(); // is the current token space or tab?
80 int tab(); // is the current token a tab?
217 inline int token::tab() function in class:token
/freebsd-11.0-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h8 * provides the methods necessary to handle indentation and tab
56 tab_position *tab; member in class:tabs
97 tabs *tab_stops; /* tab stop positions */
/freebsd-11.0-release/sys/kern/
H A Dsubr_scanf.c557 __sccl(char *tab, const u_char *fmt) argument
569 /* XXX: Will not work if sizeof(tab*) > sizeof(char) */
571 tab[n] = v; /* memset(tab, v, 256) */
585 tab[c] = v; /* take character c */
620 tab[++c] = v;
/freebsd-11.0-release/sys/dev/tsec/
H A Dif_tsec.h145 #define TSEC_GET_GENERIC(hand, tab, count, wrap) \
146 ((hand)->tab[TSEC_INC((hand)->count, wrap)])
148 #define TSEC_PUT_GENERIC(hand, tab, count, wrap, val) \
149 ((hand)->tab[TSEC_INC((hand)->count, wrap)] = val)
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c974 /* If we can find a tab, it separates the filename from
976 char *tab = strchr(line, '\t'); local
977 if (tab)
978 *tab = '\0';
993 /* If we can find a tab, it separates the filename from
995 char *tab = strchr(line, '\t'); local
996 if (tab)
997 *tab = '\0';
1117 /* If we can find a tab, it separates the filename from
1119 char *tab local
1141 char *tab = strchr(line, '\\t'); local
[all...]
/freebsd-11.0-release/contrib/dtc/
H A DMakefile216 *.tab.[ch] *.lex.c *.output
267 %.tab.c %.tab.h %.output: %.y
/freebsd-11.0-release/usr.bin/patch/
H A Dutil.c357 int sleading, tab; local
373 tab = strchr(t, '\t') != NULL;
375 for (sleading = strip_leading; *t != '\0' && ((tab && *t != '\t') ||
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dvfscanf.c769 ** tab -- array flagging "active" char's to match (returned)
776 sm_sccl(tab, fmt)
777 register char *tab;
794 tab[n] = v;
809 tab[c] = v; /* take character c */
848 tab[++c] = v;
/freebsd-11.0-release/sbin/setkey/
H A Dsetkey.c471 #define STR_OR_ID(x, tab) \
472 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
/freebsd-11.0-release/usr.bin/rpcgen/
H A Drpc_hout.c452 pdeclaration(const char *name, declaration *dec, int tab, const char *separator) argument
461 tabify(fout, tab);
493 tabify(fout, tab);
495 tabify(fout, tab);
498 tabify(fout, tab);
/freebsd-11.0-release/contrib/opie/
H A Dftpcmd.y150 struct tab {
158 VOIDRET help __P((struct tab *, char *));
160 struct tab cmdtab[], sitetab[];
809 struct tab cmdtab[] = { /* In order defined in RFC 765 */
860 struct tab sitetab[] = {
868 struct tab *lookup FUNCTION((p, cmd), register struct tab *p AND char *cmd)
953 register struct tab *p;
1186 VOIDRET help FUNCTION((ctab, s), struct tab *ctab AND char *s)
1188 register struct tab *
[all...]
/freebsd-11.0-release/contrib/tzdata/
H A DMakefile359 # TAB_CHAR is a single tab character, in single quotes.
431 ZONETABLES= zone1970.tab zone.tab
432 TABDATA= iso3166.tab $(TZDATA_TEXT) $(ZONETABLES)
435 DATA= $(YDATA) $(NDATA) backzone iso3166.tab leap-seconds.list \
455 etcetera europe factory iso3166.tab \
464 zone.tab zone1970.tab zoneinfo2tdf.pl
637 leapseconds yearistype.sh zone.tab && \
655 check_sorted: backward backzone iso3166.tab zon
[all...]

Completed in 170 milliseconds

1234567891011>>