Home
last modified time | relevance | path

Searched refs:chkwin (Results 1 – 4 of 4) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dundo.c112 XCWindowData *chkwin; in setwindow() local
114 for (chkwin = xobjs.windowlist; chkwin != NULL; chkwin = chkwin->next) { in setwindow()
115 if (chkwin == trywindow) { in setwindow()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfn2.c719 y = chkwin(rsn,winlo,wslots); /* See what window it's in. */ in input()
912 y = chkwin(rsn,winlo,wslots); /* Is it in the window? */ in input()
1649 x = chkwin(n,winlo,wslots); /* Don't exceed window boundary */ in nxtpkt()
1878 k = chkwin(n,winlo,wslots); /* See if packet in current window */
H A Dckcker.h1227 _PROTOTYP( int chkwin, (int, int, int) );
H A Dckcfn3.c773 chkwin(n,bottom,slots) int n, bottom, slots; { in chkwin() function