Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c2317 bool all_upper = false; in fallthrough_comment_p() local
2324 all_upper = true; in fallthrough_comment_p()
2333 if (all_upper && *from == 'f') in fallthrough_comment_p()
2346 all_upper = true; in fallthrough_comment_p()
2354 if (all_upper && *from == 'f') in fallthrough_comment_p()
2357 else if (all_upper) in fallthrough_comment_p()
2378 all_upper = true; in fallthrough_comment_p()
2379 else if (all_upper) in fallthrough_comment_p()
2384 if (*from == (all_upper ? 'S' : 's') && from[1] == ' ') in fallthrough_comment_p()
2388 else if (*from != (all_upper ? 'T' : 't')) in fallthrough_comment_p()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dcmds.c962 int all_upper; in cm_sc() local
969 all_upper = start_pos < end_pos; in cm_sc()
975 all_upper = 0; in cm_sc()
980 if (all_upper) in cm_sc()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc2953 bool all_upper = false; in fallthrough_comment_p() local
2960 all_upper = true; in fallthrough_comment_p()
2969 if (all_upper && *from == 'f') in fallthrough_comment_p()
2982 all_upper = true; in fallthrough_comment_p()
2990 if (all_upper && *from == 'f') in fallthrough_comment_p()
2993 else if (all_upper) in fallthrough_comment_p()
3014 all_upper = true; in fallthrough_comment_p()
3015 else if (all_upper) in fallthrough_comment_p()
3020 if (*from == (all_upper ? 'S' : 's') && from[1] == ' ') in fallthrough_comment_p()
3024 else if (*from != (all_upper ? 'T' : 't')) in fallthrough_comment_p()
[all …]
/netbsd-src/external/bsd/flex/dist/src/
H A Dmisc.c182 int all_upper (char *str) in all_upper() function
H A Dscan.l97 if ( all_upper( str ) ) \
H A Dflexdef.h809 extern int all_upper(char *);
H A Dinitscan.c1937 if ( all_upper( str ) ) \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc594 bool all_upper = true; in get_operator() local
600 all_upper = false; in get_operator()
608 else if (all_upper && startswith (id, "IFN_")) in get_operator()
611 else if (all_upper && startswith (id, "BUILT_IN_")) in get_operator()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c594 bool all_upper = true; variable
600 all_upper = false;
608 else if (all_upper && strncmp (id, "IFN_", 4) == 0)
611 else if (all_upper && strncmp (id, "BUILT_IN_", 9) == 0)
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog9226 * flexdef.h: -a -> -Ca all_lower, all_upper -> work on char*
9242 * misc.c: all_lower, all_upper work on char*
10445 * misc.c: added all_lower() and all_upper()