Lines Matching defs:msg_no
56 static int msg_no = 1;
67 tmp->msg_no = msg_no++;
160 "const char *msg_string(msg msg_no);\n"
166 "void msg_display(msg msg_no);\n"
167 "void msg_fmt_display(msg msg_no, const char *fmt, ...)"
170 "void msg_display_add(msg msg_no);\n"
171 "void msg_fmt_display_add(msg msg_no, const char *fmt, ...);\n"
173 "void msg_prompt(msg msg_no, const char *def,"
175 "void msg_fmt_prompt(msg msg_no, const char *def,"
179 "void msg_prompt_add(msg msg_no, const char *def,"
181 "void msg_fmt_prompt_add(msg msg_no, const char *def,"
185 "void msg_prompt_noecho(msg msg_no, const char *def,"
187 "void msg_fmt_prompt_noecho(msg msg_no, const char *def,"
191 "void msg_prompt_win(msg msg_no, int x, int y, int w,"
194 "void msg_fmt_prompt_win(msg msg_no, int x, int y, int w,"
199 "void msg_table_add(msg msg_no);"
200 "void msg_fmt_table_add(msg msg_no, const char *fmt, ...)"
210 t->id, t->msg_no);