Searched refs:singleton (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/tools/
H A Dmakeobjops.awk328 if (singleton)
338 if (singleton)
461 singleton = 0;
507 singleton = 1;
/freebsd-13-stable/contrib/flex/src/
H A Dparse.y537 series : series singleton
545 | singleton
612 singleton : singleton '*' label
619 | singleton '+'
625 | singleton '?'
631 | singleton BEGIN_REPEAT_FLEX NUMBER ',' NUMBER END_REPEAT_FLEX
659 | singleton BEGIN_REPEAT_FLEX NUMBER ',' END_REPEAT_FLEX
673 | singleton BEGIN_REPEAT_FLEX NUMBER END_REPEAT_FLEX
675 /* The singleton coul
[all...]
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c153 static wint_t singleton(cset *cs);
1052 if ((ch = singleton(cs)) != OUT) { /* optimize singleton sets */
1407 * Emit a singleton set.
1589 - singleton - Determine whether a set contains only one character,
1593 singleton(cset *cs) function
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp12266 void addSingleton( ISingleton* singleton );
13362 void addSingleton(ISingleton* singleton ) {
13363 getSingletons()->push_back( singleton );
13367 for( auto singleton : *singletons )
13368 delete singleton;

Completed in 108 milliseconds