Searched refs:MATCH_NONE (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | auth2.c | 100 #define MATCH_NONE 0 /* method or submethod mismatch */ macro 467 submethod) != MATCH_NONE) in auth2_method_allowed() 621 return MATCH_NONE; in list_starts_with() 630 return MATCH_NONE; in list_starts_with() 635 return MATCH_NONE; in list_starts_with()
|
/external/libxkbcommon/src/ |
D | text.c | 204 { "NoneOf", MATCH_NONE },
|
D | keymap.h | 173 MATCH_NONE, enumerator
|
/external/libxkbcommon/src/xkbcomp/ |
D | keymap.c | 105 case MATCH_NONE: in FindInterpForKey()
|
D | compat.c | 886 CopyInterps(info, true, MATCH_NONE, &collect); in CopyCompatToKeymap() 891 CopyInterps(info, false, MATCH_NONE, &collect); in CopyCompatToKeymap()
|
/external/libxkbcommon/src/x11/ |
D | keymap.c | 794 sym_interpret->match = MATCH_NONE; in get_sym_interprets()
|
/external/icing/icing/ |
D | icing-search-engine_test.cc | 106 constexpr TermMatchType_Code MATCH_NONE = TermMatchType_Code_UNKNOWN; variable 6135 .SetDataTypeString(MATCH_NONE, TOKENIZER_NONE) in TEST_F()
|