Searched refs:current_msg (Results 1 – 2 of 2) sorted by relevance
107 struct cat_msg *current_msg; /* the pointer to the first message */ variable194 current_msg = NULL;259 current_msg = NULL;311 if (current_msg == NULL) {314 current_msg = current_set->first_msg;315 if (current_msg == NULL) {316 current_msg = new_msg(no, len, text);317 current_set->first_msg = current_msg;321 if (current_msg->msg_no >= no) {322 current_msg = current_set->first_msg;[all …]
349 char *current_msg = "current: "; local367 err_print("%sfailed\n", current_msg);370 dump(current_msg, msbuf, MODESENSE_PAGE_LEN(pg),