attrs             206 lib/skin/colors.c     mc_skin_color->attrs = (items_count > 2 && values[2][0]) ?
attrs             208 lib/skin/colors.c         (tmp != NULL) ? g_strdup (tmp->attrs) : NULL;
attrs             214 lib/skin/colors.c                                    mc_skin_color->attrs, FALSE);
attrs             230 lib/skin/colors.c         mc_skin_color->attrs = NULL;
attrs             233 lib/skin/colors.c                                        mc_skin_color->attrs, FALSE);
attrs             376 lib/skin/colors.c     tty_color_set_defaults (mc_skin_color->fgcolor, mc_skin_color->bgcolor, mc_skin_color->attrs);
attrs              58 lib/skin/common.c     g_free (mc_skin_color->attrs);
attrs              17 lib/skin/internal.h     gchar *attrs;
attrs             213 lib/tty/color-internal.c tty_attr_get_bits (const char *attrs)
attrs             217 lib/tty/color-internal.c     if (attrs != NULL)
attrs             222 lib/tty/color-internal.c         attr_list = g_strsplit (attrs, "+", -1);
attrs              52 lib/tty/color-internal.h int tty_attr_get_bits (const char *attrs);
attrs             154 lib/tty/color.c tty_try_alloc_color_pair2 (const char *fg, const char *bg, const char *attrs,
attrs             165 lib/tty/color.c     if (attrs == NULL || !strcmp (attrs, "base"))
attrs             166 lib/tty/color.c         attrs = tty_color_defaults__attrs;
attrs             170 lib/tty/color.c     attr = tty_attr_get_bits (attrs);
attrs             208 lib/tty/color.c tty_try_alloc_color_pair (const char *fg, const char *bg, const char *attrs)
attrs             210 lib/tty/color.c     return tty_try_alloc_color_pair2 (fg, bg, attrs, TRUE);
attrs             232 lib/tty/color.c tty_color_set_defaults (const char *fgcolor, const char *bgcolor, const char *attrs)
attrs             240 lib/tty/color.c     tty_color_defaults__attrs = g_strdup (attrs);
attrs              38 lib/tty/color.h int tty_try_alloc_color_pair (const char *fg, const char *bg, const char *attrs);
attrs              39 lib/tty/color.h int tty_try_alloc_color_pair2 (const char *fg, const char *bg, const char *attrs,
attrs              49 lib/tty/color.h void tty_color_set_defaults (const char *fgcolor, const char *bgcolor, const char *attrs);
attrs             566 lib/tty/tty-ncurses.c     attr_t attrs;
attrs             581 lib/tty/tty-ncurses.c             getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
attrs             582 lib/tty/tty-ncurses.c             setcchar (&ctext[col], wch, attrs, color, NULL);
attrs             806 src/editor/syntax.c this_try_alloc_color_pair (const char *fg, const char *bg, const char *attrs)
attrs             814 src/editor/syntax.c     if (attrs != NULL && *attrs == '\0')
attrs             815 src/editor/syntax.c         attrs = NULL;
attrs             866 src/editor/syntax.c     if (attrs != NULL)
attrs             868 src/editor/syntax.c         g_strlcpy (a, attrs, sizeof (a));
attrs             876 src/editor/syntax.c         attrs = a;
attrs             878 src/editor/syntax.c     return tty_try_alloc_color_pair (fg, bg, attrs);
attrs             928 src/editor/syntax.c     char *fg, *bg, *attrs;
attrs            1100 src/editor/syntax.c             attrs = *a;
attrs            1105 src/editor/syntax.c             g_strlcpy (last_attrs, attrs != NULL ? attrs : "", sizeof (last_attrs));
attrs            1106 src/editor/syntax.c             k->color = this_try_alloc_color_pair (fg, bg, attrs);
attrs            1164 src/editor/syntax.c             attrs = *a;
attrs            1171 src/editor/syntax.c             if (attrs == NULL)
attrs            1172 src/editor/syntax.c                 attrs = last_attrs;
attrs            1173 src/editor/syntax.c             k->color = this_try_alloc_color_pair (fg, bg, attrs);
attrs              76 src/filemanager/chattr.c     char attrs[32 + 1];         /* 32 bits in attributes (unsigned long) */
attrs             276 src/filemanager/chattr.c     chattr_fill_str (attr, fat->attrs);
attrs             330 src/filemanager/chattr.c                 tty_print_char (fat->attrs[i]);
attrs             121 src/vfs/sftpfs/dir.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             129 src/vfs/sftpfs/dir.c         rc = libssh2_sftp_readdir (sftpfs_dir->handle, mem, sizeof (mem), &attrs);
attrs             223 src/vfs/sftpfs/file.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             238 src/vfs/sftpfs/file.c         res = libssh2_sftp_fstat_ex (sftpfs_fh->handle, &attrs, 0);
attrs             248 src/vfs/sftpfs/file.c     sftpfs_attr_to_stat (&attrs, buf);
attrs             143 src/vfs/sftpfs/internal.c                   LIBSSH2_SFTP_ATTRIBUTES * attrs)
attrs             156 src/vfs/sftpfs/internal.c                                     stat_type, attrs);
attrs             247 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES * attrs, struct stat *s)
attrs             249 src/vfs/sftpfs/internal.c     if ((attrs->flags & LIBSSH2_SFTP_ATTR_UIDGID) != 0)
attrs             251 src/vfs/sftpfs/internal.c         s->st_uid = attrs->uid;
attrs             252 src/vfs/sftpfs/internal.c         s->st_gid = attrs->gid;
attrs             255 src/vfs/sftpfs/internal.c     if ((attrs->flags & LIBSSH2_SFTP_ATTR_ACMODTIME) != 0)
attrs             257 src/vfs/sftpfs/internal.c         s->st_atime = attrs->atime;
attrs             258 src/vfs/sftpfs/internal.c         s->st_mtime = attrs->mtime;
attrs             259 src/vfs/sftpfs/internal.c         s->st_ctime = attrs->mtime;
attrs             265 src/vfs/sftpfs/internal.c     if ((attrs->flags & LIBSSH2_SFTP_ATTR_SIZE) != 0)
attrs             267 src/vfs/sftpfs/internal.c         s->st_size = attrs->filesize;
attrs             271 src/vfs/sftpfs/internal.c     if ((attrs->flags & LIBSSH2_SFTP_ATTR_PERMISSIONS) != 0)
attrs             272 src/vfs/sftpfs/internal.c         s->st_mode = attrs->permissions;
attrs             290 src/vfs/sftpfs/internal.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             293 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
attrs             296 src/vfs/sftpfs/internal.c         sftpfs_attr_to_stat (&attrs, buf);
attrs             318 src/vfs/sftpfs/internal.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             321 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs);
attrs             325 src/vfs/sftpfs/internal.c         sftpfs_attr_to_stat (&attrs, buf);
attrs             442 src/vfs/sftpfs/internal.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             446 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
attrs             450 src/vfs/sftpfs/internal.c     attrs.flags = LIBSSH2_SFTP_ATTR_ACMODTIME;
attrs             451 src/vfs/sftpfs/internal.c     attrs.atime = atime;
attrs             452 src/vfs/sftpfs/internal.c     attrs.mtime = mtime;
attrs             460 src/vfs/sftpfs/internal.c                                   LIBSSH2_SFTP_SETSTAT, &attrs);
attrs             496 src/vfs/sftpfs/internal.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             500 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
attrs             504 src/vfs/sftpfs/internal.c     attrs.flags = LIBSSH2_SFTP_ATTR_PERMISSIONS;
attrs             505 src/vfs/sftpfs/internal.c     attrs.permissions = mode;
attrs             513 src/vfs/sftpfs/internal.c                                   LIBSSH2_SFTP_SETSTAT, &attrs);
attrs              77 src/vfs/sftpfs/internal.h void sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES * attrs, struct stat *s);