Searched refs:CLOSE (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/lib/libcompat/regexp/
H A Dregexp.c101 #define CLOSE 30 /* no Analogous to OPEN. */ macro
122 * OPEN,CLOSE ...are numbered at compile time.
348 ender = regnode((paren) ? CLOSE+parno : END);
1004 case CLOSE+1:
1005 case CLOSE+2:
1006 case CLOSE+3:
1007 case CLOSE+4:
1008 case CLOSE+5:
1009 case CLOSE+6:
1010 case CLOSE
[all...]
/netbsd-current/external/bsd/less/dist/
H A Dregexp.c96 #define CLOSE 30 /* no Analogous to OPEN. */ macro
117 * OPEN,CLOSE ...are numbered at compile time.
347 ender = regnode((paren) ? CLOSE+parno : END);
927 case CLOSE+1:
928 case CLOSE+2:
929 case CLOSE+3:
930 case CLOSE+4:
931 case CLOSE+5:
932 case CLOSE+6:
933 case CLOSE
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-signal.c93 enum { CLOSE, STOP, NOOP } stop_or_close; enumerator in enum:signal_ctx::__anon97
107 else if (ctx->stop_or_close == CLOSE)
118 if (ctx->stop_or_close == CLOSE)
139 ctx->stop_or_close = CLOSE;
175 sc.stop_or_close = CLOSE; /* now close it when it's done */
231 sc.stop_or_close = CLOSE; /* now close it when it's done */
253 sc[0].stop_or_close = CLOSE;
254 sc[1].stop_or_close = CLOSE;
264 sc[0].stop_or_close = CLOSE;
265 sc[1].stop_or_close = CLOSE;
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dytab.h88 CLOSE = 294, enumerator in enum:yytokentype
H A Dmaketab.c84 { CLOSE, "closefile", "closefile" },
H A Dawkgram.y59 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
87 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
377 | CLOSE term { $$ = op1(CLOSE, $2); }
H A Dlex.c57 { "close", CLOSE, CLOSE },
H A Dytab.c164 CLOSE = 294, enumerator in enum:yytokentype
586 "GT", "LE", "LT", "NE", "IN", "ARG", "BLTIN", "BREAK", "CLOSE",
3256 { (yyval.p) = op1(CLOSE, (yyvsp[0].p)); }
/netbsd-current/tests/dev/audio/
H A Daudiotest.c1047 #define CLOSE(fd) \ macro
1333 CLOSE(fd);
1436 r = CLOSE(fd);
1519 r = CLOSE(fd);
1599 r = CLOSE(fd);
1668 r = CLOSE(fd);
1706 r = CLOSE(fd);
1712 r = CLOSE(fd);
1723 r = CLOSE(fd);
1751 r = CLOSE(f
[all...]
/netbsd-current/usr.sbin/isibootd/
H A Disibootd.c103 #define CLOSE 4 macro
105 { "CONNECT", "OPEN", "READ", "WRITE", "CLOSE", "FIND" };
247 if (fp->opcode == CLOSE) {
267 fp->opcode = CLOSE;
/netbsd-current/lib/librumphijack/
H A Dhijack.c331 { DUALCALL_CLOSE, "close", RSYS_NAME(CLOSE) },
1170 int (*op_close)(int) = GETSYSCALL(host, CLOSE);
1654 op_close = GETSYSCALL(rump, CLOSE);
1662 op_close = GETSYSCALL(host, CLOSE);
1850 int (*op_close)(int) = GETSYSCALL(host, CLOSE);
2335 host_close = GETSYSCALL(host, CLOSE);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c1626 case OMP_PROC_BIND_CLOSE: type = "CLOSE"; break;
2591 fputs ("CLOSE", dumpfile);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1727 case OMP_PROC_BIND_CLOSE: type = "CLOSE"; break;
2905 fputs ("CLOSE", dumpfile);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1718 X(CLOSE, uv__fs_close(req->file));
1823 INIT(CLOSE);
/netbsd-current/lib/libpuffs/
H A Dpuffs.c80 FILLOP(close, CLOSE);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c2801 XX(CLOSE, close)
/netbsd-current/sys/fs/puffs/
H A Dpuffs_vnops.c350 CHECKOP_SUCCESS(CLOSE);
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfplsp.s6269 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN
6271 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS
8246 #--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
H A Dfpsp.s6375 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN
6377 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS
8352 #--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 930 milliseconds