HomeSort by: relevance | last modified time | path
    Searched refs:bg0 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/locate/code/
locate.code.c 192 char bg0, bg1, *p; local in function:bgindex
194 bg0 = bg[0];
197 if (p[0] == bg0 && p[1] == bg1)
  /src/sys/dev/rasops/
rasops.c 613 rasops_allocattr_color(void *cookie, int fg0, int bg0, int flg, long *attr)
615 uint32_t fg = fg0, bg = bg0;
667 rasops_allocattr_mono(void *cookie, int fg0, int bg0, int flg, long *attr)
669 uint32_t fg = fg0, bg = bg0;

Completed in 53 milliseconds