Searched refs:M4 (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/flex/
H A Dscan.l337 ACTION_M4_IFDEF( "M4""_YY_ALWAYS_INTERACTIVE", option_sense );
368 ACTION_M4_IFDEF( "M4""_YY_MAIN", option_sense);
375 ACTION_M4_IFDEF( "M4""_YY_NEVER_INTERACTIVE", option_sense );
383 stack ACTION_M4_IFDEF( "M4""_YY_STACK_USED", option_sense );
387 unput ACTION_M4_IFDEF("M4""_YY_NO_UNPUT", ! option_sense);
390 yylineno do_yylineno = option_sense; ACTION_M4_IFDEF("M4""_YY_USE_LINENO", option_sense);
394 yy_push_state ACTION_M4_IFDEF("M4""_YY_NO_PUSH_STATE", ! option_sense);
395 yy_pop_state ACTION_M4_IFDEF("M4""_YY_NO_POP_STATE", ! option_sense);
396 yy_top_state ACTION_M4_IFDEF("M4""_YY_NO_TOP_STATE", ! option_sense);
398 yy_scan_buffer ACTION_M4_IFDEF("M4""_YY_NO_SCAN_BUFFE
[all...]
/freebsd-11-stable/contrib/sendmail/test/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
8 include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/sm-test.m4')
/freebsd-11-stable/contrib/sendmail/vacation/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/smrsh/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/editmap/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/libmilter/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/mail.local/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/mailstats/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/praliases/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/makemap/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/usr.bin/lex/
H A Dconfig.h148 #define M4 "m4" macro
/freebsd-11-stable/contrib/sendmail/rmail/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/etc/mail/
H A DMakefile111 M4?= /usr/bin/m4 macro
163 # M4(1) is used to generate the .cf file from the .mc file.
168 ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ ${SENDMAIL_M4_FLAGS} \
/freebsd-11-stable/etc/sendmail/
H A DMakefile4 M4= m4 macro
20 ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ -D_NO_MAKEINFO_ \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h139 const Multilib &M3, const Multilib &M4);
141 const Multilib &M3, const Multilib &M4,
/freebsd-11-stable/contrib/sendmail/libsm/
H A DMakefile.m43 include(confBUILDTOOLSDIR`/M4/switch.m4')
15 include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/check.m4')
/freebsd-11-stable/share/examples/netgraph/
H A Dvirtual.chain232 M4=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
239 MAC=`printf ${MAC_PREFIX}:%02x:%02x:%02x ${M4} ${M5} ${M6}`
H A Dvirtual.lan225 M4=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
232 MAC=`printf ${MAC_PREFIX}:%02x:%02x:%02x ${M4} ${M5} ${M6}`
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp162 const Multilib &M3, const Multilib &M4) {
163 return Either({M1, M2, M3, M4});
167 const Multilib &M3, const Multilib &M4,
169 return Either({M1, M2, M3, M4, M5});
161 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4) argument
166 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4, const Multilib &M5) argument
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-ia64.S34 // {in,out}3 Block Value 4 M4
135 #define M4 in3 define
673 mov V = M4
684 mov M4 = M5
730 mov M0 = M4
741 mov M4 = Z
779 mov V = M4
790 mov M4 = M13
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m42 include(confBUILDTOOLSDIR`/M4/switch.m4')
/freebsd-11-stable/contrib/sendmail/cf/cf/
H A DMakefile10 # have a fairly modern M4 available (GNU m4 works). On SunOS, use
20 M4= m4 macro
39 $(M4) ${CFDIR}/m4/cf.m4 $*.mc > $@ || ( $(RM) $@ && exit 1 )
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl118 M4="$(M4)"; export M4; \
273 M4 = @M4@

Completed in 149 milliseconds

12