Searched refs:tab (Results 201 - 225 of 307) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/openbsm/bin/praudit/
H A DMakefile.in424 -rm -f *.tab.c
/freebsd-12-stable/contrib/openbsm/libauditd/
H A DMakefile.in412 -rm -f *.tab.c
/freebsd-12-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in409 -rm -f *.tab.c
/freebsd-12-stable/contrib/openbsm/test/bsm/
H A DMakefile.in393 -rm -f *.tab.c
/freebsd-12-stable/contrib/openbsm/tools/
H A DMakefile.in393 -rm -f *.tab.c
/freebsd-12-stable/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in362 -rm -f *.tab.c
/freebsd-12-stable/contrib/openpam/bin/pamtest/
H A DMakefile.in434 -rm -f *.tab.c
/freebsd-12-stable/contrib/openpam/bin/su/
H A DMakefile.in434 -rm -f *.tab.c
/freebsd-12-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in423 -rm -f *.tab.c
/freebsd-12-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in423 -rm -f *.tab.c
/freebsd-12-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in423 -rm -f *.tab.c
/freebsd-12-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in423 -rm -f *.tab.c
/freebsd-12-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in501 -rm -f *.tab.c
/freebsd-12-stable/contrib/gcc/
H A Dexpr.c416 convert_optab tab;
425 tab = DECIMAL_FLOAT_MODE_P (from_mode) ? trunc_optab : sext_optab;
427 tab = sext_optab;
429 tab = trunc_optab;
433 code = tab->handlers[to_mode][from_mode].insn_code;
437 tab == sext_optab ? FLOAT_EXTEND : FLOAT_TRUNCATE);
442 libcall = tab->handlers[to_mode][from_mode].libfunc;
453 tab == trunc_optab ? gen_rtx_FLOAT_TRUNCATE (to_mode,
414 convert_optab tab; local
/freebsd-12-stable/contrib/expat/examples/
H A DMakefile.in404 -rm -f *.tab.c
/freebsd-12-stable/contrib/expat/lib/
H A DMakefile.in493 -rm -f *.tab.c
/freebsd-12-stable/contrib/expat/tests/benchmark/
H A DMakefile.in398 -rm -f *.tab.c
/freebsd-12-stable/contrib/file/tests/
H A DMakefile.in419 -rm -f *.tab.c
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h2119 #define OUT_RING_TABLE( tab, sz ) do { \
2121 int *_tab = (int *)(tab); \
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3804 % starts with @tab. Empty columns may be produced by supplying @tab's
3806 % ie, @tab@tab@tab will produce two empty columns.
3808 % @item, @tab do not need to be on their own lines, but it will not hurt
3814 % @item first col stuff @tab second col stuff @tab third col
3817 % @tab
3819 % @tab
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A DMakefile.in2210 -rm -f *.tab.c
2227 $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
2604 $(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
2618 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YACCCOMPILE) -d ;
2648 $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_low.c105 TAILQ_INIT(&CCBTYPE##que.CCBTYPE##tab); \
117 cb = TAILQ_FIRST(&(CCBTYPE##que.CCBTYPE##tab)); \
119 TAILQ_REMOVE(&CCBTYPE##que.CCBTYPE##tab, cb, CHAIN);\
139 TAILQ_INSERT_TAIL(&CCBTYPE##que.CCBTYPE##tab, cb, CHAIN); \
/freebsd-12-stable/contrib/binutils/bfd/
H A Daoutx.h1798 struct bfd_strtab_hash *tab,
1815 index = _bfd_stringtab_add (tab, str, hash, copy);
1829 emit_stringtab (bfd *abfd, struct bfd_strtab_hash *tab)
1835 PUT_WORD (abfd, _bfd_stringtab_size (tab) + BYTES_IN_WORD, buffer);
1839 return _bfd_stringtab_emit (abfd, tab);
1794 add_to_stringtab(bfd *abfd, struct bfd_strtab_hash *tab, const char *str, bfd_boolean copy) argument
1826 emit_stringtab(bfd *abfd, struct bfd_strtab_hash *tab) argument
/freebsd-12-stable/contrib/ntp/ntpd/
H A DMakefile.in1065 -rm -f *.tab.c
1275 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
/freebsd-12-stable/contrib/binutils/binutils/
H A DMakefile.in677 -rm -f *.tab.c
692 $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)

Completed in 800 milliseconds

1234567891011>>