Home
last modified time | relevance | path

Searched refs:ECHO (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c934 #ifndef ECHO
938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0) macro
H A Dlex.zconf.c_shipped934 #ifndef ECHO
938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dttydefaults.h48 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Drex.x99 const ECHO = 0x00000008; /* echo input */ variable
H A Drex.h72 #define ECHO 0x00000008 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dtermios.h182 #define ECHO 0000010 /* Enable echo. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dtermbits.h193 #define ECHO 0000010 /* Enable echo. */ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped698 #ifndef ECHO
702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1041 ECHO;
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped782 #ifndef ECHO
787 #define ECHO fwrite( yytext, yyleng, 1, yyout )
1106 ECHO;