Searched defs:__IDSTRING (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dsh.h145 * We got usable __IDSTRING __COPYRIGHT __RCSID __SCCSID macros
151 #undef __IDSTRING macro
160 #define __IDSTRING(prefix, string) /* nothing */ macro
162 #define __IDSTRING(prefix, string) \ macro
166 #define __COPYRIGHT(x) __IDSTRING(copyright,x)
167 #define __RCSID(x) __IDSTRING(rcsid,x)
168 #define __SCCSID(x) __IDSTRING(sccsid,x)

Completed in 53 milliseconds