Lines Matching refs:msg

37 msg(const char *fmt, ...)  in msg()  function
78 msg("Failed to move beyond the newest entry."); in check_current()
83 msg("%s is NULL.", descr); in check_current()
85 msg("%s is \"%s\" instead of \"%s\".", descr, he->line, want); in check_current()
94 msg("Get %d+%d returned NULL.", history_base, idx); in check_get()
96 msg("Get %d+%d returned line == NULL.", history_base, idx); in check_get()
98 msg("Get %d+%d returned \"%s\" instead of \"%s\".", in check_get()
107 msg(__func__); in test_movement_direction()
121 return msg(NULL); in test_movement_direction()
131 msg(__func__); in test_where()
145 msg("Where returned %d instead of 1.", ret); in test_where()
147 return msg(NULL); in test_where()
158 msg(__func__); in test_get()
167 return msg(NULL); in test_get()
177 msg(__func__); in test_set_pos_return_values()
183 msg("Set_pos(-1) returned %d instead of 0.", ret); in test_set_pos_return_values()
191 msg("Set_pos(1) returned %d instead of 1.", ret); in test_set_pos_return_values()
193 return msg(NULL); in test_set_pos_return_values()
201 msg(__func__); in test_set_pos_index()
212 return msg(NULL); in test_set_pos_index()
220 msg(__func__); in test_remove()
246 return msg(NULL); in test_remove()
254 msg(__func__); in test_stifle_size()
262 msg("Length is %d instead of 2.", history_length); in test_stifle_size()
264 return msg(NULL); in test_stifle_size()
272 msg(__func__); in test_stifle_base()
282 msg("Base is %d instead of 2.", history_base); in test_stifle_base()
284 return msg(NULL); in test_stifle_base()