Searched refs:cstart (Results 1 - 15 of 15) sorted by last modified time

/macosx-10.9.5/man-16/man/src/
H A Dglob.c241 register char cstart = c, cend = c;
245 cstart = *p++;
246 cend = cstart;
249 if (cstart == '\0')
263 if (c1 >= cstart && c1 <= cend)
238 register char cstart = c, cend = c; local
/macosx-10.9.5/vim-53/src/
H A Dfold.c3184 int cstart; local
3192 cstart = *startmarker;
3203 if (*s == cstart
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.c2472 CFAbsoluteTime cstart, cend; local
2473 cstart = CFAbsoluteTimeGetCurrent();
2559 DVLog(pGlobalData->fStreamVars.fThread, 'isoc', cstart, cend);
3681 CFAbsoluteTime cstart, cend; local
3682 cstart = CFAbsoluteTimeGetCurrent();
3880 DVLog(pGlobalData->fStreamVars.fThread, 'isoc', cstart, cend);
H A DDVIsochComponent.c1582 CFAbsoluteTime cstart, cend; local
1583 cstart = CFAbsoluteTimeGetCurrent();
1588 if(cend-cstart > 0.05)
1589 syslog(LOG_INFO, "read callback took %8.3f to %8.3f\n", cstart, cend);
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dgetopt_long.c165 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
177 cstart = panonopt_end+i;
178 pos = cstart;
186 ((char **) nargv)[pos] = nargv[cstart];
188 ((char **)nargv)[cstart] = swap;
/macosx-10.9.5/file-46/file/src/
H A Dgetopt_long.c143 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
157 cstart = panonopt_end+i;
158 pos = cstart;
165 nargv[pos] = nargv[cstart];
166 nargv[cstart] = swap;
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dfnmatch.c146 register char cstart = c, cend = c; local
152 cstart = cend = *p++;
155 cstart = cend = FOLD (cstart);
180 if (FOLD (*n) >= cstart && FOLD (*n) <= cend)
/macosx-10.9.5/ncurses-42/ncurses/include/
H A Dterm_entry.h65 long cstart, cend; member in struct:entry
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dparse_entry.c220 entryp->cstart = _nc_comment_start;
223 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend));
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtic.c746 int j = qp->cend - qp->cstart;
752 (void) fseek(tmp_fp, qp->cstart, SEEK_SET);
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dsm_loop.c290 register CHAR cstart, cend, c; local
310 /* Initialize cstart and cend in case `-' is the last
312 cstart = cend = c;
399 range. If it is, we set cstart to one greater than `test',
401 cstart = (pc == INVALID) ? test + 1 : pc;
408 cstart = cend = *p++;
411 cstart = cend = FOLD (cstart);
455 if (RANGECMP (cstart, cend) > 0)
464 if (RANGECMP (test, cstart) >
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A Dreadtest.c171 CFAbsoluteTime cstart, cend;
172 cstart = CFAbsoluteTimeGetCurrent();
185 printf( "write(file) %d bytes took %8.3f\n", pb->actualCount, cend-cstart );
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dcitygrid.tcl13 variable cstart [block 2]
104 variable cstart
119 if {$olx} { $tile copy $parcel -to 0 $rstart $cstart $rend } ; # ou left
121 if {$oux} { $tile copy $parcel -to $rstart 0 $rend $cstart } ; # ou up
124 if {$ilx} { $tile copy $parcel -to $cstart $rstart $rstart $rend } ; # in left
126 if {$iux} { $tile copy $parcel -to $rstart $cstart $rend $rstart } ; # in up
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
173 if (FOLD ((unsigned char)*n) >= cstart
/macosx-10.9.5/uucp-11/uucp/
H A Dtstuu.c186 int cstart;
1398 (*pqbuf)->cstart = 0;
1483 if ((*pqbuf)->cstart >= (*pqbuf)->cend)
1514 if (cwrite > (*pqbuf)->cend - (*pqbuf)->cstart)
1515 cwrite = (*pqbuf)->cend - (*pqbuf)->cstart;
1517 cwrote = write (o, (*pqbuf)->ab + (*pqbuf)->cstart, cwrite);
1533 (*pqbuf)->cstart += cwrote;
185 int cstart; member in struct:sbuf

Completed in 243 milliseconds