Home
last modified time | relevance | path

Searched refs:PROMPT_YES (Results 1 – 9 of 9) sorted by relevance

/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/processing/app/
H A DI18n.java47 public static String PROMPT_YES; field in I18n
66 PROMPT_YES = tr("Yes"); in init()
/dports/news/tin/tin-2.4.5/src/
H A Dprompt.c182 yes = func_to_key(PROMPT_YES, prompt_keys); in prompt_yn()
254 return (func == PROMPT_YES) ? 1 : (func == GLOBAL_ABORT) ? -1 : 0; in prompt_yn()
H A Dkeymap.c1420 process_keys(PROMPT_YES, keys, &post_postpone_keys);
1421 process_keys(PROMPT_YES, keys, &prompt_keys);
2810 add_default_key(&prompt_keys, "yY", PROMPT_YES);
2850 add_default_key(&post_postpone_keys, "y", PROMPT_YES);
H A Dpost.c2523 printascii(keyyes, func_to_key(PROMPT_YES, post_postpone_keys)), in pickup_postponed_articles()
2529 func = prompt_slk_response(PROMPT_YES, post_postpone_keys, in pickup_postponed_articles()
2542 case PROMPT_YES: in pickup_postponed_articles()
2544 post_postponed_article(func == PROMPT_YES, subject, newsgroups); in pickup_postponed_articles()
/dports/chinese/tin/tin-2.4.5/src/
H A Dprompt.c182 yes = func_to_key(PROMPT_YES, prompt_keys); in prompt_yn()
254 return (func == PROMPT_YES) ? 1 : (func == GLOBAL_ABORT) ? -1 : 0; in prompt_yn()
H A Dkeymap.c1420 process_keys(PROMPT_YES, keys, &post_postpone_keys);
1421 process_keys(PROMPT_YES, keys, &prompt_keys);
2810 add_default_key(&prompt_keys, "yY", PROMPT_YES);
2850 add_default_key(&post_postpone_keys, "y", PROMPT_YES);
H A Dpost.c2523 printascii(keyyes, func_to_key(PROMPT_YES, post_postpone_keys)), in pickup_postponed_articles()
2529 func = prompt_slk_response(PROMPT_YES, post_postpone_keys, in pickup_postponed_articles()
2542 case PROMPT_YES: in pickup_postponed_articles()
2544 post_postponed_article(func == PROMPT_YES, subject, newsgroups); in pickup_postponed_articles()
/dports/news/tin/tin-2.4.5/include/
H A Dkeymap.h331 PROMPT_YES, enumerator
/dports/chinese/tin/tin-2.4.5/include/
H A Dkeymap.h331 PROMPT_YES, enumerator