Home
last modified time | relevance | path

Searched defs:__RCSID (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-freebsd7/
DIN.py58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) function
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) function
/external/mksh/src/
Dsh.h180 #define __RCSID(x) __IDSTRING(rcsid,x) macro