Home
last modified time | relevance | path

Searched defs:cadef (Results 1 – 2 of 2) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcomputil.c905 struct cadef { struct
906 Cadef next; /* next in cache */
907 Cadef snext; /* next set */
908 Caopt opts; /* the options */
909 int nopts, ndopts, nodopts; /* number of options/direct/optional direct */
910 Caarg args; /* the normal arguments */
911 Caarg rest; /* the rest-argument */
912 char **defs; /* the original strings */
913 int ndefs; /* number of ... */
916 char *match; /* -M spec to use */
[all …]
/dports/games/wolfpack/empire-4.4.1/include/
H A Dfile.h45 struct castr *cadef; /* table column selectors (column meta-data) */ member