taglinefilesource code
spc1900drivers/char/console.cint sel_mode, new_sel_start, new_sel_end, spc;
spc1939drivers/char/console.cspc = isspace(*(off + ps));
spc1942drivers/char/console.cif ((spc && !isspace(*(off + ps))) ||
spc1943drivers/char/console.c(!spc && !inword(*(off + ps))))
spc1949drivers/char/console.cspc = isspace(*(off + pe));
spc1952drivers/char/console.cif ((spc && !isspace(*(off + pe))) ||
spc1953drivers/char/console.c(!spc && !inword(*(off + pe))))
spc174fs/umsdos/mangle.cstatic char *spc = "\"*+,/:;<=>?[\\]|~";
spc183fs/umsdos/mangle.cwhile (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#';