Home | History | Annotate | Download | only in zboot

Lines Matching defs:ic

73 	char input[80], *ic, *oc;
128 ic = bootcfg_info.command[choice];
133 for (; *ic && *ic != COMMAND_SEPARATOR; ic++)
134 *oc++ = *ic;
141 if (*ic == COMMAND_SEPARATOR)
142 ic++;
147 for (; *ic == ' '; ic++);
148 } while (*ic);