Searched refs:CLOSE (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | regexp.c | 93 #define CLOSE 30 /* no Analogous to OPEN. */ macro 340 ender = regnode((paren) ? CLOSE+parno : END); in reg() 994 case CLOSE+1: in regmatch() 995 case CLOSE+2: in regmatch() 996 case CLOSE+3: in regmatch() 997 case CLOSE+4: in regmatch() 998 case CLOSE+5: in regmatch() 999 case CLOSE+6: in regmatch() 1000 case CLOSE+7: in regmatch() 1001 case CLOSE+8: in regmatch() [all …]
|
| /freebsd/crypto/openssl/doc/designs/quic-design/images/ |
| H A D | connection-state-machine.plantuml | 52 IDLE --> TERMINATED : APP:CLOSE 55 ACTIVE --> CLOSING : APP:CLOSE
|
| /freebsd/contrib/one-true-awk/ |
| H A D | awkgram.y | 55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 375 | CLOSE term { $$ = op1(CLOSE, $2); }
|
| H A D | maketab.c | 80 { CLOSE, "closefile", "closefile" },
|
| H A D | lex.c | 53 { "close", CLOSE, CLOSE },
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | connection-state-machine.md | 245 <td>—<tt>APP:CLOSE</tt>→</td> 259 <td>—<tt>APP:CLOSE</tt>→ †</td> 282 <td>—<tt>APP:CLOSE</tt>→</td> 475 - Protocol errors, etc. can be handled identically to `APP:CLOSE` events 524 - `APP:CLOSE`: Supported in `IDLE`, `ESTABLISHING` and `OPEN` states. 587 - `APP:CLOSE`: Usually causes a transition to `TERMINATING.CLOSING`.
|
| /freebsd/usr.bin/procstat/ |
| H A D | procstat_kqueue.c | 167 PK_NAME_ELEM(NOTE_, CLOSE),
|
| /freebsd/crypto/openssl/Configurations/ |
| H A D | descrip.mms.tmpl | 764 CLOSE CONFIG 1285 CLOSE OPT_FILE 1342 CLOSE OPT_FILE 1441 @ CLOSE OPT_FILE
|
| /freebsd/contrib/sendmail/ |
| H A D | README | 277 YOU ARE STRONGLY ADVISED TO PAY CLOSE ATTENTION TO ANY EXPORT/IMPORT
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 22212 #define CLOSE 2001 macro 22213 #define CLOSE_END (CLOSE+REG_MAX_PAREN) 22390 ender = regnode(preg, (paren) ? CLOSE+parno : END); in reg() 23461 if (OP(preg, scan) < CLOSE) { in regmatch() 23468 int no = OP(preg, scan) - CLOSE; in regmatch()
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ |
| H A D | UnicodeData.txt | 5306 2050;CLOSE UP;Po;0;ON;;;;;N;;;;;
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | UnicodeData.txt | 5643 2050;CLOSE UP;Po;0;ON;;;;;N;;;;;
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 46015 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \ argument 46018 CLOSE, /* xClose */ \
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 10393 # This is CLOSE to what is expected for a "status line". However,
|