Home
last modified time | relevance | path

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

/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsn_interface.c48 extern int MASK_WINDOW_ROWS, MASK_WINDOW_COLS, MAIN_WINDOW_ROWS, MAIN_WINDOW_COLS;
77 MAIN_WINDOW_ROWS = LINES-5; MAIN_WINDOW_COLS = COLS; in init_screen()
83 INFO_WINDOW_X = 3; INFO_WINDOW_Y = MAIN_WINDOW_ROWS-INFO_WINDOW_ROWS-2; in init_screen()
85 DATA_WINDOW_ROWS = (MAIN_WINDOW_ROWS/3)*2; DATA_WINDOW_COLS = (MAIN_WINDOW_COLS/3)*2; in init_screen()
346 MAIN_WINDOW_ROWS-2,MAIN_WINDOW_COLS-2); in forced_refresh()
348 MAIN_WINDOW_ROWS-2,MAIN_WINDOW_COLS-2); in forced_refresh()
714 f_box_window(&main_box,MAIN_WINDOW_ROWS,MAIN_WINDOW_COLS,0,0,0); in run_interface()
716 MAIN_WINDOW_ROWS-2,MAIN_WINDOW_COLS-2); in run_interface()
718 MAIN_WINDOW_ROWS-2,MAIN_WINDOW_COLS-2); in run_interface()
737 if( POINTpos<(LISTpos+(MAIN_WINDOW_ROWS-3)) ) in run_interface()
H A Dsn_data.h175 int MAIN_WINDOW_ROWS, MAIN_WINDOW_COLS; variable