Home
last modified time | relevance | path

Searched refs:opt_prompt (Results 1 – 24 of 24) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/mgmclient/
H A Dmain.cpp53 static char *opt_prompt= 0; variable
65 (uchar**) &opt_prompt, (uchar**) &opt_prompt, 0,
138 opt_prompt= 0; in main()
145 if(opt_prompt) in main()
149 prompt_args.append(opt_prompt); in main()
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/peval/
H A Dpeval.cc91 char *opt_prompt = (char *)"peval> "; variable
220 {"-prompt", ARGV_STRING, (char *) NULL, (char *) &opt_prompt, in init_and_set_options()
279 opt_prompt = (char *) NULL; in init_and_set_options()
319 char *line = rl_gets(opt_prompt); in main()
325 if (opt_prompt) in main()
326 cout << opt_prompt; in main()
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/rpslcheck/
H A Drpslcheck.cc66 char *opt_prompt = (char *)"rpslcheck> "; variable
110 {"-prompt", ARGV_STRING, (char *) NULL, (char *) &opt_prompt, in init_and_set_options()
140 opt_prompt = NULL; in init_and_set_options()
204 if (opt_prompt) in main()
/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dprotect-tool.c97 static char *opt_prompt; variable
611 case oPrompt: opt_prompt = pargs.r.ret_str; break; in main()
644 if (opt_prompt) in main()
645 opt_prompt = percent_plus_unescape (opt_prompt, 0); in main()
702 if (promptno == 1 && opt_prompt) in get_passphrase()
704 desc = opt_prompt; in get_passphrase()
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/rtconfig/
H A Dcommand.y139 if (opt_prompt)
140 std::cout << opt_prompt;
145 if (opt_prompt)
146 std::cout << opt_prompt;
H A Drtconfig.cc83 char *opt_prompt = (char *)"rtconfig> "; variable
170 {"-prompt", ARGV_STRING, (char *) NULL, (char *) &opt_prompt, in init_and_set_options()
245 opt_prompt = (char *) NULL; in init_and_set_options()
255 if (opt_prompt) { in rtconfig_input()
261 cmd = readline(opt_prompt); in rtconfig_input()
297 if (opt_prompt) in main()
H A Drtconfig.hh172 extern char *opt_prompt;
/dports/net/socat/socat-1.7.4.2/
H A Dxio-readline.h11 extern const struct optdesc opt_prompt;
H A Dxio-readline.c37 const struct optdesc opt_prompt = { "prompt", NULL, OPT_PROMPT, GROUP_READLI… variable
H A Dxioopts.c1247 IF_READLINE("prompt", &opt_prompt)
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Doptions.h73 extern bool opt_prompt; ///< Print the prompt?
H A Dprompt.c123 if ( opt_prompt ) { in cdecl_prompt_enable()
H A Doptions.c99 bool opt_prompt = true; variable
481 opt_prompt = false; in parse_options()
H A Dcdecl.c269 if ( opt_prompt && (is_input_a_tty || opt_interactive) ) in cdecl_parse_stdin()
H A Dset_options.c350 opt_prompt = args->opt_enabled; in set_prompt()
/dports/chinese/cless/cless-290/
H A Doption.c434 opt_prompt(c) in opt_prompt() function
H A Dfuncs.h177 public char * opt_prompt ();
H A Dcommand.c318 if ((p = opt_prompt(c)) == NULL)
/dports/japanese/less/less-382.262.03.01/
H A Doption.c502 opt_prompt(c) in opt_prompt() function
H A Dfuncs.h198 public char * opt_prompt ();
H A Dcommand.c458 if ((p = opt_prompt(c)) == NULL)
/dports/sysutils/less/less-551/
H A Doption.c520 opt_prompt(o) in opt_prompt() function
H A Dfuncs.h245 public char * opt_prompt LESSPARAMS ((struct loption *o));
H A Dcommand.c505 start_mca(A_OPT_TOGGLE, opt_prompt(curropt), (void*)NULL, 0);