FACT++  1.0
void show_servers ( )

Definition at line 2402 of file didMarkus.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().

2403 {
2404 SERVER *servp;
2405 void update_show_servers();
2406 void remove_all_buttons();
2407 void put_label();
2408 
2409  if(!Matrix_id[Curr_matrix])
2410  return;
2412 
2413 #ifndef linux
2414  switch_matrix();
2415 #endif
2416  put_label();
2417  servp = Server_head;
2418  while( (servp = (SERVER *)sll_get_next((SLL *)servp)) )
2419  {
2420  servp->busy = 1;
2421  }
2422  Force_update = 1;
2423 }
Widget Matrix_id[2]
Definition: did.h:57
int busy
Definition: did.h:52
void put_label()
Definition: didMarkus.c:3122
Definition: did.h:42
SERVER * Server_head
Definition: did.h:55
SLL * sll_get_next(SLL *item)
Definition: sll.c:50
Definition: dim.h:536
void switch_matrix()
Definition: didMarkus.c:2241
int Force_update
Definition: didMarkus.c:36
int Curr_matrix
Definition: did.h:58
void update_show_servers(void *tag, unsigned long *reason)
Definition: didMarkus.c:2425
void remove_all_buttons()
Definition: didMarkus.c:2691

+ Here is the call graph for this function:

+ Here is the caller graph for this function: