Searched defs:VAL (Results 1 – 5 of 5) sorted by relevance
25 #define VAL 0 macro
20 #define VAL(x) (x!='\n'?x:' ') macro
45 #define VAL(c) ( (c) < 9 ? (c)+1 : 10 ) /* val of rank */ macro
20 # define VAL(x) (int)(((x)>>8)&0377) macro
11 # define VAL 0 macro