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

  /src/sys/arch/arm/iomd/
vidc20config.c 144 char *cursor_normal; variable in typeref:typename:char *
613 cursor_normal = cursor_data;
621 cursor_normal[line * width + counter]=0x55; /* why 0x55 ? */
623 cursor_normal[line * width + counter]=0;
634 (void) pmap_extract(pmap_kernel(), (vaddr_t)cursor_normal,
639 memset(cursor_normal, 0x55, width*height); /* white? */
  /src/lib/libterminfo/
term.h 1168 #define cursor_normal t_cursor_normal(cur_term) macro
1566 * cursor_normal: Make cursor appear normal (under vs/vi)

Completed in 14 milliseconds