taglinefilesource code
spc409drivers/block/genhd.cunsigned long spc;
spc433drivers/block/genhd.cspc = (label->ntrks * label->nsect);
spc440drivers/block/genhd.cst_sector = first_sector + (p->start_cylinder * spc);
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))))
spc175fs/umsdos/mangle.cstatic const char *spc = "\"*+,/:;<=>?[\\]|~";
spc184fs/umsdos/mangle.cwhile (*spc != '\0') lkp[(unsigned char)(*spc++)] = '#';