atoi              426 lib/search/regex.c                 tmp_token = atoi (tmp_str);
atoi              576 lib/search/regex.c         ret = atoi (tmp_str);
atoi              582 src/args.c                     arg = mcedit_arg_vpath_new (fname_vpath, atoi (p));
atoi              206 src/editor/editoptions.c         edit_options.word_wrap_line_length = atoi (p);
atoi              214 src/editor/editoptions.c         TAB_SIZE = atoi (q);
atoi              621 src/filemanager/boxes.c                 old_esc_mode_timeout = atoi (time_out_new);
atoi             1189 src/filemanager/boxes.c                 vfs_timeout = atoi (ret_timeout);
atoi             1205 src/filemanager/boxes.c                 ftpfs_directory_timeout = atoi (ret_directory_timeout);
atoi              924 src/filemanager/ext.c         view_at_line_number = atoi (action + 5);
atoi             1460 src/filemanager/find.c         line = atoi (file + 4);
atoi             1846 src/filemanager/panel.c                 req_length = atoi (format);
atoi              265 src/filemanager/treestore.c                     common = atoi (s);
atoi              548 src/setup.c            old_esc_mode_timeout = atoi (kt);
atoi              527 src/usermenu.c                 do_quote = (atoi (commands) != 0);
atoi             1162 src/vfs/ftpfs/ftpfs.c     port = atoi (c);
atoi              360 src/vfs/ftpfs/ftpfs_parse_ls.c     date.tm_mday = atoi (day_of_month);
atoi              376 src/vfs/ftpfs/ftpfs_parse_ls.c         date.tm_year = atoi (t) - 1900;
atoi             1058 src/vfs/ftpfs/ftpfs_parse_ls.c     date.tm_mday = atoi (day_of_month);
atoi              177 src/vfs/sftpfs/config_parser.c                 *pointer_int = atoi (value);