Home
last modified time | relevance | path

Searched refs:OUT_N1 (Results 1 – 3 of 3) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/include/inchi/
H A Dichimake.h73 #define GET_II(M,S) ((M==OUT_N1)? (HAS_TN(S)? TAUT_YES : HAS_NN(S)? TAUT_NON : -1): \
H A Dmode.h449 #define OUT_N1 0 /* non-tautomeric only */ macro
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichiprt1.c684 #define OUT_N1 0 /* non-tautomeric only */ macro
1385 case OUT_N1: /* x[TAUT_NON]: non-tautomeric only -- never happens */ in OutputINChI1()
1456 case OUT_N1: /* x[TAUT_NON]: non-tautomeric only */ in OutputINChI1()
1749 iCurTautMode = bOutType == OUT_N1? TAUT_NON: /* only non-taut */ in OutputINChI1()