taglinefilesource code
spc455drivers/block/genhd.cunsigned long spc;
spc479drivers/block/genhd.cspc = (label->ntrks * label->nsect);
spc486drivers/block/genhd.cst_sector = first_sector + (p->start_cylinder * spc);
spc116drivers/char/selection.cint sel_mode, new_sel_start, new_sel_end, spc;
spc176drivers/char/selection.cspc = isspace(sel_pos(ps));
spc179drivers/char/selection.cif ((spc && !isspace(sel_pos(ps))) ||
spc180drivers/char/selection.c(!spc && !inword(sel_pos(ps))))
spc186drivers/char/selection.cspc = isspace(sel_pos(pe));
spc189drivers/char/selection.cif ((spc && !isspace(sel_pos(pe))) ||
spc190drivers/char/selection.c(!spc && !inword(sel_pos(pe))))
spc174fs/umsdos/mangle.cstatic const char *spc = "\"*+,/:;<=>?[\\]|~";
spc183fs/umsdos/mangle.cwhile (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#';