taglinefilesource code
spc1902drivers/char/console.cint sel_mode, new_sel_start, new_sel_end, spc;
spc1941drivers/char/console.cspc = isspace(*(off + ps));
spc1944drivers/char/console.cif ((spc && !isspace(*(off + ps))) ||
spc1945drivers/char/console.c(!spc && !inword(*(off + ps))))
spc1951drivers/char/console.cspc = isspace(*(off + pe));
spc1954drivers/char/console.cif ((spc && !isspace(*(off + pe))) ||
spc1955drivers/char/console.c(!spc && !inword(*(off + pe))))
spc174fs/umsdos/mangle.cstatic char *spc = "\"*+,/:;<=>?[\\]|~";
spc183fs/umsdos/mangle.cwhile (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#';