Home
last modified time | relevance | path

Searched refs:g1_hour (Results 1 – 2 of 2) sorted by relevance

/dports/misc/libemos/libemos-4.5.9-Source/gribex/
H A Dgdecode.c346 if( (g1_hour(g) == 255) || (g1_minute(g) == 255) ) return (fortint) -1; in IGTIME()
348 time = g1_hour(g)*100 + in IGTIME()
H A Dgdecode.h187 #define g1_hour(a) ONEBYTEINT((a->g1)->hour) macro