Searched refs:prompt1 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXcmdloop.c34 char *prompt1; /* Prompts to use. */ member in struct:__anon12963
48 char *prompt1,
182 * o prompt1 (I) - If not NULL, use this command instead of the value of
191 OutputPrompt (interp, topLevel, prompt1, prompt2)
194 char *prompt1;
220 if (prompt1 != NULL) {
221 promptHook = prompt1;
301 dataPtr->prompt1, dataPtr->prompt2);
396 dataPtr->prompt1, dataPtr->prompt2);
441 if (dataPtr->prompt1 !
697 char *prompt1 = NULL, *prompt2 = NULL; local
[all...]
H A DtclExtend.h180 char *prompt1,
186 char *prompt1,
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dcmdloop.test25 } 1 {wrong # args: commandloop ?-async? ?-interactive on|off|tty? ?-prompt1 cmd? ?-prompt2 cmd? ?-endcommand cmd?}
29 } 1 {unknown option "-arf", expected one of "-async", "-interactive", "-prompt1", "-prompt2", or "-endcommand"}
36 commandloop -prompt1
37 } 1 {argument required for -prompt1 option}
45 } 1 {wrong # args: commandloop ?-async? ?-interactive on|off|tty? ?-prompt1 cmd? ?-prompt2 cmd? ?-endcommand cmd?}
H A Dhelp.test122 commandloop -interactive on -prompt1 {subst "===HELPSERVER===\n"} \
H A Ddup.test133 makeFile {package require Tclx; commandloop -prompt1 {} -prompt2 {}} \
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcallint.c290 char prompt1[100];
511 strncpy (prompt1, tem + 1, sizeof prompt1 - 1);
512 prompt1[sizeof prompt1 - 1] = 0;
513 tem1 = (char *) index (prompt1, '\n');
516 visargs[0] = build_string (prompt1);
517 if (index (prompt1, '%'))
289 char prompt1[100]; variable
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtest.c49 static LDAPMod **get_modlist LDAP_P(( const char *prompt1,
166 const char *prompt1,
179 if ( prompt1 ) {
180 get_line( buf, sizeof(buf), stdin, prompt1 );
165 get_modlist( const char *prompt1, const char *prompt2, const char *prompt3 ) argument
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dkibitz263 proc prompt1 {} {
280 proc prompt1 {} {
H A Dxkibitz22 proc prompt1 {} {
H A Ddislocate331 proc prompt1 {} {
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_main_sub.c170 static char prompt1[] = "prompt1"; variable
309 code = Tcl_Eval(interp,prompt1);
1006 {"prompt1", Exp_Prompt1ObjCmd, 0, 0, EXP_NOPREFIX},
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtutorial.el742 (let ((prompt1
748 (if (y-or-n-p (concat prompt1 prompt2))
752 (message prompt1)))
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/extra/
H A Dstripped.tcl41 prompt1 {[history nextid] % }
179 # Outputs: prompt (specified in tkCon(prompt1)) to console
184 $w insert end [subst $tkCon(prompt1)] prompt
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl141 prompt1 {ignore this, it's set below}
226 set OPT(prompt1) {[history nextid] % }
229 set OPT(prompt1) {([file tail [pwd]]) [history nextid] % }
1356 # Outputs: prompt (specified in ::tkcon::OPT(prompt1)) to console
1377 $w insert end [EvalSlave subst $OPT(prompt1)] prompt
4304 tkcon master eval set ::tkcon::OPT(prompt2) \$::tkcon::OPT(prompt1)
4305 tkcon master eval set ::tkcon::OPT(prompt1) \$::tkcon::OPT(debugPrompt)
4396 tkcon master eval set ::tkcon::OPT(prompt1) \$::tkcon::OPT(prompt2)

Completed in 232 milliseconds