Home
last modified time | relevance | path

Searched refs:cwidth (Results 1 – 3 of 3) sorted by relevance

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