args 118 lib/logging.c mc_va_log (const char *fmt, va_list args) args 131 lib/logging.c (void) vfprintf (f, fmt, args); args 146 lib/logging.c va_list args; args 151 lib/logging.c va_start (args, fmt); args 152 lib/logging.c mc_va_log (fmt, args); args 153 lib/logging.c va_end (args); args 161 lib/logging.c va_list args; args 163 lib/logging.c va_start (args, fmt); args 164 lib/logging.c mc_va_log (fmt, args); args 165 lib/logging.c va_end (args); args 513 lib/search/search.c va_list args; args 515 lib/search/search.c va_start (args, format); args 516 lib/search/search.c lc_mc_search->error_str = g_strdup_vprintf (format, args); args 517 lib/search/search.c va_end (args); args 737 lib/tty/tty-ncurses.c va_list args; args 740 lib/tty/tty-ncurses.c va_start (args, fmt); args 741 lib/tty/tty-ncurses.c g_vsnprintf (buf, sizeof (buf), fmt, args); args 742 lib/tty/tty-ncurses.c va_end (args); args 749 lib/tty/tty-slang.c va_list args; args 751 lib/tty/tty-slang.c va_start (args, fmt); args 752 lib/tty/tty-slang.c SLsmg_vprintf ((char *) fmt, args); args 753 lib/tty/tty-slang.c va_end (args); args 1492 lib/util.c va_list args; args 1494 lib/util.c va_start (args, format); args 1495 lib/util.c tmp_error = g_error_new_valist (MC_ERROR, code, format, args); args 1496 lib/util.c va_end (args); args 1518 lib/util.c va_list args; args 1520 lib/util.c va_start (args, format); args 1521 lib/util.c tmp_error = g_error_new_valist (MC_ERROR, code, format, args); args 1522 lib/util.c va_end (args); args 267 lib/util.h char *mc_build_filenamev (const char *first_element, va_list args); args 1292 lib/utilunix.c mc_build_filenamev (const char *first_element, va_list args) args 1309 lib/utilunix.c element = va_arg (args, char *); args 1317 lib/utilunix.c element = va_arg (args, char *); args 1346 lib/utilunix.c va_list args; args 1352 lib/utilunix.c va_start (args, first_element); args 1353 lib/utilunix.c ret = mc_build_filenamev (first_element, args); args 1354 lib/utilunix.c va_end (args); args 1268 lib/vfs/path.c va_list args; args 1275 lib/vfs/path.c va_start (args, first_element); args 1276 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); args 1277 lib/vfs/path.c va_end (args); args 1297 lib/vfs/path.c va_list args; args 1305 lib/vfs/path.c va_start (args, first_element); args 1306 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); args 1307 lib/vfs/path.c va_end (args); args 1331 lib/vfs/path.c va_list args; args 1340 lib/vfs/path.c va_start (args, first_vpath); args 1352 lib/vfs/path.c current_vpath = va_arg (args, const vfs_path_t *); args 1355 lib/vfs/path.c va_end (args); args 184 lib/widget/hline.c va_list args; args 187 lib/widget/hline.c va_start (args, format); args 188 lib/widget/hline.c g_vsnprintf (buf, sizeof (buf), format, args); args 189 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 396 lib/widget/wtools.c va_list args; args 400 lib/widget/wtools.c va_start (args, text); args 401 lib/widget/wtools.c p = g_strdup_vprintf (text, args); args 402 lib/widget/wtools.c va_end (args); args 89 src/diffviewer/internal.h const char *args; /* Args passed to diff */ args 807 src/diffviewer/ydiff.c dff_execute (const char *args, const char *extra, const char *file1, const char *file2, GArray *ops) args 824 src/diffviewer/ydiff.c cmd = g_strdup_printf ("diff %s %s %s %s %s", args, extra, opt, file1_esc, file2_esc); args 1716 src/diffviewer/ydiff.c ndiff = dff_execute (dview->args, extra, dview->file[DIFF_LEFT], dview->file[DIFF_RIGHT], ops); args 2382 src/diffviewer/ydiff.c dview_init (WDiff *dview, const char *args, const char *file1, const char *file2, args 2437 src/diffviewer/ydiff.c dview->args = args; args 790 src/editor/syntax.c get_args (char *l, char **args, int args_size) args 806 src/editor/syntax.c args[argc++] = convert (p); args 808 src/editor/syntax.c args[argc] = (char *) NULL; args 935 src/editor/syntax.c edit_read_syntax_rules (WEdit *edit, FILE *f, char **args, int args_size) args 948 src/editor/syntax.c args[0] = NULL; args 987 src/editor/syntax.c argc = get_args (l, args, args_size); args 988 src/editor/syntax.c a = args + 1; args 989 src/editor/syntax.c if (args[0] == NULL) args 993 src/editor/syntax.c else if (strcmp (args[0], "include") == 0) args 1001 src/editor/syntax.c f = open_include_file (args[1]); args 1011 src/editor/syntax.c else if (strcmp (args[0], "caseinsensitive") == 0) args 1015 src/editor/syntax.c else if (strcmp (args[0], "wholechars") == 0) args 1036 src/editor/syntax.c else if (strcmp (args[0], "context") == 0) args 1103 src/editor/syntax.c subst_defines (edit->defines, a, &args[ARGS_LEN]); args 1120 src/editor/syntax.c else if (strcmp (args[0], "spellcheck") == 0) args 1129 src/editor/syntax.c else if (strcmp (args[0], "keyword") == 0) args 1167 src/editor/syntax.c subst_defines (edit->defines, a, &args[ARGS_LEN]); args 1186 src/editor/syntax.c else if (*(args[0]) == '#') args 1190 src/editor/syntax.c else if (strcmp (args[0], "file") == 0) args 1194 src/editor/syntax.c else if (strcmp (args[0], "define") == 0) args 1272 src/editor/syntax.c char *args[ARGS_LEN], *l = NULL; args 1290 src/editor/syntax.c args[0] = NULL; args 1297 src/editor/syntax.c (void) get_args (l, args, ARGS_LEN - 1); /* Final NULL */ args 1298 src/editor/syntax.c if (args[0] == NULL) args 1302 src/editor/syntax.c if (!found && strcmp (args[0], "include") == 0) args 1304 src/editor/syntax.c if (args[1] == NULL || (g = open_include_file (args[1])) == NULL) args 1313 src/editor/syntax.c if (strcmp (args[0], "file") != 0) args 1319 src/editor/syntax.c if (args[1] == NULL || args[2] == NULL) args 1328 src/editor/syntax.c g_ptr_array_add (pnames, g_strdup (args[2])); args 1333 src/editor/syntax.c if (strcmp (type, args[2]) == 0) args 1341 src/editor/syntax.c q = mc_search (args[1], DEFAULT_CHARSET, editor_file, MC_SEARCH_T_REGEX); args 1343 src/editor/syntax.c if (!q && args[3] != NULL) args 1346 src/editor/syntax.c q = mc_search (args[3], DEFAULT_CHARSET, first_line, MC_SEARCH_T_REGEX); args 1354 src/editor/syntax.c syntax_type = args[2]; args 1355 src/editor/syntax.c line_error = edit_read_syntax_rules (edit, g ? g : f, args, ARGS_LEN - 1); args 556 src/filemanager/ext.c get_popen_information (const char *cmd_file, const char *args, char *buf, int buflen) args 562 src/filemanager/ext.c command = g_strconcat (cmd_file, args, " 2>/dev/null", (char *) NULL); args 634 src/filemanager/ext.c char *args; args 636 src/filemanager/ext.c args = g_strdup_printf (" -L %s -i %s", lang, filename_quoted); args 639 src/filemanager/ext.c ret = get_popen_information ("enca", args, buf, buflen); args 640 src/filemanager/ext.c g_free (args);