Home
last modified time | relevance | path

Searched refs:R_LAST (Results 1 – 3 of 3) sorted by relevance

/external/ltp/pan/
Dsymbol.h101 #define R_LAST 3 /* set "cursor" to last item (UNIMP) */ macro
Dsymbol.c368 case R_LAST: in sym_seq()
/external/python/cpython2/Modules/
Dbsddbmodule.c625 return bsddb_seq(dp, R_LAST); in bsddb_last()