Searched refs:getrefchar (Results 1 – 3 of 3) sorted by relevance
57 #define getrefchar() (*(++blockp + 1) != '\0' ? *blockp : \ macro
137 switch (getrefchar()) { in findsymbol()1099 if (*blockp != '\n' || getrefchar() != '\n' || in putsource()1100 !isdigit(getrefchar()) && fileversion >= 12) { in putsource()1113 } while (blockp != NULL && getrefchar() != '\n'); in putsource()
1485 type = getrefchar(); in copyinverted()