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 522 lib/search/search.c va_list args; args 524 lib/search/search.c va_start (args, format); args 525 lib/search/search.c lc_mc_search->error_str = g_strdup_vprintf (format, args); args 526 lib/search/search.c va_end (args); args 735 lib/tty/tty-ncurses.c va_list args; args 738 lib/tty/tty-ncurses.c va_start (args, fmt); args 739 lib/tty/tty-ncurses.c g_vsnprintf (buf, sizeof (buf), fmt, args); args 740 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 1221 lib/utilunix.c mc_build_filenamev (const char *first_element, va_list args) args 1238 lib/utilunix.c element = va_arg (args, char *); args 1247 lib/utilunix.c element = va_arg (args, char *); args 1280 lib/utilunix.c va_list args; args 1286 lib/utilunix.c va_start (args, first_element); args 1287 lib/utilunix.c ret = mc_build_filenamev (first_element, args); args 1288 lib/utilunix.c va_end (args); args 1236 lib/vfs/path.c va_list args; args 1243 lib/vfs/path.c va_start (args, first_element); args 1244 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); args 1245 lib/vfs/path.c va_end (args); args 1265 lib/vfs/path.c va_list args; args 1273 lib/vfs/path.c va_start (args, first_element); args 1274 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); args 1275 lib/vfs/path.c va_end (args); args 1299 lib/vfs/path.c va_list args; args 1308 lib/vfs/path.c va_start (args, first_vpath); args 1320 lib/vfs/path.c current_vpath = va_arg (args, const vfs_path_t *); args 1323 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 388 lib/widget/wtools.c va_list args; args 392 lib/widget/wtools.c va_start (args, text); args 393 lib/widget/wtools.c p = g_strdup_vprintf (text, args); args 394 lib/widget/wtools.c va_end (args); args 89 src/diffviewer/internal.h const char *args; /* Args passed to diff */ args 804 src/diffviewer/ydiff.c dff_execute (const char *args, const char *extra, const char *file1, const char *file2, args 822 src/diffviewer/ydiff.c cmd = g_strdup_printf ("diff %s %s %s %s %s", args, extra, opt, file1_esc, file2_esc); args 1767 src/diffviewer/ydiff.c ndiff = dff_execute (dview->args, extra, dview->file[DIFF_LEFT], dview->file[DIFF_RIGHT], ops); args 2395 src/diffviewer/ydiff.c dview_init (WDiff * dview, const char *args, const char *file1, const char *file2, args 2431 src/diffviewer/ydiff.c dview->args = args; args 776 src/editor/syntax.c get_args (char *l, char **args, int args_size) args 792 src/editor/syntax.c args[argc++] = convert (p); args 794 src/editor/syntax.c args[argc] = (char *) NULL; args 926 src/editor/syntax.c edit_read_syntax_rules (WEdit * edit, FILE * f, char **args, int args_size) args 939 src/editor/syntax.c args[0] = NULL; args 979 src/editor/syntax.c argc = get_args (l, args, args_size); args 980 src/editor/syntax.c a = args + 1; args 981 src/editor/syntax.c if (args[0] == NULL) args 985 src/editor/syntax.c else if (strcmp (args[0], "include") == 0) args 993 src/editor/syntax.c f = open_include_file (args[1]); args 1003 src/editor/syntax.c else if (strcmp (args[0], "caseinsensitive") == 0) args 1007 src/editor/syntax.c else if (strcmp (args[0], "wholechars") == 0) args 1028 src/editor/syntax.c else if (strcmp (args[0], "context") == 0) args 1095 src/editor/syntax.c subst_defines (edit->defines, a, &args[ARGS_LEN]); args 1112 src/editor/syntax.c else if (strcmp (args[0], "spellcheck") == 0) args 1121 src/editor/syntax.c else if (strcmp (args[0], "keyword") == 0) args 1159 src/editor/syntax.c subst_defines (edit->defines, a, &args[ARGS_LEN]); args 1178 src/editor/syntax.c else if (*(args[0]) == '#') args 1182 src/editor/syntax.c else if (strcmp (args[0], "file") == 0) args 1186 src/editor/syntax.c else if (strcmp (args[0], "define") == 0) args 1264 src/editor/syntax.c char *args[ARGS_LEN], *l = NULL; args 1280 src/editor/syntax.c args[0] = NULL; args 1287 src/editor/syntax.c (void) get_args (l, args, ARGS_LEN - 1); /* Final NULL */ args 1288 src/editor/syntax.c if (args[0] == NULL) args 1292 src/editor/syntax.c if (!found && strcmp (args[0], "include") == 0) args 1294 src/editor/syntax.c if (args[1] == NULL || (g = open_include_file (args[1])) == NULL) args 1303 src/editor/syntax.c if (strcmp (args[0], "file") != 0) args 1309 src/editor/syntax.c if (args[1] == NULL || args[2] == NULL) args 1318 src/editor/syntax.c g_ptr_array_add (pnames, g_strdup (args[2])); args 1323 src/editor/syntax.c if (strcmp (type, args[2]) == 0) args 1331 src/editor/syntax.c q = mc_search (args[1], DEFAULT_CHARSET, editor_file, MC_SEARCH_T_REGEX); args 1333 src/editor/syntax.c if (!q && args[3] != NULL) args 1336 src/editor/syntax.c q = mc_search (args[3], DEFAULT_CHARSET, first_line, MC_SEARCH_T_REGEX); args 1344 src/editor/syntax.c syntax_type = args[2]; args 1345 src/editor/syntax.c line_error = edit_read_syntax_rules (edit, g ? g : f, args, ARGS_LEN - 1); args 544 src/filemanager/ext.c get_popen_information (const char *cmd_file, const char *args, char *buf, int buflen) args 550 src/filemanager/ext.c command = g_strconcat (cmd_file, args, " 2>/dev/null", (char *) NULL); args 608 src/filemanager/ext.c char *tmp, *lang, *args; args 613 src/filemanager/ext.c args = g_strconcat (" -L", lang, " -i ", tmp, (char *) NULL); args 615 src/filemanager/ext.c ret = get_popen_information ("enca", args, buf, buflen); args 617 src/filemanager/ext.c g_free (args);