Searched defs:FuncDef (Results 1 – 2 of 2) sorted by relevance
7882 typedef struct FuncDef FuncDef; typedef9625 struct FuncDef { struct9630 FuncDef *pNext; /* Next function with same name */ argument9635 FuncDef *pHash; /* Next with a different name but the same hash */ argument9644 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
9364 typedef struct FuncDef FuncDef; typedef11300 struct FuncDef { struct11304 FuncDef *pNext; /* Next function with same name */ argument11309 FuncDef *pHash; /* Next with a different name but the same hash */ argument11318 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument