Searched refs:trigger_lookup (Results 1 – 1 of 1) sorted by relevance
20 static const char *const trigger_lookup[] = { variable76 ARRAY_FOR_EACH(trigger_lookup, i) { in get_trigger_from_str()77 if (strcmp(trigger_lookup[i], trigger_str) == 0) { in get_trigger_from_str()226 entry->syntax = (idx < ARRAY_SIZE(trigger_lookup)) ? trigger_lookup[idx] : NULL; in dsub_set_trigger_lookup_1()