Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l165 token = FCNCALL;
439 token = FCNCALL;
957 return (FCNCALL);
994 return (FCNCALL);
H A Dconstants.h90 #define FCNCALL '`' macro
H A Dfind.c453 case FCNCALL: /* function call */ in findcalledbysub()
490 if (p->type == FCNCALL) { in findcalling()
528 case FCNCALL: /* match function called to pattern */ in findcalling()