Searched refs:getc_with_pending (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A Dreadline.pm68 ## * Rename getc() to getc_with_pending().
96 ## calling &$rl_getc(); instead, it calls getc_with_pending(),
107 ## no longer called directly; instead, getc_with_pending() calls
124 ## * F_QuotedInsert(): Calls getc_with_pending() instead of &$rl_getc().
129 ## * DoSearch(): Calls getc_with_pending() instead of &$rl_getc(). Ungets
137 ## * F_PrefixMeta(): Calls getc_with_pending() instead of &$rl_getc().
139 ## * F_DigitArgument(): Calls getc_with_pending() instead of &$rl_getc().
1198 return if not @$keys or $c == 1 or not defined(my $in = &getc_with_pending);
1562 # $line .= getc_with_pending; # should we prepend if $rl_start_default_at_beginning?
1648 $input = &getc_with_pending(); # bu
2067 sub getc_with_pending { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm68 ## * Rename getc() to getc_with_pending().
96 ## calling &$rl_getc(); instead, it calls getc_with_pending(),
107 ## no longer called directly; instead, getc_with_pending() calls
124 ## * F_QuotedInsert(): Calls getc_with_pending() instead of &$rl_getc().
129 ## * DoSearch(): Calls getc_with_pending() instead of &$rl_getc(). Ungets
137 ## * F_PrefixMeta(): Calls getc_with_pending() instead of &$rl_getc().
139 ## * F_DigitArgument(): Calls getc_with_pending() instead of &$rl_getc().
1199 return if not @$keys or $c == 1 or not defined(my $in = &getc_with_pending);
1563 # $line .= getc_with_pending; # should we prepend if $rl_start_default_at_beginning?
1649 $input = &getc_with_pending(); # bu
2071 sub getc_with_pending { subroutine
[all...]

Completed in 79 milliseconds