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

  /src/sys/arch/vax/vsa/
spx.c 203 static void spx_putchar(void *, int, int, u_int, long);
230 spx_putchar,
374 /* SPX HW accelerated part of spx_putchar */
375 static void SPX_putchar(int, int, u_int, char, char);
743 SPX_putchar(int row, int col, u_int c, char dot_fg, char dot_bg)
830 spx_putchar(void *id, int row, int col, u_int c, long attr) function in typeref:typename:void
1107 spx_putchar(ss, row, col, c, attr);
1460 spx_putchar_func = SPX_putchar;
spx.c 203 static void spx_putchar(void *, int, int, u_int, long);
230 spx_putchar,
374 /* SPX HW accelerated part of spx_putchar */
375 static void SPX_putchar(int, int, u_int, char, char);
743 SPX_putchar(int row, int col, u_int c, char dot_fg, char dot_bg)
830 spx_putchar(void *id, int row, int col, u_int c, long attr) function in typeref:typename:void
1107 spx_putchar(ss, row, col, c, attr);
1460 spx_putchar_func = SPX_putchar;

Completed in 56 milliseconds