Searched defs:MAXPOS (Results 1 – 2 of 2) sorted by relevance
98 #define MAXPOS 80 /* max length of position string */ macro
20 #define MAXPOS(a,b) (((a) > (b)) ? (a) : (b)) macro