Home
last modified time | relevance | path

Searched refs:posx (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/parisc/kernel/
Dfirmware.c802 static int posx; /* for simple TAB-Simulation... */ in pdc_iodc_putc() local
813 posx = 0; in pdc_iodc_putc()
817 while (posx & 7) /* expand TAB */ in pdc_iodc_putc()
821 posx-=2; /* BS */ in pdc_iodc_putc()
825 posx++; in pdc_iodc_putc()