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

  /src/sys/arch/arc/dev/
pccons.c 125 static u_short *Crtat; /* pointer to backing store */
126 static u_short *crtat; /* pointer to current char */ variable in typeref:typename:u_short *
271 * when `Crtat' is initialized.
480 pos = crtat - Crtat;
843 /* crtat = 0; */
932 char *cp0 = (char *)crtat; *cp0++ = (c); *cp0 = (at); crtat++; vs.col++; \
978 if (crtat == 0) {
1012 Crtat = (u_short *)__UNVOLATILE(dp)
    [all...]
pccons.c 125 static u_short *Crtat; /* pointer to backing store */
126 static u_short *crtat; /* pointer to current char */ variable in typeref:typename:u_short *
271 * when `Crtat' is initialized.
480 pos = crtat - Crtat;
843 /* crtat = 0; */
932 char *cp0 = (char *)crtat; *cp0++ = (c); *cp0 = (at); crtat++; vs.col++; \
978 if (crtat == 0) {
1012 Crtat = (u_short *)__UNVOLATILE(dp)
    [all...]

Completed in 21 milliseconds