Home
last modified time | relevance | path

Searched refs:islower (Results 1 – 25 of 194) sorted by path

12345678

/freebsd/bin/ed/
H A Dmain.c1230 if (!islower((unsigned char)n)) { in mark_line_node()
1244 if (!islower((unsigned char)n)) { in get_marked_node_addr()
/freebsd/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h50 #define isalpha(ch) (isupper(ch) || islower(ch))
52 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') macro
62 (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A')
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c374 if (islower(*str)) { in dt_header_fmt_macro()
/freebsd/contrib/bmake/
H A DChangeLog771 use islower for parsing directives (none have upper case)
H A Dmake.h1185 ch_islower(char ch) { return islower((unsigned char)ch) != 0; } in ch_islower()
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c465 if (islower(c)) in input_getnum()
/freebsd/contrib/byacc/
H A Dconfigure5110 if (XOR (islower (i), ISLOWER (i))
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.c507 if (islower(c)) in YYLEX_DECL()
H A Dcalc.tab.c500 if( islower( c )) { in yylex()
H A Dcalc1.tab.c550 if (islower(c)) in yylex()
H A Dcalc2.tab.c513 if( islower( c )) { in YYLEX_DECL()
H A Dcalc3.tab.c466 if( islower( c )) { in YYLEX_DECL()
H A Dcalc_code_all.tab.c528 if( islower( c )) { in yylex()
H A Dcalc_code_default.tab.c508 if( islower( c )) { in yylex()
H A Dcalc_code_imports.tab.c500 if( islower( c )) { in yylex()
H A Dcalc_code_provides.tab.c508 if( islower( c )) { in yylex()
H A Dcalc_code_requires.tab.c508 if( islower( c )) { in yylex()
H A Dcalc_code_top.tab.c508 if( islower( c )) { in yylex()
H A Dcode_calc.code.c373 if( islower( c )) { in yylex()
H A Ddefines1.calc.c407 if( islower( c )) { in yylex()
H A Ddefines2.calc.c407 if( islower( c )) { in yylex()
H A Ddefines3.calc.c407 if( islower( c )) { in yylex()
H A Dok_syntax1.tab.c489 if( islower( c )) { in YYLEX_DECL()
H A Dpure_calc.tab.c462 if( islower( c )) { in YYLEX_DECL()
H A Dquote_calc-s.tab.c518 if( islower( c )) { in yylex()

12345678