Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
H A Dpostscript.c247 int inheader = 1; /* Are we still in the header, before first in _print_ps() local
461 if (inheader) in _print_ps()
481 /* We need to distinguish with the $inheader variable in _print_ps()
486 if (inheader) { in _print_ps()
524 if (inheader) in _print_ps()
535 if (!lastpassthru && !inheader) { in _print_ps()
559 if (inheader) { in _print_ps()
583 inheader = 0; in _print_ps()
720 (inheader || option_get_section(o) == SECTION_PAGESETUP)) { in _print_ps()
750 pdest = (inheader in _print_ps()
[all...]
/third_party/mesa3d/src/egl/generate/
H A DeglFunctionList.py79 def _eglFunc(name, method, static=None, public=False, inheader=None, prefix="dispatch_", extension=None, retval=None):
85 if inheader is None:
86 inheader = (not static)
94 "inheader" : inheader,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H A Dhtmldiff.pl300 my $inheader=0;
413 # $inheader = 1;
415 if ($inheader == 0) {
423 $inheader = 0;
431 if (($inelement == 0) && ($inheader == 0)) {

Completed in 3 milliseconds