Searched refs:msgnum (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/usr.sbin/sysinst/
H A Dmsg_xlat.sh188 msgnum=0
190 msgnum=$(( $msgnum + 1 ))
191 [ "$msgnum" -le "$last_msg_number" ]
193 eval msg=\${MSGTEXT_$msgnum}
195 eval error "No translation for message \$MSGNUM_$msgnum"
206 msgnum=0
208 msgnum=$(( $msgnum + 1 ))
209 [ "$msgnum"
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dinfo.h68 uint32_t msgnum; /* Message number. High 8 bits is the phase. member in struct:entry_header
H A DStabs.cc831 citem->type = e->msgnum & 0xFFFFFF;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dinfo.h68 uint32_t msgnum; /* Message number. High 8 bits is the phase. member in struct:entry_header
H A DStabs.cc830 citem->type = e->msgnum & 0xFFFFFF;
/netbsd-current/usr.bin/mail/
H A Dfio.c80 get_message(int msgnum) argument
82 if (msgnum < 1 || msgnum > msgCount)
85 return message + msgnum - 1;
H A Dthread.c58 struct message **t_msgtbl; /* message array indexed by msgnum */
230 get_message(int msgnum) argument
234 if (msgnum < 1 || msgnum > current_thread.t_msgCount)
236 mp = current_thread.t_msgtbl[msgnum - 1];
237 assert(mp->m_index == msgnum);
260 get_abs_message(int msgnum) argument
262 if (msgnum < 1 || msgnum > message_array.t_msgCount)
265 return &message_array.t_head[msgnum
[all...]
H A Dsupport.c123 set_m_flag(int msgnum, int and_bits, int xor_bits) argument
127 mp = get_message(msgnum);

Completed in 138 milliseconds