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

/macosx-10.10/uucp-11/uucp/uuconf/
H A Dtime.c35 static int itadd_span P((struct sglobal *qglobal, int istart, int iend,
41 struct uuconf_timespan *qnext, int istart, int iend,
128 int istart, iend;
172 istart = 0;
179 istart = (int) strtol ((char *) z, &zendnum, 10);
186 istart = (istart / 100) * 60 + istart % 100;
198 if (istart < iend)
199 iret = itadd_span (qglobal, iminute + istart,
125 int istart, iend; local
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dprotj.c531 int istart;
533 istart = iPrecend;
534 while (istart != iJrecend)
545 if (abPrecbuf[istart] != FIRST)
551 cintro = iJrecend - istart;
553 cintro = CRECBUFLEN - istart;
555 zintro = memchr (abPrecbuf + istart, FIRST, (size_t) cintro);
558 bzero (abPrecbuf + istart, (size_t) cintro);
559 istart = (istart
524 int istart; local
[all...]
H A Dprotf.c357 int istart;
364 istart = iPrecstart;
368 return fgot_data (qdaemon, abPrecbuf + istart,
369 (size_t) (i - istart + 1),
348 int istart; local
H A Duuxqt.c1508 int istart;
1524 istart = i;
1532 istart = i;
1554 for (; istart < i; istart++)
1555 ubuffree ((char *) pz[istart]);
1504 int istart; local
H A Dtrans.c816 long istart = 0;
837 istart = ixsysdep_time (NULL);
912 && ixsysdep_time (NULL) - istart >= cmax_time)
805 long istart = 0; local
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dlistbox.tcl1550 set istart $ia
1553 set istart $ix
1557 for { set i $istart } { $i <= $iend } { incr i } {

Completed in 315 milliseconds