Searched defs:LIST (Results 1 – 15 of 15) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | pass_manager.h | 35 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST, argument
|
H A D | passes.c | 1562 #define DEF_PASS_LIST(LIST) pass_lists[PASS_LIST_NO_##LIST] = &LIST; in pass_manager() argument 1644 #define DEF_PASS_LIST(LIST) \ in ~pass_manager() argument
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | hash.h | 24 NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE, enumerator
|
/dflybsd-src/usr.bin/paste/ |
H A D | paste.c | 115 } LIST; typedef
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | tw.h | 84 LIST, LIST_ALL, RECOGNIZE, RECOGNIZE_ALL, RECOGNIZE_SCROLL, enumerator
|
H A D | sh.file.c | 56 LIST, RECOGNIZE enumerator
|
/dflybsd-src/lib/libc/include/isc/ |
H A D | list.h | 26 #define LIST(type) struct { type *head, *tail; } macro
|
/dflybsd-src/games/atc/ |
H A D | struct.h | 93 } LIST; typedef
|
/dflybsd-src/bin/pax/ |
H A D | pax.h | 56 #define LIST 0 /* List the file in an archive */ macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-pass.h | 603 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST, argument
|
H A D | passes.c | 343 #define DEF_PASS_LIST(LIST) &LIST, argument
|
/dflybsd-src/contrib/dialog/ |
H A D | fselect.c | 52 } LIST; typedef
|
/dflybsd-src/games/rogue/ |
H A D | rogue.h | 425 #define LIST '*' macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-tree.h | 3575 #define FRIEND_NAME(LIST) (TREE_PURPOSE (LIST)) argument 3576 #define FRIEND_DECLS(LIST) (TREE_VALUE (LIST)) argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.h | 4464 #define FRIEND_NAME(LIST) (TREE_PURPOSE (LIST)) argument 4465 #define FRIEND_DECLS(LIST) (TREE_VALUE (LIST)) argument
|