Searched refs:graphic (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c184 graphic_t *graphic; local
201 graphic = NULL;
221 graphic = GR(psenc->inuse);
225 graphic = GL(psenc->inuse);
230 if (graphic == NULL)
267 if (graphic != GR(psenc->inuse))
271 if (graphic != GL(psenc->inuse))
274 range = &ranges[(size_t)graphic->charset];
279 if (graphic->length == (tail - head)) {
280 if (graphic
306 graphic_t *graphic; local
531 graphic_t *graphic; local
[all...]
/freebsd-13-stable/stand/lua/
H A Ddrawer.lua307 local graphic = branddef.graphic
319 draw(x, y, graphic)
333 if logodef == nil or logodef.graphic == nil or
348 if logodef ~= nil and logodef.graphic == none then
375 draw(x, y, logodef.graphic)
431 -- keys are: graphic (table depicting graphic)
433 graphic = fbsd_brand,
437 graphic
[all...]

Completed in 169 milliseconds