Home | History | Annotate | Download | only in efiboot

Lines Matching defs:ic

111 	char input[80], *ic, *oc;
113 ic = bootcfg_info.command[choice];
118 for (; *ic && *ic != COMMAND_SEPARATOR; ic++)
119 *oc++ = *ic;
126 if (*ic == COMMAND_SEPARATOR)
127 ic++;
132 for (; *ic == ' '; ic++);
133 } while (*ic);