Searched refs:what_to_do (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.c407 * 'what_to_do' says what to do with the completion.
430 int what_to_do = '\t'; local
434 what_to_do = '?';
438 *completion_type = what_to_do;
497 if (what_to_do == '?')
509 } else if (what_to_do == '!') {
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.c404 * 'what_to_do' says what to do with the completion.
433 int what_to_do = '\t'; local
437 what_to_do = '?';
441 *completion_type = what_to_do;
523 if (what_to_do == '?')
535 } else if (what_to_do == '!') {
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c369 * 'what_to_do' says what to do with the completion.
391 int what_to_do = '\t'; local
394 what_to_do = '?';
398 *completion_type = what_to_do;
449 if (what_to_do == '?')
467 } else if (what_to_do == '!') {
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbashline.c2536 bash_complete_username_internal (what_to_do)
2537 int what_to_do;
2539 return bash_specific_completion (what_to_do, rl_username_completion_function);
2557 bash_complete_filename_internal (what_to_do)
2558 int what_to_do;
2575 r = rl_complete_internal (what_to_do);
2628 bash_complete_hostname_internal (what_to_do)
2629 int what_to_do;
2631 return bash_specific_completion (what_to_do, hostname_completion_function);
2635 bash_complete_variable_internal (what_to_do)
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dcomplete.c401 set_completion_defaults (what_to_do)
402 int what_to_do;
407 rl_completion_type = what_to_do;
1638 rl_complete_internal (what_to_do)
1639 int what_to_do;
1649 set_completion_defaults (what_to_do);
1698 switch (what_to_do)
1717 if (what_to_do == '!')
1722 else if (what_to_do == '@')
1745 fprintf (stderr, "\r\nreadline: bad value %d for what_to_do i
[all...]
/macosx-10.10/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm3419 my $what_to_do = shift;
3447 } elsif ($what_to_do eq "\t") {
3460 } elsif ($what_to_do eq '?') {
3467 } elsif ($what_to_do eq '*') {

Completed in 155 milliseconds