Searched defs:ECHO (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/sendmail/cf/cf/ |
H A D | Makefile | 23 ECHO= echo macro
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | Makefile.am | 118 ECHO = echo macro
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 34 #define ECHO ub_c_error_msg("syntax error at text: %s", ub_c_text) macro
|
H A D | configlexer.c | 4344 #define ECHO ub_c_error_msg("syntax error at text: %s", yytext) macro 4611 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) macro 6947 ECHO; variable
|
/freebsd/contrib/openresolv/ |
H A D | Makefile | 13 ECHO?= echo macro
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 2101 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) macro 4081 ECHO; variable 4086 ECHO; variable 4111 ECHO; variable 4116 ECHO; variable
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 84 #define ECHO 0x0004 macro
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 84 #define ECHO 0x00000008 /* echo input */ macro
|
H A D | _termios.h | 160 #define ECHO 0x00000008 /* enable echoing */ macro
|
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 598 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) macro 851 ECHO; variable
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 939 #define ECHO fwrite( yytext, yyleng, 1, yyout ) macro 1701 ECHO; variable
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 616 #define ECHO fwrite( yytext, yyleng, 1, yyout ) macro 873 ECHO; variable
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 595 #define ECHO fwrite( yytext, yyleng, 1, yyout ) macro 810 ECHO; variable
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 98 const ECHO = 0x00000008; /* echo input */ variable
|