Home
last modified time | relevance | path

Searched refs:C_EQUAL (Results 1 – 17 of 17) sorted by relevance

/dports/editors/vigor/vigor-0.016/include/
H A Dex_def.h7 #define C_EQUAL 6 macro
/dports/databases/db5/db-5.3.28/src/btree/
H A Dbt_recno.c72 #define C_EQUAL(cp1, cp2) \ macro
846 if (C_EQUAL(cp_arg, cp)) {
864 if (C_EQUAL(cp_arg, cp)) {
/dports/databases/db18/db-18.1.40/src/btree/
H A Dbt_recno.c72 #define C_EQUAL(cp1, cp2) \ macro
846 if (C_EQUAL(cp_arg, cp)) {
864 if (C_EQUAL(cp_arg, cp)) {
/dports/devel/p5-Pegex/Pegex-0.75/xt/grammars/
H A Dpg-lexer.pgx125 <C_LANGLE> <C_RANGLE> <C_EQUAL>
130 L_COLON_EQUALS : / <C_COLON> <C_EQUAL> /
135 <C_CARET> <C_EQUAL> <C_PERCENT>
210 P_CARET : !Op C_CARET ~; P_EQUAL : !Op C_EQUAL ~; P_PERCENT : !Op C_PERCENT ~;
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/certdb/
H A Dalg1485.c120 #define C_EQUAL '=' macro
212 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
229 if (**pbp != C_EQUAL) { in scanTag()
/dports/www/firefox/firefox-99.0/security/nss/lib/certdb/
H A Dalg1485.c120 #define C_EQUAL '=' macro
212 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
229 if (**pbp != C_EQUAL) { in scanTag()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/certdb/
H A Dalg1485.c120 #define C_EQUAL '=' macro
212 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
229 if (**pbp != C_EQUAL) { in scanTag()
/dports/security/ca_root_nss/nss-3.71/nss/lib/certdb/
H A Dalg1485.c120 #define C_EQUAL '=' macro
212 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
229 if (**pbp != C_EQUAL) { in scanTag()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/certdb/
H A Dalg1485.c120 #define C_EQUAL '=' macro
212 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
229 if (**pbp != C_EQUAL) { in scanTag()
/dports/security/nss/nss-3.76.1/nss/lib/certdb/
H A Dalg1485.c120 #define C_EQUAL '=' macro
212 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
229 if (**pbp != C_EQUAL) { in scanTag()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/certdb/
H A Dalg1485.c120 #define C_EQUAL '=' macro
212 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
229 if (**pbp != C_EQUAL) { in scanTag()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/certdb/
H A Dalg1485.c120 #define C_EQUAL '=' macro
212 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
229 if (**pbp != C_EQUAL) { in scanTag()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Drulegen.cpp653 static const int C_EQUAL = 4; variable
734 else if(y == 0) x = C_EQUAL; in id_at_spin()
/dports/shells/mksh/mksh/
H A Dfuncs.c1465 if (!ctype((op = *cp), C_EQUAL | C_MINUS | C_PLUS)) in c_umask()
1506 } else if (!ctype(*cp, C_EQUAL | C_MINUS | C_PLUS)) in c_umask()
H A Deval.c1501 ctype(c, C_EQUAL | C_MINUS | C_QUEST) : c == ORD('+')))) || in varsub()
H A Dsh.h1521 #define C_EQUAL CiEQUAL /* = equals sign */ macro
/dports/www/links/links-2.25/
H A Dos_dep.c3332 #define C_EQUAL(a, b) countries[a].code == (b) in get_country_language() macro
3334 BIN_SEARCH(array_elements(countries), C_EQUAL, C_ABOVE, c, idx); in get_country_language()