taglinefilesource code
spc2466drivers/char/console.cint sel_mode, new_sel_start, new_sel_end, spc;
spc2505drivers/char/console.cspc = isspace(*(off + ps));
spc2508drivers/char/console.cif ((spc && !isspace(*(off + ps))) ||
spc2509drivers/char/console.c(!spc && !inword(*(off + ps))))
spc2515drivers/char/console.cspc = isspace(*(off + pe));
spc2518drivers/char/console.cif ((spc && !isspace(*(off + pe))) ||
spc2519drivers/char/console.c(!spc && !inword(*(off + pe))))
spc174fs/umsdos/mangle.cstatic char *spc = "\"*+,/:;<=>?[\\]|~";
spc183fs/umsdos/mangle.cwhile (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#';