Searched refs:mon_ones (Results 1 – 2 of 2) sorted by relevance
64 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read()78 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_write()121 *monp = val.mon_ones + val.mon_tens * 10; in atari_mste_gettod()196 val.mon_ones = (t->tm_mon+1) % 10; in atari_mste_hwclk()220 t->tm_mon = val.mon_ones + val.mon_tens * 10 - 1; in atari_mste_hwclk()
790 u_char mon_ones; member