Home | History | Annotate | Download | only in lib

Lines Matching defs:ic

112 	char input[80], *ic, *oc;
114 ic = bootcfg_info.command[choice];
119 for (; *ic && *ic != COMMAND_SEPARATOR; ic++)
120 *oc++ = *ic;
127 if (*ic == COMMAND_SEPARATOR)
128 ic++;
133 for (; *ic == ' '; ic++);
134 } while (*ic);