FACT++  1.0
void show_servers ( )

Definition at line 2441 of file did.c.

References item::busy, Curr_matrix, Force_update, Matrix_id, put_label(), remove_all_buttons(), Server_head, sll_get_next(), switch_matrix(), and update_show_servers().

Referenced by check_put_label(), ok_pop_up(), and view_opts().

2442 {
2443 SERVER *servp;
2444 void update_show_servers();
2445 void remove_all_buttons();
2446 void put_label();
2447 
2448  if(!Matrix_id[Curr_matrix])
2449  return;
2451 
2452 #ifndef linux
2453  switch_matrix();
2454 #endif
2455  put_label();
2456  servp = Server_head;
2457  while( (servp = (SERVER *)sll_get_next((SLL *)servp)) )
2458  {
2459  servp->busy = 1;
2460  }
2461  Force_update = 1;
2462 }
Widget Matrix_id[2]
Definition: did.h:57
int busy
Definition: did.h:52
Definition: did.h:42
void remove_all_buttons()
Definition: did.c:2743
int Force_update
Definition: did.c:36
SERVER * Server_head
Definition: did.h:55
SLL * sll_get_next(SLL *item)
Definition: sll.c:50
Definition: dim.h:536
void put_label()
Definition: did.c:3183
void switch_matrix()
Definition: did.c:2269
int Curr_matrix
Definition: did.h:58
void update_show_servers(void *tag, unsigned long *reason)
Definition: did.c:2464

+ Here is the call graph for this function:

+ Here is the caller graph for this function: