Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dconstants.h55 #define getrefchar() (*(++blockp + 1) != '\0' ? *blockp : \ macro
H A Dfind.c135 switch (getrefchar()) { in findsymbol()
1097 if (*blockp != '\n' || getrefchar() != '\n' || in putsource()
1098 !isdigit(getrefchar()) && fileversion >= 12) { in putsource()
1111 } while (blockp != NULL && getrefchar() != '\n'); in putsource()
H A Dmain.c1483 type = getrefchar(); in copyinverted()