Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l75 static BOOL fcndef; /* function definition */ variable
158 fcndef = YES; /* treat as function definition */
282 fcndef == YES) {
283 fcndef = NO;
415 fcndef = YES;
436 if ((fcndef == YES || ppdefine == YES ||
470 if ((fcndef == YES || ppdefine == YES ||
479 if (notpp() && esudef == NO && fcndef == YES &&
517 } else if (fcndef == YES && braces == 0) {
573 } else if (p->type == DECL && fcndef == YES &&
[all …]