Lines Matching defs:fte
3425 const struct format_table_entry *fte;
3433 fte = &format_table[i];
3435 value = fte->cb(ft);
3438 if (fte->type == FORMAT_TABLE_TIME) {
3441 cb(fte->key, s, arg);
3443 cb(fte->key, value, arg);
3619 struct format_table_entry *fte;
3646 fte = format_table_get(key);
3647 if (fte != NULL) {
3648 value = fte->cb(ft);
3649 if (fte->type == FORMAT_TABLE_TIME && value != NULL)