Searched refs:CONS (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | java-tree.h | 1652 TREE_CHAIN(CONS) = TYPE_FIELDS (CTYPE); } 1658 #define PUSH_SUPER_VALUE(CONS, VALUE) {\ argument 1659 tree field = TREE_CHAIN(CONS);\ 1661 CONSTRUCTOR_ELTS(CONS) = tree_cons (field, VALUE, CONSTRUCTOR_ELTS(CONS));\ 1662 TREE_CHAIN(CONS) = TREE_CHAIN (field); } 1667 #define PUSH_FIELD_VALUE(CONS, NAME, VALUE) {\ argument 1668 tree field = TREE_CHAIN(CONS);\ 1670 CONSTRUCTOR_ELTS(CONS) = tree_cons (field, VALUE, CONSTRUCTOR_ELTS(CONS));\ 1671 TREE_CHAIN(CONS) = TREE_CHAIN (field); } 1674 #define FINISH_RECORD_CONSTRUCTOR(CONS) \ argument [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Sys-Syslog/ |
H A D | Syslog.pm | 560 if (open(CONS, ">/dev/console")) { 561 my $ret = print CONS $buf . "\r"; # XXX: should this be \x0A ? 563 close CONS;
|
/openbsd/share/snmp/ |
H A D | SNMPv2-TM.txt | 94 "The SNMP over CONS transport domain.
|
/openbsd/games/fortune/datfiles/ |
H A D | fortunes | 193 A CONS is an object which cares. 10918 It was the reader's CONS
|
H A D | fortunes2 | 4590 destructure a cons (SOME-CONS) into its two slots (THE-CAR and THE-CDR): 4592 (MULTIPLE-VALUE-BIND (THE-CAR THE-CDR) (CAR SOME-CONS) ...) 4595 object. In a related change, the functions MAKE-ARRAY and CONS have been
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | FSFChangeLog.10 | 4587 * rs6000.h (ASM_OUTPUT_{DES,CONS}TRUCTOR): Define.
|