Lines Matching defs:display
195 static void display(struct decode_scope *scope);
416 * Find the display template for a given bitset, recursively searching
443 if (!c->display)
445 return c->display;
474 display(nested_scope);
486 print(scope->state, "%s", e->values[i].display);
648 if (field->display) {
650 print(scope->state, "%s", field->display);
661 /* assert fields are not for display */
676 display(struct decode_scope *scope)
679 const char *display = find_display(scope, bitset);
681 if (!display) {
682 decode_error(scope->state, "%s: no display template", bitset->name);
686 const char *p = display;
748 display(scope);