Searched defs:oldc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dglue4.c29 int c, oldc = 0, alph = 0, nv = 0; local
50 oldc = c;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c74 char oldc; local
114 for (ptr= line,oldc = '\0'; ptr < &line[sizeof(line)-1] &&
115 (rawc=getc(fp))!= '\n' && rawc != EOF; ptr++,oldc=(char)rawc){
116 if ((rawc == '#') && (oldc != '\\'))
H A Dtmttydefs.c75 char oldc; local
101 for (ptr= line,oldc = '\0'; ptr < &line[sizeof(line)-1] &&
102 (rawc=getc(fp))!='\n' && rawc != EOF; ptr++,oldc=(char)rawc){
103 if ((rawc == '#') && (oldc != '\\'))
/illumos-gate/usr/src/lib/libcmd/common/
H A Dwclib.c340 int oldc; local
419 oldc = *cp;
423 oldc = *cp;
429 if(state && (state=chkstate(state,oldc)))
439 oldc = *cp;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c891 register int oldc=0; local
901 if(c && oldc=='\n')
903 else if(last && (c==0 || (c=='\n' && oldc==last)))
905 else if(oldc)
906 sfputc(outfile,oldc);
907 oldc = c;
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c511 int oldc, tc; local
522 oldc = c[0];
524 if (y <= clist[oldc].y)
528 oldc = c[l-1];
533 c[l] = newcand(i, y, oldc);
534 oldc = tc;
537 c[l] = newcand(i, y, oldc);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c285 int oldc = pvd->vdev_children; local
290 for (int c = newc = 0; c < oldc; c++)
296 for (int c = newc = 0; c < oldc; c++) {
303 kmem_free(pvd->vdev_child, oldc * sizeof (vdev_t *));
854 uint64_t oldc = vd->vdev_ms_count; local
878 ASSERT(oldc <= newc);
882 if (oldc != 0) {
883 bcopy(vd->vdev_ms, mspp, oldc * sizeof (*mspp));
884 kmem_free(vd->vdev_ms, oldc * sizeof (*mspp));
890 for (m = oldc;
[all...]

Completed in 1265 milliseconds