code 174 lib/search.h void mc_search_set_error (mc_search_t * lc_mc_search, mc_search_error_t code, const gchar * format, ...) code 514 lib/search/search.c mc_search_set_error (mc_search_t * lc_mc_search, mc_search_error_t code, const gchar * format, ...) code 516 lib/search/search.c lc_mc_search->error = code; code 144 lib/strutil/strutil.c int code = mcerror->code; code 149 lib/strutil/strutil.c switch (code) code 242 lib/tty/key.c int code; /* The code returned, valid if child == NULL */ code 252 lib/tty/key.c int code; code 664 lib/tty/key.c create_sequence (const char *seq, int code, int action) code 677 lib/tty/key.c p->code = code; code 695 lib/tty/key.c for (i = 0; kd[i].code != 0; i++) code 696 lib/tty/key.c define_sequence (kd[i].code, kd[i].seq, kd[i].action); code 1025 lib/tty/key.c correct_key_code (int code) code 1027 lib/tty/key.c unsigned int c = code & ~KEY_M_MASK; /* code without modifier */ code 1028 lib/tty/key.c unsigned int mod = code & KEY_M_MASK; /* modifier */ code 1230 lib/tty/key.c return n1->code - n2->code; code 1281 lib/tty/key.c return (*res)->code; code 1292 lib/tty/key.c lookup_keycode (const long code, int *idx) code 1294 lib/tty/key.c if (code != 0) code 1296 lib/tty/key.c const key_code_name_t key = { code, NULL, NULL, NULL }; code 1639 lib/tty/key.c define_sequence (int code, const char *seq, int action) code 1652 lib/tty/key.c base->child = create_sequence (seq + 1, code, action); code 1656 lib/tty/key.c base->code = code; code 1671 lib/tty/key.c base->next = create_sequence (seq, code, action); code 1682 lib/tty/key.c keys = create_sequence (seq, code, action); code 1845 lib/tty/key.c c = this->code; code 49 lib/tty/key.h int code; code 72 lib/tty/key.h gboolean define_sequence (int code, const char *seq, int action); code 72 lib/tty/tty-internal.c mcerror->message, mcerror->code); code 85 lib/tty/tty-internal.c mcerror->message, mcerror->code); code 94 lib/tty/tty-internal.c mcerror->message, mcerror->code); code 202 lib/tty/tty-slang.c do_define_key (int code, const char *strcap) code 208 lib/tty/tty-slang.c define_sequence (code, seq, MCKEY_NOACTION); code 1466 lib/util.c mc_propagate_error (GError ** dest, int code, const char *format, ...) code 1474 lib/util.c tmp_error = g_error_new_valist (MC_ERROR, code, format, args); code 1492 lib/util.c mc_replace_error (GError ** dest, int code, const char *format, ...) code 1500 lib/util.c tmp_error = g_error_new_valist (MC_ERROR, code, format, args); code 271 lib/util.h void mc_propagate_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4); code 272 lib/util.h void mc_replace_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4); code 442 lib/widget/wtools.c mc_error_message (GError ** mcerror, int *code) code 447 lib/widget/wtools.c if ((*mcerror)->code == 0) code 450 lib/widget/wtools.c message (D_ERROR, MSG_ERROR, _("%s (%d)"), (*mcerror)->message, (*mcerror)->code); code 452 lib/widget/wtools.c if (code != NULL) code 453 lib/widget/wtools.c *code = (*mcerror)->code; code 86 lib/widget/wtools.h gboolean mc_error_message (GError ** mcerror, int *code); code 693 src/args.c mc_replace_error (mcerror, (*mcerror)->code, "%s\n\n%s\n", (*mcerror)->message, code 702 src/args.c mc_replace_error (mcerror, (*mcerror)->code, "%s", full_help_str); code 816 src/diffviewer/ydiff.c int code; code 836 src/diffviewer/ydiff.c code = p_close (f); code 838 src/diffviewer/ydiff.c if (rv < 0 || code == -1 || !WIFEXITED (code) || WEXITSTATUS (code) == 2) code 100 src/editor/spell.c const char *code; code 143 src/editor/spell.c spell_decode_lang (const char *code) code 147 src/editor/spell.c for (i = 0; spell_codes_map[i].code != NULL; i++) code 149 src/editor/spell.c if (strcmp (spell_codes_map[i].code, code) == 0) code 153 src/editor/spell.c return code; code 426 src/editor/spell.c const char *code; code 428 src/editor/spell.c code = mc_aspell_config_retrieve (global_speller->config, "lang"); code 429 src/editor/spell.c return spell_decode_lang (code); code 115 src/learn.c seq_ok = define_sequence (key_name_conv_tab[action - B_USER].code, seq, MCKEY_NOACTION); code 175 src/learn.c if (key_name_conv_tab[i].code != c || learnkeys[i].ok) code 227 src/vfs/fish/fish.c int code; code 230 src/vfs/fish/fish.c if (sscanf (s, "%d", &code) == 0) code 232 src/vfs/fish/fish.c code = 500; code 235 src/vfs/fish/fish.c if (code < 100) code 236 src/vfs/fish/fish.c return was_garbage ? ERROR : (code == 0 ? COMPLETE : PRELIM); code 237 src/vfs/fish/fish.c return code / 100; code 971 src/vfs/fish/fish.c int code; code 1020 src/vfs/fish/fish.c code = code 1027 src/vfs/fish/fish.c if (code != PRELIM) code 237 src/vfs/ftpfs/ftpfs.c static int code; code 401 src/vfs/ftpfs/ftpfs.c code = 421; code 406 src/vfs/ftpfs/ftpfs.c switch (sscanf (answer, "%d", &code)) code 411 src/vfs/ftpfs/ftpfs.c code = 500; code 424 src/vfs/ftpfs/ftpfs.c code = 421; code 428 src/vfs/ftpfs/ftpfs.c if ((sscanf (answer, "%d", &i) > 0) && (code == i) && (answer[3] == ' ')) code 434 src/vfs/ftpfs/ftpfs.c return code / 100; code 515 src/vfs/ftpfs/ftpfs.c code = 421; code 545 src/vfs/ftpfs/ftpfs.c if ((wait_reply & WANT_STRING) != 0 && !retry && level == 0 && code == 421) code 691 src/vfs/ftpfs/ftpfs.c code = ftpfs_command (me, super, WAIT_REPLY, "PASS %s", pass); code 692 src/vfs/ftpfs/ftpfs.c if (code == CONTINUE) code 704 src/vfs/ftpfs/ftpfs.c code = ftpfs_command (me, super, WAIT_REPLY, "ACCT %s", op); code 707 src/vfs/ftpfs/ftpfs.c if (code != COMPLETE) code 1522 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) == TRANSIENT) && (code == 426)) code 165 tests/lib/serialize.c ck_assert_int_eq (error->code, data->expected_error_code); code 303 tests/lib/serialize.c ck_assert_int_eq (error->code, data->expected_error_code);