Searched refs:prompt (Results 26 - 50 of 63) sorted by relevance

123

/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsusing.tex76 operating system command-line prompt, or select {\tkeclipse} from the
362 operating system command-line prompt.
380 The copyright and version information is followed by the prompt
390 The {\eclipse} prompt \notation{[eclipse 1]:} indicates that {\eclipse}
398 and its name is printed in the prompt.
402 Goals are entered after the prompt and are terminated by fullstop and
406 \notation{CTRL-Z} + \notation{RETURN} (Windows) at the top level prompt,
457 prompt.
458 The system then displays the compiler prompt (which is a blank by default)
467 To return to the top level prompt,
[all...]
H A Dumsstring.tex133 (the system does not prompt for more solutions).
137 Moreover the call leaves a choicepoint behind (as shown by the more-prompt).
H A Dumsdebug.tex177 %By default, the debugger only prints this port, but does not prompt for
353 \item The prompt of the debugger, which means that it is waiting
354 for a command from the user. Note there is no prompt when tkeclipse tracer
418 %a prompt and waits for a command from the user.
424 %the debugger does not prompt for a command.
444 %debugger will not stop or prompt for commands.
474 prompt for a command at the crossing of the first
478 it will prompt for a command at the first port of a leashed
483 typing \notation{n} or \notation{N} to the debugger prompt.
668 This section describe the commands available at the debugger prompt
[all...]
H A Dumsporting.tex98 This will give you a toplevel prompt in the given language dialect.
H A Dumsflags.tex233 when end-of-file is typed to the toplevel prompt or whether this is ignored.
446 By default, this is also shown in the top-level prompt.
H A Dumsmodules.tex97 toplevel, a prompt will tell you in which module your input is
120 That module name is displayed in a prompt.
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dcprolog.pl250 prompt/2,
267 prompt/2,
364 prompt(Old, New) :-
365 get_stream_info(input, prompt, Old),
366 set_stream_property(input, prompt, New).
H A Dtoplevel.pl282 set_stream_property(toplevel_input, prompt, '\t'),
301 error(153, M, M), % extension hook: toplevel prompt
H A Dmodes.pl1034 builtin(prompt(_,_), [prompt(++,++)]).
H A Dmegalog.pl796 MegaLog : prompt and dark type-in
H A Dquintus.pl260 prompt/2,
H A Dtracer_tty.pl184 % Print prompt, read and execute commmands
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_lib.c94 const char *prompt;
102 prompt=EVP_get_pw_prompt();
103 if (prompt == NULL)
104 prompt="Enter PEM pass phrase:";
108 i=EVP_read_pw_string_min(buf,MIN_LENGTH,num,prompt,w);
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkec_remote.tcl613 label .ec_stream_input_box.prompt -width 40 -text $Msg
619 pack .ec_stream_input_box.prompt -side top -fill x
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_chil.c1223 char *prompt = UI_construct_prompt(ui, local
1226 ok = UI_add_input_string(ui,prompt,
1243 OPENSSL_free(prompt);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dio.c391 _init_fd_stream(stream_id nst, int unit, int mode, dident name, dident prompt, stream_id prompt_stream, int size);
552 * prompt - the string to prompt with
553 * prompt_stream - the stream where to print the prompt
562 init_stream(stream_id nst, int unit, int mode, dident name, dident prompt, stream_id prompt_stream, int size) argument
591 StreamPrompt(nst) = prompt;
672 _init_fd_stream(stream_id nst, int unit, int mode, dident name, dident prompt, stream_id prompt_stream, int size) argument
685 prompt = NO_PROMPT;
689 init_stream(nst, unit, mode, name, prompt, prompt_stream, size);
1056 /* print the prompt i
[all...]
H A Dtypes.h266 dident prompt; /* did of the prompt string */ member in struct:stream_d
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Devp.h524 int EVP_read_pw_string(char *buf,int length,const char *prompt,int verify);
525 int EVP_read_pw_string_min(char *buf,int minlen,int maxlen,const char *prompt,int verify);
526 void EVP_set_pw_prompt(const char *prompt);
/barrelfish-master/include/openssl/
H A Devp.h524 int EVP_read_pw_string(char *buf,int length,const char *prompt,int verify);
525 int EVP_read_pw_string_min(char *buf,int minlen,int maxlen,const char *prompt,int verify);
526 void EVP_set_pw_prompt(const char *prompt);
H A Ddes_old.h389 int _ossl_old_des_read_password(_ossl_old_des_cblock *key,const char *prompt,int verify);
391 const char *prompt,int verify);
/barrelfish-master/usr/eclipseclp/Opium/
H A Dopium.pl194 * to get number of break level in toplevel prompt
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Ddes_old.h389 int _ossl_old_des_read_password(_ossl_old_des_cblock *key,const char *prompt,int verify);
391 const char *prompt,int verify);
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembvb.tex207 A prompt string. This appears in an input box that pops up
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dfacts.pl178 % lists of attributes the interactive input will prompt
H A Dyoyo3.pl134 % askfor_atts will prompt the user to enter the values of the attributes

Completed in 364 milliseconds

123