taglinefilesource code
spc1593kernel/chr_drv/console.cint sel_mode, new_sel_start, new_sel_end, spc;
spc1628kernel/chr_drv/console.cspc = isspace(*(off + ps));
spc1631kernel/chr_drv/console.cif ((spc && !isspace(*(off + ps))) ||
spc1632kernel/chr_drv/console.c(!spc && !inword(*(off + ps))))
spc1638kernel/chr_drv/console.cspc = isspace(*(off + pe));
spc1641kernel/chr_drv/console.cif ((spc && !isspace(*(off + pe))) ||
spc1642kernel/chr_drv/console.c(!spc && !inword(*(off + pe))))