Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c87 int msg_no; member
296 p->msg_no = no;
321 if (current_msg->msg_no >= no) {
323 if (current_msg->msg_no > no) {
330 if (current_msg->msg_no == no) {
388 if (current_msg->msg_no > no)
450 int msg_no; local
476 msg_no = 0;
478 if (msg->__msg_no < msg_no)
480 msg_no = msg->__msg_no;
[all …]