Home
last modified time | relevance | path

Searched refs:bo_width (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dline.c102 extern int bo_width, be_width;
196 if (column + bo_width + be_width >= sc_width)
203 if (bo_width > 0 && curr > linebuf + 2
211 column += bo_width-1;
215 column += bo_width;
299 if (column + ue_width + bo_width + be_width >= sc_width)
H A Doutput.c59 extern int bo_width, be_width;
107 retr += bo_width;
H A Dcommand.c70 extern int bo_width;
114 extern bo_width, be_width;
298 cmd_col = strlen(prmpt) + bo_width + be_width;
H A Dscreen.c116 int bo_width, be_width; /* Printing width of boldface sequences */ variable
320 be_width = bo_width = ue_width = ul_width = se_width = so_width; in get_term()
/dports/vietnamese/vnless/vnless/
H A Dline.c55 extern int bo_width, be_width;
148 if (column + bo_width + be_width + 1 >= sc_width)
155 if (bo_width > 0 &&
164 column += bo_width-1;
169 column += bo_width;
252 if (column + ue_width + bo_width + 1 + be_width >= sc_width)
H A Doutput.c13 extern int bo_width, be_width;
59 column += bo_width; in put_line()
H A Dscreen.c69 public int bo_width, be_width; /* Printing width of boldface sequences */ variable
287 be_width = bo_width = ue_width = ul_width = se_width = so_width; in get_term()
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.5.0.7.sql11 ALTER TABLE `PREFIX_employee` ADD `bo_width` int(10) unsigned NOT NULL DEFAULT 0 AFTER `bo_theme`;
/dports/korean/engdic/engdic-0.2/
H A Dscreen.c121 int bo_width, be_width; /* Printing width of boldface sequences */ variable
328 be_width = bo_width = ue_width = ul_width = se_width = so_width; in get_term()
/dports/cad/electric/electric-7.00/src/include/
H A Diocifpars.h193 INTBIG bo_length,bo_width; member
/dports/finance/prestashop/prestashop/classes/
H A DEmployee.php80 public $bo_width; variable in EmployeeCore
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DEmployee.php64 public $bo_width; variable in TbUpdaterModule\\Employee
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DEmployee.php76 public $bo_width; variable in EmployeeCore
/dports/cad/electric/electric-7.00/src/io/
H A Diocifpars.c602 obj->bo_width = width; in io_ibox()
1684 ((box *)ro)->bo_width, ((box *)ro)->bo_center, in io_shipcontents()
1821 ((box *) (thing->it_what))->bo_length, ((box *) (thing->it_what))->bo_width, in io_outitem()
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/egl-dri/
H A Dvideo.c2209 size_t bo_width = gbm_bo_get_width(bo); in get_gbm_fb() local
2217 bo_width, bo_height, gbm_bo_get_format(bo), in get_gbm_fb()
2224 else if (drmModeAddFB2(d->device->disp_fd, bo_width, bo_height, in get_gbm_fb()
2228 bo_width, bo_height, 24, 32, strides[0], handles[0], dst)){ in get_gbm_fb()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/egl-dri/
H A Dvideo.c2209 size_t bo_width = gbm_bo_get_width(bo); in get_gbm_fb() local
2217 bo_width, bo_height, gbm_bo_get_format(bo), in get_gbm_fb()
2224 else if (drmModeAddFB2(d->device->disp_fd, bo_width, bo_height, in get_gbm_fb()
2228 bo_width, bo_height, 24, 32, strides[0], handles[0], dst)){ in get_gbm_fb()
/dports/x11/aclip/arcan-0.6.1/src/platform/egl-dri/
H A Dvideo.c2209 size_t bo_width = gbm_bo_get_width(bo); in get_gbm_fb() local
2217 bo_width, bo_height, gbm_bo_get_format(bo), in get_gbm_fb()
2224 else if (drmModeAddFB2(d->device->disp_fd, bo_width, bo_height, in get_gbm_fb()
2228 bo_width, bo_height, 24, 32, strides[0], handles[0], dst)){ in get_gbm_fb()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/egl-dri/
H A Dvideo.c2209 size_t bo_width = gbm_bo_get_width(bo); in get_gbm_fb() local
2217 bo_width, bo_height, gbm_bo_get_format(bo), in get_gbm_fb()
2224 else if (drmModeAddFB2(d->device->disp_fd, bo_width, bo_height, in get_gbm_fb()
2228 bo_width, bo_height, 24, 32, strides[0], handles[0], dst)){ in get_gbm_fb()
/dports/finance/prestashop/prestashop/install/data/
H A Ddb_structure.sql825 `bo_width` int(10) unsigned NOT NULL DEFAULT '0',
/dports/www/thirtybees/thirtybees-1.1.0/install/data/
H A Ddb_schema.sql940 `bo_width` INT(11) UNSIGNED NOT NULL DEFAULT '0',
/dports/finance/prestashop/prestashop/classes/controller/
H A DAdminController.php2016 'bo_width' => (int) $this->context->employee->bo_width,
/dports/www/thirtybees/thirtybees-1.1.0/classes/controller/
H A DAdminController.php2331 'bo_width' => (int) $this->context->employee->bo_width,