Home
last modified time | relevance | path

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

/dports/net/tinyfugue/tf-50b8/src/
H A Doutput.c205 static StatusField *variable_width_field[max_status_height]; variable
1390 variable_width_field[row] = NULL; in regen_status_fields()
1397 variable_width_field[row] = f; in regen_status_fields()
1500 vwf_found = !!variable_width_field[row]; in status_add()
1664 if (variable_width_field[row] == node->datum) in handle_status_rm_command()
1665 variable_width_field[row] = NULL; in handle_status_rm_command()
1710 if (!field->width && variable_width_field[row] && in handle_status_edit_command()
1711 node->datum != variable_width_field[row]) in handle_status_edit_command()
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Doutput.c216 static StatusField *variable_width_field[max_status_height]; variable
1403 variable_width_field[row] = NULL; in regen_status_fields()
1410 variable_width_field[row] = f; in regen_status_fields()
1513 vwf_found = !!variable_width_field[row]; in status_add()
1677 if (variable_width_field[row] == node->datum) in handle_status_rm_command()
1678 variable_width_field[row] = NULL; in handle_status_rm_command()
1723 if (!field->width && variable_width_field[row] && in handle_status_edit_command()
1724 node->datum != variable_width_field[row]) in handle_status_edit_command()