Searched refs:ifirst (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libiconv-41/libiconv/build-aux/
H A Dreloc-ldflags69 ifirst=`echo "$idir" | sed -n -e 's,^//*\([^/]*\).*$,/\1,p'`
70 if test -z "$dfirst" || test -z "$ifirst"; then
73 if test "$dfirst" != "$ifirst"; then
/macosx-10.9.5/uucp-11/uucp/
H A Duustat.c1967 long ifirst;
2036 if (itime < qlook->ifirst)
2037 qlook->ifirst = itime;
2047 qnew->ifirst = ixsysdep_file_time (zfile);
2295 && (qxqt == NULL || qxqt->ifirst > iold))
2298 && (qxqt == NULL || qxqt->ifirst < iyoung)))
2328 cpad = csunits_show (inow - qxqt->ifirst);
1960 long ifirst; member in struct:sxqtlist
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm6726 # return length of tokens ($ifirst .. $ilast) including first & last
6727 # returns 0 if $ifirst > $ilast
6728 my $ifirst = shift;
6730 return 0 if ( $ilast < 0 || $ifirst > $ilast );
6731 return $lengths_to_go[ $ilast + 1 ] if ( $ifirst < 0 );
6732 return $lengths_to_go[ $ilast + 1 ] - $lengths_to_go[$ifirst];
6737 # return length of a line of tokens ($ifirst .. $ilast)
6738 my $ifirst = shift;
6740 if ( $ifirst < 0 ) { $ifirst
[all...]

Completed in 88 milliseconds