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

/ast/src/lib/librecsort/
H A Drshdr.h58 #define RS_LOCAL 020000 /* local call */ macro
101 #define SETLOCAL(rs) (rs->type |= RS_LOCAL)
102 #define GETLOCAL(rs,l) ((l = (rs->type&RS_LOCAL)), (rs->type &= ~RS_LOCAL), l)

Completed in 18 milliseconds