Lines Matching refs:A
88 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */
89 #define MNEXT(A) (A+2) /* character following a metasymbol block */
91 #define OSYM(A) (*(A+1)) /* symbol in an operation block */
92 #define OCNT(A) (*(A+2)) /* character count */
93 #define ONEXT(A) (A+3) /* next character after the operation */
94 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */
96 #define SCNT(A) (*(A+1)) /* byte count of a string */
97 #define SSTR(A) (A+2) /* address of the string */
98 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */