Home
last modified time | relevance | path

Searched defs:MAPLIST (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/include/ntfs-3g/
H A Dacls.h106 struct MAPLIST { struct
107 struct MAPLIST *next; argument
108 char *uidstr; /* uid text from the same record */
109 char *gidstr; /* gid text from the same record */
110 char *sidstr; /* sid text from the same record */
111 char maptext[LINESZ + 1];
/dports/math/reduce/Reduce-svn5758-src/generic/emacs/REDUCE/
H A Desl.el1697 (defun MAPLIST (x fn) function
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/
H A Dc_interface_wrappers.cpp87 #define MAPLIST(x) static_cast<IMapList*>(x.opaque) macro
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DSymbol.java2100 public static final Symbol MAPLIST = field in Symbol