Searched refs:P_COMMENT (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | expr.h | 182 P_COMMENT, /* text associated with a comment */ enumerator 195 const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */ 200 * P_PROMPT, P_DEFAULT, P_MENU, P_COMMENT */
|
H A D | parser.y | 379 menu_add_prompt(P_COMMENT, $2, NULL); 692 case P_COMMENT:
|
H A D | conf.c | 372 case P_COMMENT: in conf()
|
H A D | mconf.c | 507 case P_COMMENT: in build_conf()
|
H A D | nconf.c | 772 case P_COMMENT: in build_conf()
|
H A D | qconf.cc | 123 case P_COMMENT: in updateMenu() 1088 case P_COMMENT: in debug_info()
|
H A D | symbol.c | 1292 case P_COMMENT: in prop_get_type_name()
|
H A D | gconf.c | 1071 case P_COMMENT: in fill_row()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | expr.h | 179 P_COMMENT, /* text associated with a comment */ enumerator 192 const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */ 197 * P_PROMPT, P_DEFAULT, P_MENU, P_COMMENT */
|
H A D | parser.y | 370 menu_add_prompt(P_COMMENT, $2, NULL); 683 case P_COMMENT:
|
H A D | gconf.c | 1048 ptype == P_COMMENT ? "***" : "", in fill_row() 1050 ptype == P_COMMENT ? "***" : "", in fill_row() 1068 case P_COMMENT: in fill_row()
|
H A D | mconf.c | 545 case P_COMMENT: in build_conf()
|
H A D | conf.c | 589 case P_COMMENT: in conf()
|
H A D | nconf.c | 844 case P_COMMENT: in build_conf()
|
H A D | qconf.cc | 125 case P_COMMENT: in updateMenu() 1095 case P_COMMENT: in debug_info()
|
H A D | symbol.c | 1248 case P_COMMENT: in prop_get_type_name()
|
Completed in 21 milliseconds