Lines Matching refs:NUM_MSG_SEQUENCES
31 #define NUM_MSG_SEQUENCES 1 macro
36 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES];
193 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_format()
242 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_mccolor()
263 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_mcfont()
281 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_get_monthcal()
341 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_range()
431 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_range_swap_min_max()
542 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_system_time()
681 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_systemtime_with_limits()
844 init_msg_sequences(sequences, NUM_MSG_SEQUENCES); in START_TEST()