Exemplo n.º 1
0
void usage P1H(void)
#line 1159 "../../../texk/web2c/tiedir/tie.w"
{
print("Usage: tie -[mc] outfile master changefile(s)");
term_new_line;
jump_out();
}
Exemplo n.º 2
0
/* sec 0093 */
void succumb (void)
{
  if (interaction == error_stop_mode)
    interaction = scroll_mode;

  if (log_opened)
    error();

#ifdef DEBUG
  if (interaction > 0)
    debug_help();
#endif

  history = error_stop_mode;
  jump_out();
}