Searched defs:cwidth (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Duniq.c90 int reclen,oreclen= -1,count=0,cwidth=0,sep,next; local
92 cwidth = CWIDTH+1;
168 if(cwidth)
227 if(outsize < n+cwidth+sep)
231 if(!(sbufp = outp=fmtbuf(outsize=n+cwidth+sep)))
235 outsize = n+cwidth+sep;
236 memcpy(outp+cwidth+sep,bufp,n);
238 outp[cwidth] = '\n';
240 orecp = outp+cwidth+sep + (cp-bufp);
/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c242 int cwidth; /* column width specified in format */ member in struct:CMN_FMT_T
277 * cwidth:
287 int *fwidth, *cwidth; local
296 cwidth = &cfstr->cwidth;
298 *fwidth = *cwidth = 0;
341 *cwidth = atoi(cdigs);
547 cw = cfstr.cwidth;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c2052 int cwidth, ctotal; /* current window width and total */ local
2065 cwidth = ctotal = 0;
2082 cwidth = e - s;
2083 if (cwidth <= bwidth) {
2084 if (cwidth == bwidth && ctotal <= btotal)
2086 bwidth = cwidth;

Completed in 66 milliseconds