args 115 lib/logging.c mc_va_log (const char *fmt, va_list args) args 128 lib/logging.c (void) vfprintf (f, fmt, args); args 143 lib/logging.c va_list args; args 148 lib/logging.c va_start (args, fmt); args 149 lib/logging.c mc_va_log (fmt, args); args 150 lib/logging.c va_end (args); args 158 lib/logging.c va_list args; args 160 lib/logging.c va_start (args, fmt); args 161 lib/logging.c mc_va_log (fmt, args); args 162 lib/logging.c va_end (args); args 518 lib/search/search.c va_list args; args 520 lib/search/search.c va_start (args, format); args 521 lib/search/search.c lc_mc_search->error_str = g_strdup_vprintf (format, args); args 522 lib/search/search.c va_end (args); args 720 lib/tty/tty-ncurses.c va_list args; args 723 lib/tty/tty-ncurses.c va_start (args, fmt); args 724 lib/tty/tty-ncurses.c g_vsnprintf (buf, sizeof (buf), fmt, args); args 725 lib/tty/tty-ncurses.c va_end (args); args 748 lib/tty/tty-slang.c va_list args; args 750 lib/tty/tty-slang.c va_start (args, fmt); args 751 lib/tty/tty-slang.c SLsmg_vprintf ((char *) fmt, args); args 752 lib/tty/tty-slang.c va_end (args); args 1471 lib/util.c va_list args; args 1473 lib/util.c va_start (args, format); args 1474 lib/util.c tmp_error = g_error_new_valist (MC_ERROR, code, format, args); args 1475 lib/util.c va_end (args); args 1497 lib/util.c va_list args; args 1499 lib/util.c va_start (args, format); args 1500 lib/util.c tmp_error = g_error_new_valist (MC_ERROR, code, format, args); args 1501 lib/util.c va_end (args); args 266 lib/util.h char *mc_build_filenamev (const char *first_element, va_list args); args 1309 lib/utilunix.c mc_build_filenamev (const char *first_element, va_list args) args 1326 lib/utilunix.c element = va_arg (args, char *); args 1335 lib/utilunix.c element = va_arg (args, char *); args 1368 lib/utilunix.c va_list args; args 1374 lib/utilunix.c va_start (args, first_element); args 1375 lib/utilunix.c ret = mc_build_filenamev (first_element, args); args 1376 lib/utilunix.c va_end (args); args 1223 lib/vfs/path.c va_list args; args 1230 lib/vfs/path.c va_start (args, first_element); args 1231 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); args 1232 lib/vfs/path.c va_end (args); args 1252 lib/vfs/path.c va_list args; args 1260 lib/vfs/path.c va_start (args, first_element); args 1261 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); args 1262 lib/vfs/path.c va_end (args); args 1286 lib/vfs/path.c va_list args; args 1295 lib/vfs/path.c va_start (args, first_vpath); args 1307 lib/vfs/path.c current_vpath = va_arg (args, const vfs_path_t *); args 1310 lib/vfs/path.c va_end (args); args 179 lib/widget/hline.c va_list args; args 182 lib/widget/hline.c va_start (args, format); args 183 lib/widget/hline.c g_vsnprintf (buf, sizeof (buf), format, args); args 184 lib/widget/hline.c va_end (args); args 191 lib/widget/label.c va_list args; args 194 lib/widget/label.c va_start (args, format); args 195 lib/widget/label.c g_vsnprintf (buf, sizeof (buf), format, args); args 196 lib/widget/label.c va_end (args); args 389 lib/widget/wtools.c va_list args; args 393 lib/widget/wtools.c va_start (args, text); args 394 lib/widget/wtools.c p = g_strdup_vprintf (text, args); args 395 lib/widget/wtools.c va_end (args); args 89 src/diffviewer/internal.h const char *args; /* Args passed to diff */ args 802 src/diffviewer/ydiff.c dff_execute (const char *args, const char *extra, const char *file1, const char *file2, args 820 src/diffviewer/ydiff.c cmd = g_strdup_printf ("diff %s %s %s %s %s", args, extra, opt, file1_esc, file2_esc); args 1765 src/diffviewer/ydiff.c ndiff = dff_execute (dview->args, extra, dview->file[DIFF_LEFT], dview->file[DIFF_RIGHT], ops); args 2393 src/diffviewer/ydiff.c dview_init (WDiff * dview, const char *args, const char *file1, const char *file2, args 2429 src/diffviewer/ydiff.c dview->args = args; args 772 src/editor/syntax.c get_args (char *l, char **args, int args_size) args 788 src/editor/syntax.c args[argc++] = convert (p); args 790 src/editor/syntax.c args[argc] = (char *) NULL; args 922 src/editor/syntax.c edit_read_syntax_rules (WEdit * edit, FILE * f, char **args, int args_size) args 935 src/editor/syntax.c args[0] = NULL; args 975 src/editor/syntax.c argc = get_args (l, args, args_size); args 976 src/editor/syntax.c a = args + 1; args 977 src/editor/syntax.c if (args[0] == NULL) args 981 src/editor/syntax.c else if (strcmp (args[0], "include") == 0) args 989 src/editor/syntax.c f = open_include_file (args[1]); args 999 src/editor/syntax.c else if (strcmp (args[0], "caseinsensitive") == 0) args 1003 src/editor/syntax.c else if (strcmp (args[0], "wholechars") == 0) args 1024 src/editor/syntax.c else if (strcmp (args[0], "context") == 0) args 1091 src/editor/syntax.c subst_defines (edit->defines, a, &args[ARGS_LEN]); args 1108 src/editor/syntax.c else if (strcmp (args[0], "spellcheck") == 0) args 1117 src/editor/syntax.c else if (strcmp (args[0], "keyword") == 0) args 1155 src/editor/syntax.c subst_defines (edit->defines, a, &args[ARGS_LEN]); args 1174 src/editor/syntax.c else if (*(args[0]) == '#') args 1178 src/editor/syntax.c else if (strcmp (args[0], "file") == 0) args 1182 src/editor/syntax.c else if (strcmp (args[0], "define") == 0) args 1260 src/editor/syntax.c char *args[ARGS_LEN], *l = NULL; args 1276 src/editor/syntax.c args[0] = NULL; args 1283 src/editor/syntax.c (void) get_args (l, args, ARGS_LEN - 1); /* Final NULL */ args 1284 src/editor/syntax.c if (args[0] == NULL) args 1288 src/editor/syntax.c if (!found && strcmp (args[0], "include") == 0) args 1290 src/editor/syntax.c if (args[1] == NULL || (g = open_include_file (args[1])) == NULL) args 1299 src/editor/syntax.c if (strcmp (args[0], "file") != 0) args 1305 src/editor/syntax.c if (args[1] == NULL || args[2] == NULL) args 1314 src/editor/syntax.c g_ptr_array_add (pnames, g_strdup (args[2])); args 1319 src/editor/syntax.c if (strcmp (type, args[2]) == 0) args 1327 src/editor/syntax.c q = mc_search (args[1], DEFAULT_CHARSET, editor_file, MC_SEARCH_T_REGEX); args 1329 src/editor/syntax.c if (!q && args[3] != NULL) args 1332 src/editor/syntax.c q = mc_search (args[3], DEFAULT_CHARSET, first_line, MC_SEARCH_T_REGEX); args 1340 src/editor/syntax.c syntax_type = args[2]; args 1341 src/editor/syntax.c line_error = edit_read_syntax_rules (edit, g ? g : f, args, ARGS_LEN - 1); args 541 src/filemanager/ext.c get_popen_information (const char *cmd_file, const char *args, char *buf, int buflen) args 547 src/filemanager/ext.c command = g_strconcat (cmd_file, args, " 2>/dev/null", (char *) NULL); args 605 src/filemanager/ext.c char *tmp, *lang, *args; args 610 src/filemanager/ext.c args = g_strconcat (" -L", lang, " -i ", tmp, (char *) NULL); args 612 src/filemanager/ext.c ret = get_popen_information ("enca", args, buf, buflen); args 614 src/filemanager/ext.c g_free (args);