Searched refs:stat1 (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/usr.bin/awk/ |
| D | awkgram.y | 322 $$ = stat1(BREAK, NIL); } 324 $$ = stat1(CONTINUE, NIL); } 327 | EXIT pattern st { $$ = stat1(EXIT, $2); } 328 | EXIT st { $$ = stat1(EXIT, NIL); } 335 $$ = stat1(NEXT, NIL); } 338 $$ = stat1(NEXTFILE, NIL); } 339 | RETURN pattern st { $$ = stat1(RETURN, $2); } 340 | RETURN st { $$ = stat1(RETURN, NIL); }
|
| D | proto.h | 78 extern Node *stat1(int, Node *);
|
| D | parse.c | 111 Node *stat1(int a, Node *b) in stat1() function
|
| /openbsd/src/sys/dev/sbus/ |
| D | stp4020reg.h | 278 volatile ushort_t stat1; /* socket status register 1 */ member
|
| /openbsd/src/gnu/usr.bin/perl/t/win32/ |
| D | symlink.t | 120 my @stat1 = stat($file1);
|
| /openbsd/src/usr.sbin/nsd/ |
| D | remote.c | 2854 struct nsdst stat0, stat1; in zonestat_print() local 2867 memcpy(&stat1, &zonestats[1][n->id], sizeof(stat1)); in zonestat_print() 2868 stats_add(&stat0, &stat1); in zonestat_print() 2871 memcpy(&stat1, &stat0, sizeof(stat1)); in zonestat_print() 2888 memcpy(xfrd->zonestat_clear[n->id], &stat1, in zonestat_print()
|
| /openbsd/src/sys/dev/ic/ |
| D | rtsx.c | 1345 u_int8_t stat1; in rtsx_exec_command() local 1347 if (rtsx_read(sc, RTSX_SD_STAT1, &stat1) == 0 && in rtsx_exec_command() 1348 (stat1 & RTSX_SD_CRC_ERR)) in rtsx_exec_command()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/ |
| D | fnchange.lst | 199 @V@/gdb/testsuite/gdb.cp/m-static1.cc @V@/gdb/testsuite/gdb.cp/m-stat1.cc
|