Searched refs:EXFUN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ansidecl.h | 39 obsolete -- EXFUN (name, (prototype)) -- obsolete. 49 We could use the EXFUN macro to handle prototype declarations, but 57 EXFUN would have done it like this: 59 static int EXFUN (foo, (int, char)); 62 the function name out of the mess. EXFUN should be considered 98 #define EXFUN(name, proto) name proto macro 122 #define EXFUN(name, proto) name() macro
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ansidecl.h | 39 obsolete -- EXFUN (name, (prototype)) -- obsolete. 49 We could use the EXFUN macro to handle prototype declarations, but 57 EXFUN would have done it like this: 59 static int EXFUN (foo, (int, char)); 62 the function name out of the mess. EXFUN should be considered 98 #define EXFUN(name, proto) name proto macro 122 #define EXFUN(name, proto) name() macro
|
Completed in 1 milliseconds