taglinefilesource code
step154drivers/char/uni_to_437.cint step = 128;
step155drivers/char/uni_to_437.cstruct unipc *up = uni_to_pc + step - 1;
step160drivers/char/uni_to_437.cstep >>= 1;
step161drivers/char/uni_to_437.cif(!step)
step164drivers/char/uni_to_437.cup += step;
step166drivers/char/uni_to_437.cup -= step;
step428kernel/module.cstruct module *step;
step432kernel/module.cfor (step = module_list; step; step = step->next) {
step433kernel/module.cfor (prev = ref = step->ref; ref; ref = prev->next) {
step435kernel/module.cif (ref == step->ref)
step436kernel/module.cstep->ref = ref->next;