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

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Decho-area.c1243 long shortest = 100000;
1257 if (shortest > j)
1258 shortest = j;
1262 LCD_reference.label = (char *)xmalloc (1 + shortest);
1282 strncpy (LCD_reference.label, completions_found[i]->label, shortest);
1283 LCD_reference.label[shortest] = '\0';
1240 long shortest = 100000; local
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm542 diameter: the shortest distance between two (non-antipodal) points on
644 circles quite often do not look like the shortest routes -- but for
645 example the shortest possible routes from Europe or North America to
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.pm887 (0xI<XX>_FFFE and 0xI<XX>_FFFF), all non-shortest encodings, etc.
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm1083 try to guess the C<$ident> by extracting the shortest prefix of
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm761 # reduce the number to the shortest form
2672 Reduce the number to the shortest form. This routine is called

Completed in 240 milliseconds