success           175 lib/skin/lines.c     gboolean success;
success           183 lib/skin/lines.c     success = TRUE /* just for nicer indentation */
success           197 lib/skin/lines.c     if (!success)
success           213 lib/skin/lines.c     success = TRUE /* just for nicer indentation */
success           226 lib/skin/lines.c     if (!success)
success           807 src/filemanager/file.c progress_update_one (gboolean success, file_op_context_t *ctx, off_t add)
success           815 src/filemanager/file.c     if (!success)
success          1337 src/filemanager/mountlist.c                 BOOL success;
success          1341 src/filemanager/mountlist.c                     success = GetVolumePathNamesForVolumeNameW (vol_name, buf, bufsize, &bufsize);
success          1342 src/filemanager/mountlist.c                     if (!success && GetLastError () == ERROR_MORE_DATA)
success          1351 src/filemanager/mountlist.c                 if (success)
success           280 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_record (gboolean success, const char *input_line, const struct stat *st,
success           285 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     if (success)
success           323 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_record (gboolean success, const char *input_line, const struct stat *st,
success           326 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     if (success)
success           352 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     gboolean success;
success           358 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     success = vfs_parse_ls_lga (line, &st, &filename, &linkname, NULL);
success           360 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     if (!success)
success           364 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         yaml_dump_record (success, line, &st, filename, linkname);
success           366 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         ls_dump_record (success, line, &st, filename, linkname);