Home
last modified time | relevance | path

Searched refs:L_NOT (Results 1 – 25 of 39) sorted by relevance

12

/dports/databases/qof/qof-0.8.8/lib/libsql/
H A Dparser.y36 %token L_NOT L_AND L_OR
59 %right L_NOT
182 | L_NOT where_list {$$ = sql_where_build_negated ($2);}
193 | L_IS L_NOT {$$ = SQL_isnot;}
195 | L_NOT L_IN {$$ = SQL_notin;}
H A Dparser.h80 L_NOT = 290, enumerator
138 #define L_NOT 290 macro
H A Dlexer.l59 "not" {return L_NOT;}
H A Dparser.c156 L_NOT = 290, enumerator
214 #define L_NOT 290 macro
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dlistor.c37 enum {L_OR, L_AND, L_XOR, L_NOT}; enumerator
90 OperatorCode = L_NOT; in main()
235 else if(Operator == L_XOR || Operator == L_NOT) in listor_Output()
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dyuiif.h34 L_NOT = 260, enumerator
121 #define L_NOT 260 macro
H A Dlex.c185 { "not", L_NOT },
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/
H A Dlex.h38 #define L_NOT 15 macro
H A Dlex.c231 case '~': return L_NOT; in gtok()
H A Dparse.c232 if (Ltok == L_NOT) { in pexp6()
/dports/korean/hunspell/hunspell-dict-ko-0.7.90/
H A Dsuffixdata.py101 def L_NOT(jamos): function
117 L_NOT_HIEUH = L_NOT('ㅎ')
122 L_NOT_HIEUH = L_NOT(L_HIEUH)
189 COND_EOA_A = '[%s]%s' % (L_NOT(L_HIEUH), V_A)
193 COND_EOA_OE = '[%s]%s' % (L_NOT(L_NIEUN + L_IEUNG), V_OE)
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Dtoken_types.h81 #define L_NOT 73
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dtoken_types.h81 #define L_NOT 73 macro
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dtoken_types.h81 #define L_NOT 73 macro
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sql-parser/
H A Dtoken_types.h81 #define L_NOT 73 macro
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sql-parser/
H A Dtoken_types.h81 #define L_NOT 73 macro
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sql-parser/
H A Dtoken_types.h81 #define L_NOT 73 macro
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sql-parser/
H A Dtoken_types.h81 #define L_NOT 73 in sql_operation_string_to_operator()
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_operator.c126 default : return L_NOT; in alt_token_c()
H A Dliterals.c273 char const L_NOT[] = "not"; variable
H A Dliterals.h300 extern char const L_NOT[]; // !
/dports/devel/binaryen/binaryen-version_98/src/emscripten-optimizer/
H A Dparser.cpp65 IString L_NOT("!"); variable
H A Dparser.h82 extern IString L_NOT;
280 str = src[1] == '=' ? NE : L_NOT; in Frag()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A Dnetyacc.c58 L_NOT = 260, enumerator
142 #define L_NOT 260 macro
H A Dnet.y42 %left L_NOT

12