Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Dscanner.l77 static BOOL fcndef; /* function definition */ variable
160 fcndef = YES; /* treat as function definition */
284 fcndef == YES) {
285 fcndef = NO;
417 fcndef = YES;
438 if ((fcndef == YES || ppdefine == YES ||
472 if ((fcndef == YES || ppdefine == YES ||
481 if (notpp() && esudef == NO && fcndef == YES &&
519 } else if (fcndef == YES && braces == 0) {
575 } else if (p->type == DECL && fcndef == YES &&
[all …]