Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c622 isntype_T isntype = ISN_2STRING; in may_generate_2STRING() local
643 isntype = ISN_2STRING_ANY; in may_generate_2STRING()
650 isntype = ISN_2STRING_ANY; in may_generate_2STRING()
843 isntype_T isntype = ISN_DROP; in get_compare_isn() local
869 isntype = ISN_COMPAREANY; in get_compare_isn()
872 && (isntype == ISN_COMPAREBOOL in get_compare_isn()
874 || isntype == ISN_COMPARENR in get_compare_isn()
881 if (isntype == ISN_DROP in get_compare_isn()
894 return isntype; in get_compare_isn()
911 isntype_T isntype; in generate_COMPARE() local
[all …]