/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | svpeek.t | 52 { our ($VAR, @VAR, %VAR); 66 is (DPeek ($VAR), 'IV(1)', ' $VAR 1'); 67 is (DPeek (\$VAR), '\IV(1)', '\$VAR 1'); 80 $VAR = sub { "VAR" }; 81 is (DPeek ($VAR), '\CV(__ANON__)', ' $VAR sub { "VAR" }'); 82 is (DPeek (\$VAR), '\\\CV(__ANON__)', '\$VAR sub { "VAR" }'); 85 is (DPeek ($VAR), '\CV(\x{30cd})', ' $VAR sub \x{30cd} { "VAR" }'); 86 is (DPeek (\$VAR), '\\\\CV(\x{30cd})', '\$VAR sub \x{30cd} { "VAR" }'); 90 is (DPeek (\&VAR), '\CV(VAR)', '\&VAR'); 91 is (DPeek ( *VAR), 'GV()', ' *VAR'); [all …]
|
/openbsd/bin/ps/ |
H A D | print.c | 78 VAR *v; in printheader() 114 VAR *v; in command() 229 VAR *v; in logname() 250 VAR *v; in printstate() 333 VAR *v; in printpledge() 354 VAR *v; in pri() 364 VAR *v; in pnice() 454 VAR *v; in tdev() 474 VAR *v; in tname() 494 VAR *v; in longtname() [all …]
|
H A D | keyword.c | 51 static VAR *findvar(char *); 89 VAR var[] = { 199 VAR *v; in showkey() 225 VAR *v; in parsefmt() 251 static VAR * 254 VAR *v, key; in findvar() 265 v = bsearch(&key, var, sizeof(var)/sizeof(VAR) - 1, sizeof(VAR), vcmp); in findvar() 286 return (strcmp(((VAR *)a)->name, ((VAR *)b)->name)); in vcmp()
|
/openbsd/usr.sbin/nsd/ |
H A D | nsd-checkconf.c | 33 if (strcasecmp(#NAME, (VAR)) == 0) { \ 39 if (strcasecmp(#NAME, (VAR)) == 0) { \ 47 if (strcasecmp(#NAME, (VAR)) == 0) { \ 53 if (strcasecmp(#NAME, (VAR)) == 0) { \ 59 if (strcasecmp(#NAME, (VAR)) == 0) { \ 71 if (strcasecmp(#NAME, (VAR)) == 0) { \ 76 #define SERV_GET_BIN(NAME, VAR) \ argument 82 #define SERV_GET_STR(NAME, VAR) \ argument 83 if (strcasecmp(#NAME, (VAR)) == 0) { \ 89 if (strcasecmp(#NAME, (VAR)) == 0) { \ [all …]
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | ansidecl.h | 154 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument 160 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy argument 207 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy argument
|
/openbsd/gnu/gcc/include/ |
H A D | ansidecl.h | 159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument 165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy argument 212 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy argument
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | ansidecl.h | 159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument 165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy argument 212 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy argument
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | ansidecl.h | 159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument 165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy argument 212 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy argument
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Compare/ |
H A D | Delta.t | 98 is($aid->('$VAR', 'xxx'), '->', "Need an arrow after the initial ref"); 111 is($jid->('$VAR', [undef, 'id']), '$VAR <id>', '$VAR + undef'); 119 is($jid->('$VAR', ['META', 'id']), '$VAR <id>', '$VAR + meta'); 127 is($jid->('$VAR', ['SCALAR', '$*']), '$VAR->$*', '$VAR + scalar'); 135 is($jid->('$VAR', ['HASH', 'id']), '$VAR->{id}', '$VAR + hash'); 143 is($jid->('$VAR', ['ARRAY', '12']), '$VAR->[12]', '$VAR + array'); 151 is($jid->('$VAR', ['METHOD', 'id']), '$VAR->id()', '$VAR + method');
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | mi6a.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6c.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6d.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6b.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6e.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6.c | 43 #define VAR five macro
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/ |
H A D | mi6a.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6c.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6b.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6d.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6e.h | 2 #ifdef VAR 3 VAR++;
|
H A D | mi6.c | 43 #define VAR five macro
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/ |
H A D | 04-base.t | 363 while (my ($VAR, $var) = each %testvars) { 364 local $ENV{$VAR}; 371 $ENV{$VAR} = "-foo -bar"; 375 like($base->{config}{$var}, qr/\Q$ENV{$VAR}/, 376 "honours $VAR from the environment"); 378 "doesn't override $var from Config.pm with $VAR from the environment");
|
/openbsd/usr.bin/rdist/ |
H A D | lookup.c | 37 #define VAR 1 macro 156 s->s_type = action == INSERT ? VAR : CONST; in lookup()
|
/openbsd/gnu/usr.bin/perl/win32/bin/ |
H A D | search.pl | 558 $prog =~ s/\$([A-Z][A-Z0-9_]{2,}\b)/local(*VAR) = $_main{$1}; 559 &bad($1) if !defined $VAR; $VAR;/eg;
|
/openbsd/usr.bin/awk/ |
H A D | awkgram.y | 63 %token <cp> VAR IVAR VARNF CALL NUMBER STRING 87 %left REGEXPR VAR VARNF IVAR WHILE '(' 135 VAR { setfname($1); } 458 | VAR { arglist = $$ = celltonode($1,CVAR); } 459 | varlist comma VAR { 465 VAR { $$ = celltonode($1, CVAR); }
|