Home
last modified time | relevance | path

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

/dports/www/links/links-2.25/
H A Dbfu.c117 #define G_DIALOG_FIELD_WIDTH g_char_width(bfu_style_wb_mono, ' ') macro
2078 int l = gf_val(item->item->dlen, item->item->dlen * G_DIALOG_FIELD_WIDTH); in dlg_format_field()
2124 gf_val(item->item->dlen, item->item->dlen * G_DIALOG_FIELD_WIDTH); in max_group_width()
2140 gf_val(item->item->dlen + 1, (item->item->dlen + 1) * G_DIALOG_FIELD_WIDTH); in min_group_width()
2156 gf_val(item->item->dlen, item->item->dlen * G_DIALOG_FIELD_WIDTH); in dlg_format_group()
2182 …>type == D_FIELD_PASS) item->l = gf_val(item->item->dlen, item->item->dlen * G_DIALOG_FIELD_WIDTH); in dlg_format_group()