Searched refs:__SID (Results 1 – 1 of 1) sorted by relevance
7 #define __SID ('S' << 8) macro9 #define I_NREAD (__SID | 1)10 #define I_PUSH (__SID | 2)11 #define I_POP (__SID | 3)12 #define I_LOOK (__SID | 4)13 #define I_FLUSH (__SID | 5)14 #define I_SRDOPT (__SID | 6)15 #define I_GRDOPT (__SID | 7)16 #define I_STR (__SID | 8)19 #define I_FIND (__SID | 11)[all …]
Completed in 5 milliseconds