Home
last modified time | relevance | path

Searched refs:TOK_FALSE (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/wand-libconfig/libconfig-1.0.5/
H A Dconfig.l18 false { return TOK_FALSE; }
19 off { return TOK_FALSE; }
23 no { return TOK_FALSE; }
H A Dconfig.parser.h34 TOK_FALSE = 260, enumerator
45 #define TOK_FALSE 260 macro
H A Dconfig.y15 %token TOK_FALSE
44 | TOK_IDENTIFIER lws TOK_FALSE lws { set_config_int($1,0); }
/dports/www/srg/srg-1.3.6/libconfig/
H A Dconfig.parser.h44 TOK_FALSE = 260, enumerator
55 #define TOK_FALSE 260 macro
H A Dconfig.lexer.l14 false { return TOK_FALSE; }
15 off { return TOK_FALSE; }
H A Dconfig.parser.y11 %token TOK_FALSE
36 | TOK_IDENTIFIER lws TOK_FALSE lws { set_config_int($1,0); }
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxjson.y18 %token TOK_FALSE
39 | TOK_FALSE
H A Dyysphinxjson.h53 TOK_FALSE = 263, enumerator
H A Dsphinxjson.l40 "false" { STORE_BOUNDS; lvalp->m_eType = JSON_FALSE; return TOK_FALSE; }
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dcond.c139 TOK_FALSE = 0, TOK_TRUE = 1, TOK_AND, TOK_OR, TOK_NOT, enumerator
704 t = TOK_FALSE; in compare_expression()
897 return arglen < 0 ? TOK_ERROR : TOK_FALSE; in compare_function()
1037 t = TOK_FALSE; in CondT()
1038 } else if (t == TOK_FALSE) { in CondT()
1123 if (l == TOK_FALSE) { in CondE()
1205 case TOK_FALSE: in do_Cond_EvalExpression()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxql.h62 TOK_FALSE = 288, enumerator
154 #define TOK_FALSE 288 macro
/dports/security/clamav-lts/clamav-0.103.5/libclamav/jsparse/
H A Dspecial_keywords.list3 false, TOK_FALSE
H A Dlexglobal.h29 TOK_FALSE, enumerator
/dports/security/clamav/clamav-0.104.2/libclamav/jsparse/
H A Dspecial_keywords.list3 false, TOK_FALSE
H A Dlexglobal.h29 TOK_FALSE, enumerator
/dports/lang/asn1c/asn1c-0.9.27/libasn1parser/
H A Dasn1p_y.h91 TOK_FALSE = 307, enumerator
199 #define TOK_FALSE 307 macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoidl/source/
H A Dsourceprovider-scanner.l145 "FALSE" return TOK_FALSE;
146 "False" return TOK_FALSE;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoidl/source/
H A Dsourceprovider-scanner.l143 "FALSE" return TOK_FALSE;
144 "False" return TOK_FALSE;
/dports/devel/bmake/bmake/
H A Dcond.c132 TOK_FALSE, TOK_TRUE, TOK_AND, TOK_OR, TOK_NOT, enumerator
197 return cond ? TOK_TRUE : TOK_FALSE; in ToToken()
713 t = TOK_FALSE; in CondParser_Comparison()
811 *out_token = arglen == 0 ? TOK_FALSE : TOK_ERROR; in CondParser_Func()
952 if (t == TOK_FALSE) in CondParser_Term()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dcondparser.h52 TOK_FALSE, enumerator
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DJSON.kt149 TOK_FALSE -> T_BOOL.also { output[key] = false } in parseValue()
549 return TOK_FALSE in nextToken()
751 TOK_FALSE -> "TOK_FALSE" in print()
766 private val TOK_FALSE = Token(7) constant
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DJSON.kt149 TOK_FALSE -> T_BOOL.also { output[key] = false } in parseValue()
549 return TOK_FALSE in nextToken()
751 TOK_FALSE -> "TOK_FALSE" in print()
766 private val TOK_FALSE = Token(7) constant
/dports/security/razorback-pdfFox/pdfFox-0.5.0/src/
H A Dfoxtoken.h16 …, PLUS, REF, STARTXREF, STREAM, STREAMCONTENT, TRAILER, XREF, TOK_TRUE, TOK_FALSE, ENDOFFILE, NAME… enumerator
/dports/devel/re2c/re2c-2.2/test/
H A Dinput_custom_mjson.re111 TOK_FALSE,
589 token = TOK_FALSE;
832 context->token == TOK_FALSE ||
844 case TOK_FALSE:
863 case TOK_FALSE:
H A Dinput_custom_mjson.c113 TOK_FALSE, enumerator
2059 token = TOK_FALSE; in parsectx_next_token()
2465 context->token == TOK_FALSE || in parse_simple()
2477 case TOK_FALSE: in parse_simple()
2496 case TOK_FALSE: in parse_value()

1234