Home
last modified time | relevance | path

Searched refs:index (Results 1 – 1 of 1) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp1049 int i, index, pos; in parse471() local
1067 if (fscanf(file, OPT_PATH "%d=%[^\r^\n]", &index, buf) in parse471()
1070 index--; in parse471()
1072 strcpy((char*)gOpts.code471Path[index], buf); in parse471()
1073 printf("path%i: %s\n", index, gOpts.code471Path[index]); in parse471()
1086 int i, index, pos; in parse472() local
1104 if (fscanf(file, OPT_PATH "%d=%[^\r^\n]", &index, buf) in parse472()
1108 index--; in parse472()
1109 strcpy((char*)gOpts.code472Path[index], buf); in parse472()
1110 printf("path%i: %s\n", index, gOpts.code472Path[index]); in parse472()
[all …]