Home
last modified time | relevance | path

Searched refs:SIMPLE (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/less/
H A Dregexp.c154 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */ macro
428 if (op == '*' && (flags&SIMPLE))
437 } else if (op == '+' && (flags&SIMPLE))
486 *flagp |= HASWIDTH|SIMPLE;
520 *flagp |= HASWIDTH|SIMPLE;
547 *flagp |= HASWIDTH|SIMPLE;
562 *flagp |= SIMPLE;
/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dthread.h66 SIMPLE = 1, enumerator
/freebsd/contrib/ntp/html/hints/
H A Dparse33 - *SIMPLE* makefile to build a loadable STREAMS
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp359 return int(DetachType::SIMPLE); in detach()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-block.pod15 =head1 SIMPLE BLOCKING QUIC SERVER EXAMPLE
H A Dossl-guide-tls-server-block.pod15 =head1 SIMPLE BLOCKING TLS SERVER EXAMPLE
H A Dossl-guide-quic-server-non-block.pod15 =head1 SIMPLE NONBLOCKING QUIC SERVER EXAMPLE
H A Dossl-guide-quic-client-block.pod15 =head1 SIMPLE BLOCKING QUIC CLIENT EXAMPLE
H A Dossl-guide-tls-client-non-block.pod15 =head1 SIMPLE NONBLOCKING TLS CLIENT EXAMPLE
H A Dossl-guide-quic-multi-stream.pod158 =head1 SIMPLE MULTI-STREAM QUIC CLIENT EXAMPLE
H A Dossl-guide-quic-client-non-block.pod15 =head1 SIMPLE NONBLOCKING QUIC CLIENT EXAMPLE
H A Dossl-guide-tls-client-block.pod15 =head1 SIMPLE BLOCKING TLS CLIENT EXAMPLE
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c22230 #define SIMPLE 2 macro
22514 next = reginsert(preg, flags & SIMPLE ? REPMIN : REPXMIN, 5, ret); in regpiece()
22517 next = reginsert(preg, flags & SIMPLE ? REP: REPX, 5, ret); in regpiece()
22525 if (!(flags & SIMPLE)) { in regpiece()
22667 *flagp |= HASWIDTH|SIMPLE; in regatom()
22827 *flagp |= HASWIDTH|SIMPLE; in regatom()
22872 *flagp |= HASWIDTH|SIMPLE; in regatom()
22884 *flagp |= HASWIDTH|SIMPLE; in regatom()
22891 *flagp |= HASWIDTH|SIMPLE; in regatom()
22949 *flagp |= SIMPLE; in regatom()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq1875 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
H A Daic79xx.seq1106 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
/freebsd/contrib/file/magic/Magdir/
H A Dimages1454 0 string SIMPLE\ \ =
1470 # five keywords that are required in every FITS file: SIMPLE, BITPIX, NAXIS, NAXISn, and END. EXTEN…