Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dcmds.c961 int all_upper; in cm_sc() local
968 all_upper = start_pos < end_pos; in cm_sc()
974 all_upper = 0; in cm_sc()
979 if (all_upper) in cm_sc()
/openbsd/usr.bin/lex/
H A Dmisc.c183 all_upper(char *str) in all_upper() function
H A Dscan.l87 if ( all_upper( str ) ) \
H A Dflexdef.h809 extern int all_upper PROTO ((char *));
H A DChangeLog6793 * flexdef.h: -a -> -Ca all_lower, all_upper -> work on char*
6809 * misc.c: all_lower, all_upper work on char*
8012 * misc.c: added all_lower() and all_upper()