Searched defs:head1 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | data.h | 51 #define TAILQ_CONCAT(head1, head2) do { \ argument 133 #define TAILQ_SWAP(head1, head2, type) do { \ argument
|
/netbsd-src/sys/sys/ |
H A D | queue.h | 210 #define LIST_MOVE(head1, head2, field) do { \ argument 380 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument 553 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 641 #define STAILQ_CONCAT(head1, head2) do { \ argument
|
/netbsd-src/usr.sbin/lpr/common_source/ |
H A D | displayq.c | 84 static const char head1[] = "Total Size\n"; variable
|
/netbsd-src/external/bsd/elftoolchain/dist/common/ |
H A D | _elftc.h | 96 #define STAILQ_CONCAT(head1, head2) do { \ argument
|