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

/external/mksh/src/
H A Dsh.h140 * We got usable __IDSTRING __COPYRIGHT __RCSID __SCCSID macros
146 #undef __IDSTRING macro
155 #define __IDSTRING(prefix, string) /* nothing */ macro
157 #define __IDSTRING(prefix, string) \ macro
161 #define __COPYRIGHT(x) __IDSTRING(copyright,x)
162 #define __RCSID(x) __IDSTRING(rcsid,x)
163 #define __SCCSID(x) __IDSTRING(sccsid,x)

Completed in 29 milliseconds