HomeSort by relevance Sort by last modified time
    Searched refs:fgcol (Results 1 - 3 of 3) sorted by null

  /external/qemu/ui/
console.c 69 uint8_t fgcol:4; member in struct:TextAttributes
468 printf(" fg: %d bg: %d ch:'%2X' '%c'\n", t_attrib->fgcol, t_attrib->bgcol, ch, ch);
479 unsigned int fgcol, bgcol; local
487 bgcol = color_table[t_attrib->bold][t_attrib->fgcol];
488 fgcol = color_table[t_attrib->bold][t_attrib->bgcol];
490 fgcol = color_table[t_attrib->bold][t_attrib->fgcol];
499 xorcol = bgcol ^ fgcol;
817 s->t_attrib.fgcol=COLOR_BLACK;
820 s->t_attrib.fgcol=COLOR_RED
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''):
443 ''' % (bgcol, fgcol, title, fgcol, extras or ' ')
445 def section(self, title, fgcol, bgcol, contents, width=6,
455 ''' % (bgcol, fgcol, title)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''):
443 ''' % (bgcol, fgcol, title, fgcol, extras or ' ')
445 def section(self, title, fgcol, bgcol, contents, width=6,
455 ''' % (bgcol, fgcol, title)
    [all...]

Completed in 1769 milliseconds