Home
last modified time | relevance | path

Searched refs:STR2 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h8 #define STR2 265 macro
H A Dok_syntax1.tab.c171 #define STR2 265 macro
/freebsd/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h11 #define STR2 265 macro
H A Dok_syntax1.output477 12 265 STR2
H A Dok_syntax1.tab.c191 #define STR2 265 macro
/freebsd/contrib/byacc/test/
H A Dok_syntax1.y32 %token STR2 "\x7f\
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y925 #define STR2 3 /* expect STRING */
1209 state = STR2;
1223 case STR2:
H A Dftpcmd.c2978 #define STR2 3 /* expect STRING */
3262 state = STR2;
3276 case STR2:
/freebsd/libexec/ftpd/
H A Dftpcmd.y1040 #define STR2 3 /* expect STRING */
1349 state = state == OSTR ? STR2 : state+1;
1361 case STR2:
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c40 #define STR2(x) #x macro
41 #define STR(x) STR2(x)