Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Dscanner.l167 token = FCNCALL;
441 token = FCNCALL;
959 return (FCNCALL);
996 return (FCNCALL);
H A Dconstants.h92 #define FCNCALL '`' macro
H A Dfind.c455 case FCNCALL: /* function call */ in findcalledbysub()
492 if (p->type == FCNCALL) { in findcalling()
530 case FCNCALL: /* match function called to pattern */ in findcalling()