Searched refs:fullName (Results 1 – 1 of 1) sorted by relevance
67 char *fullName; member224 records[nextRecord].fullName = strndup(save_cp, len); in parseInputFile()260 printf(" Entering %s\n", records[nextRecord].fullName); in parseInputFile()266 printf(" Exiting %s (past bottom of stack)\n", records[nextRecord].fullName); in parseInputFile()276 char *name = callStack[threadId].frames[indentLevel - 1]->fullName; in parseInputFile()277 if (strcmp(name, records[nextRecord].fullName) == 0) { in parseInputFile()284 callStack[threadId].frames[indentLevel - 1]->fullName); in parseInputFile()298 printf(" Entering %s\n", records[nextRecord].fullName); in parseInputFile()386 for (pRecord = records; pRecord->fullName; ++pRecord) { in writeKeyMethods()395 for (pNext = pRecord + 1; pNext->fullName; ++pNext) { in writeKeyMethods()[all …]