Lines Matching defs:chars
92 uint32_t *chars;
223 vdp->chars = NULL;
321 * we allocate both chars and attributes in one chunk, attributes first
342 * fill the attribute buffer with *defattr, chars with 0x20
357 if (vdp->chars != NULL)
358 free(vdp->chars, M_DEVBUF);
362 vdp->chars = malloc(size * sizeof(uint32_t), M_DEVBUF,
745 vdp->chars[boffset] = charptr[offset];
802 if ((vdp->chars[boffset] != charptr[offset]) ||
806 vdp->chars[boffset] = charptr[offset];
1041 if ((scr->scr_chars[pos] != vdp->chars[ppos]) ||
1045 vdp->chars[ppos] = scr->scr_chars[pos];
1091 vdp->chars[i] = scr->scr_chars[i];
1196 if ((scr->scr_chars[pos] != vdp->chars[ppos]) ||
1200 vdp->chars[ppos] = scr->scr_chars[pos];
1247 vdp->chars[i] = 0x20;
1308 if ((vdp->chars == NULL) || (vdp->attrs == NULL)) {
1312 if ((vdp->chars[pos] != c) || (vdp->attrs[pos] != attr)) {
1314 vdp->chars[pos] = c;
1721 vdp->chars[i] = -1;