Home
last modified time | relevance | path

Searched refs:old_co (Results 1 – 25 of 34) sorted by relevance

12

/dports/irc/epic5/epic5-2.1.6/source/
H A Dwserv.c290 old_co = -1; in term_resize() local
305 if ((old_li != window.ws_row) || (old_co != window.ws_col)) in term_resize()
308 old_co = window.ws_col; in term_resize()
310 snprintf(buffer, sizeof(buffer), "geom=%d %d\n", old_li, old_co); in term_resize()
312 sprintf(buffer, "geom=%d %d\n", old_li, old_co); in term_resize()
H A Dinput.c701 (last_input_screen->co != last_input_screen->old_co) || in update_input()
709 last_input_screen->old_co = last_input_screen->co; in update_input()
H A Dterm.c1216 old_co = -1; in term_resize() local
1265 if ((old_li != current_term->TI_lines) || (old_co != current_term->TI_cols)) in term_resize()
1268 old_co = current_term->TI_cols; in term_resize()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dwserv.c169 static int old_li = -1, old_co = -1; local
194 if ((old_li != li) || (old_co != co))
209 old_co = co;
H A Dinput.c372 && inputdata->old_co == current_screen->co) in input_check_resized()
379 inputdata->old_co = current_screen->co; in input_check_resized()
385 sz_prev_len = current_screen->inputdata.old_co / 10 + 1; in input_check_resized()
1331 new->inputdata.old_co = -1; in input_reset_screen()
1362 inputdata->old_co = 0; /* to force recalculation */
H A Dterm.c727 old_co = co; in term_resize()
/dports/irc/ircII/ircii-20210314/source/
H A Dwserv.c180 static int old_li = -1, old_co = -1; in got_sigwinch() local
201 if ((old_li != li) || (old_co != co)) in got_sigwinch()
216 old_co = co; in got_sigwinch()
H A Dinput.c76 int old_co, old_li; member
400 if (inputdata->old_li == new_li && inputdata->old_co == new_co) in input_check_resized()
407 inputdata->old_co = new_co; in input_check_resized()
1217 inputdata->old_co = -1; in input_reset_screen()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwserv.c267 old_co = -1; in term_resize() local
282 if ((old_li != window.ws_row) || (old_co != window.ws_col)) in term_resize()
285 old_co = window.ws_col; in term_resize()
286 sprintf(buffer, "geom=%d %d\n", old_li, old_co); in term_resize()
H A Dinput.c313 (last_input_screen->co != last_input_screen->old_co)) in update_input()
331 last_input_screen->old_co = last_input_screen->co; in update_input()
H A Dterm.c1126 old_co = -1; in term_resize() local
1159 if ((old_li != current_term->TI_lines) || (old_co != current_term->TI_cols)) in term_resize()
1162 old_co = current_term->TI_cols; in term_resize()
/dports/irc/epic4/epic4-2.10.9/include/
H A Dscreen.h71 int old_co; member
130 int old_co; member
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dterm.c651 old_co = -1; in term_resize() local
674 if ((old_li != LI) || (old_co != CO)) in term_resize()
677 old_co = CO; in term_resize()
/dports/irc/epic5/epic5-2.1.6/include/
H A Dscreen.h123 int old_co; member
H A Dwindow.h84 short old_co; /* .... */ member
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dstruct.h302 int old_co, old_li; member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dterm.c1289 old_co = -1; in term_resize() local
1322 if ((old_li != current_term->TI_lines) || (old_co != current_term->TI_cols)) in term_resize()
1325 old_co = current_term->TI_cols; in term_resize()
2129 old_co = -1;
2139 if ((old_li != LI) || (old_co != CO))
2142 old_co = CO;
H A Dpmbitchx.c933 if(this_screen->co < 20) this_screen->old_co=this_screen->co=20; in pm_resize()
935 if(this_screen->co > 199) this_screen->old_co=this_screen->co=199; in pm_resize()
1570 …this_screen->old_co = this_screen->co=((int)((x-(cxvs+(this_screen->nicklist ? cxvs : 0)))/this_sc… in GenericWndProc()
3465 new->old_co=new->co; in gui_screen()
H A Dwinbitchx.c3312 new->old_co=new->co; in gui_screen()
3321 if(this_screen->co < 20) this_screen->old_co=this_screen->co=20; in gui_resize()
3323 if(this_screen->co > 199) this_screen->old_co=this_screen->co=199; in gui_resize()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dterm.c1289 old_co = -1; in term_resize() local
1322 if ((old_li != current_term->TI_lines) || (old_co != current_term->TI_cols)) in term_resize()
1325 old_co = current_term->TI_cols; in term_resize()
2129 old_co = -1;
2139 if ((old_li != LI) || (old_co != CO))
2142 old_co = CO;
H A Dpmbitchx.c933 if(this_screen->co < 20) this_screen->old_co=this_screen->co=20; in pm_resize()
935 if(this_screen->co > 199) this_screen->old_co=this_screen->co=199; in pm_resize()
1570 …this_screen->old_co = this_screen->co=((int)((x-(cxvs+(this_screen->nicklist ? cxvs : 0)))/this_sc… in GenericWndProc()
3465 new->old_co=new->co; in gui_screen()
H A Dwinbitchx.c3312 new->old_co=new->co; in gui_screen()
3321 if(this_screen->co < 20) this_screen->old_co=this_screen->co=20; in gui_resize()
3323 if(this_screen->co > 199) this_screen->old_co=this_screen->co=199; in gui_resize()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h808 int old_co; member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h808 int old_co; member
/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_util.c1098 lua_State *old_co; local
1252 old_co = ctx->cur_co_ctx->parent_co_ctx->co;
1254 nrets = lua_gettop(old_co);
1257 lua_xmove(old_co, ctx->cur_co_ctx->co, nrets);

12