Searched refs:ch (Results 1 – 7 of 7) sorted by relevance
| /scripts/kconfig/ |
| A D | mconf.c | 461 char ch; in build_conf() local 555 case yes: ch = '*'; break; in build_conf() 556 case mod: ch = 'M'; break; in build_conf() 557 default: ch = ' '; break; in build_conf() 561 item_make("{%c}", ch); in build_conf() 563 item_make("<%c>", ch); in build_conf() 565 item_make("-%c-", ch); in build_conf()
|
| A D | symbol.c | 655 signed char ch; in sym_string_valid() local 661 ch = *str++; in sym_string_valid() 662 if (ch == '-') in sym_string_valid() 663 ch = *str++; in sym_string_valid() 664 if (!isdigit(ch)) in sym_string_valid() 666 if (ch == '0' && *str != 0) in sym_string_valid() 668 while ((ch = *str++)) { in sym_string_valid() 669 if (!isdigit(ch)) in sym_string_valid() 676 ch = *str++; in sym_string_valid() 678 if (!isxdigit(ch)) in sym_string_valid() [all …]
|
| A D | nconf.c | 768 char ch; in build_conf() local 859 ch = '*'; in build_conf() 862 ch = 'M'; in build_conf() 865 ch = ' '; in build_conf() 870 item_make(menu, 't', "{%c}", ch); in build_conf() 872 item_make(menu, 't', "<%c>", ch); in build_conf() 874 item_make(menu, 't', "-%c-", ch); in build_conf()
|
| A D | qconf.cc | 152 char ch; in updateMenu() local 165 ch = 'Y'; in updateMenu() 169 ch = 'M'; in updateMenu() 176 ch = 'N'; in updateMenu() 180 setText(dataColIdx, QChar(ch)); in updateMenu()
|
| /scripts/ |
| A D | Makefile.host | 13 quiet_cmd_bison = YACC $(basename $@).[ch]
|
| A D | Makefile.lib | 332 for ch in $$ch3 $$ch2 $$ch1 $$ch0; do \
|
| A D | Makefile.build | 447 quiet_cmd_asn1_compiler = ASN.1 $(basename $@).[ch]
|
Completed in 14 milliseconds