Searched refs:BELL (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h12 #define BELL 266 macro
H A Dok_syntax1.tab.c192 #define BELL 266 macro
342 "\"\\177\\177\\\\\\n\"","STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",
/freebsd-10-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h9 #define BELL 266 macro
H A Dok_syntax1.tab.c172 #define BELL 266 macro
282 "\"\\177\\177\\\\\\n\"","STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",0,
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.c98 #undef BELL macro
99 #define BELL L'\a' macro
127 #define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r')
221 case BELL:
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dvis.c102 #undef BELL macro
104 #define BELL '\a' macro
106 #define BELL '\007' macro
125 #define issafe(c) (c == '\b' || c == BELL || c == '\r')
195 case BELL:
/freebsd-10-stable/contrib/byacc/test/
H A Dok_syntax1.y35 %token BELL '\a'

Completed in 136 milliseconds