Searched refs:MAXPOS (Results 1 – 2 of 2) sorted by relevance
98 #define MAXPOS 80 /* max length of position string */ macro 117 char latlon[MAXPOS]; /* receiver position (lat/lon/alt) */
20 #define MAXPOS(a,b) (((a) > (b)) ? (a) : (b)) macro