taglinefilesource code
spc2257drivers/char/console.cint sel_mode, new_sel_start, new_sel_end, spc;
spc2296drivers/char/console.cspc = isspace(*(off + ps));
spc2299drivers/char/console.cif ((spc && !isspace(*(off + ps))) ||
spc2300drivers/char/console.c(!spc && !inword(*(off + ps))))
spc2306drivers/char/console.cspc = isspace(*(off + pe));
spc2309drivers/char/console.cif ((spc && !isspace(*(off + pe))) ||
spc2310drivers/char/console.c(!spc && !inword(*(off + pe))))
spc174fs/umsdos/mangle.cstatic char *spc = "\"*+,/:;<=>?[\\]|~";
spc183fs/umsdos/mangle.cwhile (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#';