Searched refs:DECL (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | lookup.c | 58 { "char", ' ', DECL, NULL }, 62 { "double", ' ', DECL, NULL }, 66 { "enum", ' ', DECL, NULL }, 67 { externtext, ' ', DECL, NULL }, 68 { "float", ' ', DECL, NULL }, 72 { "int", ' ', DECL, NULL }, 73 { "long", ' ', DECL, NULL }, 74 { "register", ' ', DECL, NULL }, 76 { "short", ' ', DECL, NULL }, 78 { "static", ' ', DECL, NULL }, [all …]
|
H A D | global.h | 64 DECL, /* type declaration */ enumerator
|
H A D | scanner.l | 575 } else if (p->type == DECL && fcndef == YES &&
|