Home | History | Annotate | Download | only in back

Lines Matching defs:fileId

57   int fileId;
69 int fileId;
267 int fileId = lineTable[lti].fileId;
269 ln += (fileId << 16); /* create line hash */
502 private void storeFile(int fileId, String sourceName, String sourcePath) {
504 fileTable[fileIndex].fileId = fileId;
512 int fileId;
521 fileId = readNumber();
526 storeFile(fileId, sourceName, sourcePath);
530 int njplsStart, int njplsEnd, int fileId) {
537 lineTable[lineIndex].fileId = fileId;
554 /* is there a fileID? */
720 private int fileTableIndex(int sti, int fileId) {
726 if (fileTable[i].fileId == fileId) {
734 return fileTableIndex(sti, lineTable[lti].fileId);