OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgnum
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/sysinst/
msg_xlat.sh
188
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
" -le "$last_msg_number"
[
all
...]
/src/usr.bin/mail/
fio.c
80
get_message(int
msgnum
)
82
if (
msgnum
< 1 ||
msgnum
> msgCount)
85
return message +
msgnum
- 1;
thread.c
58
struct message **t_msgtbl; /* message array indexed by
msgnum
*/
230
get_message(int
msgnum
)
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
)
262
if (
msgnum
< 1 ||
msgnum
> message_array.t_msgCount)
265
return &message_array.t_head[
msgnum
- 1]
[
all
...]
support.c
123
set_m_flag(int
msgnum
, int and_bits, int xor_bits)
127
mp = get_message(
msgnum
);
Completed in 12 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025