Searched refs:ket (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A Dreadline.pm1781 my ($p, $s, $from, $len, $ket, $bsel, $esel) = @_;
1786 unless (defined $ket) {
1788 $ket = '';
1791 $ket = '' if $len < length($p) + length($s) - $from; # Not redrawn
1807 $ket = chop $s if $ket;
1833 . (length $ket ? ($rl_term_set->[0] . $ket . $rl_term_set->[1]) : '');
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm1782 my ($p, $s, $from, $len, $ket, $bsel, $esel) = @_;
1787 unless (defined $ket) {
1789 $ket = '';
1792 $ket = '' if $len < length($p) + length($s) - $from; # Not redrawn
1808 $ket = chop $s if $ket;
1834 . (length $ket ? ($rl_term_set->[0] . $ket . $rl_term_set->[1]) : '');
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c752 char * ket; local
754 if (*strp == '<' && (ket = strchr(strp, '>')) != NULL) {
756 *len = ket - strp - 1;
757 return ket + 1;
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_compile.c1406 /* Reached end of a branch; if it's a ket it is the end of a nested
4170 register uschar *ket = previous; local
4171 do ket += GET(ket, 1); while (*ket != OP_KET);
4172 ketoffset = code - ket;
4382 don't know if there's been an options resetting after the ket. The
4574 case CHAR_NUMBER_SIGN: /* Comment; skip to ket */
6026 group. The length in the terminating ket is always the length of the whole
6046 /* Fill in the ket */
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcre.c1400 /* Reached end of a branch; if it's a ket it is the end of a nested
3147 register uschar *ket = previous; local
3148 do ket += GET(ket, 1); while (*ket != OP_KET);
3149 ketoffset = code - ket;
3279 don't know if there's been an options resetting after the ket. The
3339 case '#': /* Comment; skip to ket */
4083 terminating ket is always the length of the whole bracketed item. If any of
4100 /* Fill in the ket */
[all...]

Completed in 183 milliseconds