taglinefilesource code
spc2363drivers/char/console.cint sel_mode, new_sel_start, new_sel_end, spc;
spc2402drivers/char/console.cspc = isspace(*(off + ps));
spc2405drivers/char/console.cif ((spc && !isspace(*(off + ps))) ||
spc2406drivers/char/console.c(!spc && !inword(*(off + ps))))
spc2412drivers/char/console.cspc = isspace(*(off + pe));
spc2415drivers/char/console.cif ((spc && !isspace(*(off + pe))) ||
spc2416drivers/char/console.c(!spc && !inword(*(off + pe))))
spc178fs/umsdos/mangle.cstatic char *spc = "\"*+,/:;<=>?[\\]|~";
spc187fs/umsdos/mangle.cwhile (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#';