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

/osnet-11/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);
/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c238 int cwidth; /* column width specified in format */ member in struct:CMN_FMT_T
273 * cwidth:
283 int *fwidth, *cwidth; local
292 cwidth = &cfstr->cwidth;
294 *fwidth = *cwidth = 0;
337 *cwidth = atoi(cdigs);
543 cw = cfstr.cwidth;
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c252 int cwidth = oviewport.width - 2 * boxpad - 2; local
254 cwidth -= selbox->get_border_width (selbox);
255 selbox->set_content_size (selbox, cwidth, item_height - 1);

Completed in 25 milliseconds