Searched refs:SF_LOCAL (Results 1 – 2 of 2) sorted by relevance
529 #define SF_LOCAL 00100000 /* sentinel for a local call */ macro883 #define SETLOCAL(f) ((f)->mode |= SF_LOCAL)884 #define GETLOCAL(f,v) ((v) = ((f)->mode&SF_LOCAL), (f)->mode &= ~SF_LOCAL, (v))
92 for(local = 0;; local = SF_LOCAL)