taglinefilesource code
spc115drivers/char/selection.cint sel_mode, new_sel_start, new_sel_end, spc;
spc168drivers/char/selection.cspc = isspace(sel_pos(ps));
spc171drivers/char/selection.cif ((spc && !isspace(sel_pos(ps))) ||
spc172drivers/char/selection.c(!spc && !inword(sel_pos(ps))))
spc178drivers/char/selection.cspc = isspace(sel_pos(pe));
spc181drivers/char/selection.cif ((spc && !isspace(sel_pos(pe))) ||
spc182drivers/char/selection.c(!spc && !inword(sel_pos(pe))))
spc178fs/umsdos/mangle.cstatic char *spc = "\"*+,/:;<=>?[\\]|~";
spc187fs/umsdos/mangle.cwhile (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#';