Lines Matching defs:A
22 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
133 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */
134 #define MNEXT(A) (A+2) /* character following a metasymbol block */
136 #define OSYM(A) (*(A+1)) /* symbol in an operation block */
137 #define OCNT(A) (*(A+2)) /* character count */
138 #define ONEXT(A) (A+3) /* next character after the operation */
139 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */
141 #define SCNT(A) (*(A+1)) /* byte count of a string */
142 #define SSTR(A) (A+2) /* address of the string */
143 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */