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