Home
last modified time | relevance | path

Searched refs:xclear (Results 1 – 24 of 24) sorted by relevance

/dports/games/nethack33/nethack-3.3.1/util/
H A Dmakedefs.c123 static char xclear[MAX_ROW][MAX_COL]; variable
1785 xclear[i][j] = '\000'; in do_vision()
1787 xclear[i][j] = '\001'; in do_vision()
2083 if (!xclear[i][you_col]) return 0;
2086 if (!xclear[i][you_col]) return 0;
2101 if (!xclear[y][x]) return 0; /* plot point */
2116 if (!xclear[y][x]) return 0; /* plot point */
/dports/games/nethack33-nox11/nethack-3.3.1/util/
H A Dmakedefs.c123 static char xclear[MAX_ROW][MAX_COL]; variable
1785 xclear[i][j] = '\000'; in do_vision()
1787 xclear[i][j] = '\001'; in do_vision()
2083 if (!xclear[i][you_col]) return 0;
2086 if (!xclear[i][you_col]) return 0;
2101 if (!xclear[y][x]) return 0; /* plot point */
2116 if (!xclear[y][x]) return 0; /* plot point */
/dports/games/nethack34/nethack-3.4.3/util/
H A Dmakedefs.c130 static char xclear[MAX_ROW][MAX_COL]; variable
1847 xclear[i][j] = '\000'; in do_vision()
1849 xclear[i][j] = '\001'; in do_vision()
2145 if (!xclear[i][you_col]) return 0;
2148 if (!xclear[i][you_col]) return 0;
2163 if (!xclear[y][x]) return 0; /* plot point */
2178 if (!xclear[y][x]) return 0; /* plot point */
/dports/games/nethack34-nox11/nethack-3.4.3/util/
H A Dmakedefs.c130 static char xclear[MAX_ROW][MAX_COL]; variable
1847 xclear[i][j] = '\000'; in do_vision()
1849 xclear[i][j] = '\001'; in do_vision()
2145 if (!xclear[i][you_col]) return 0;
2148 if (!xclear[i][you_col]) return 0;
2163 if (!xclear[y][x]) return 0; /* plot point */
2178 if (!xclear[y][x]) return 0; /* plot point */
/dports/games/unnethack/unnethack-5.1.0-20131208/util/
H A Dmakedefs.c130 static char xclear[MAX_ROW][MAX_COL]; variable
1908 xclear[i][j] = '\000'; in do_vision()
1910 xclear[i][j] = '\001'; in do_vision()
2206 if (!xclear[i][you_col]) return 0;
2209 if (!xclear[i][you_col]) return 0;
2224 if (!xclear[y][x]) return 0; /* plot point */
2239 if (!xclear[y][x]) return 0; /* plot point */
/dports/games/vultures-eye/vulture-2.3.67/nethack/util/
H A Dmakedefs.c130 static char xclear[MAX_ROW][MAX_COL]; variable
1850 xclear[i][j] = '\000'; in do_vision()
1852 xclear[i][j] = '\001'; in do_vision()
2148 if (!xclear[i][you_col]) return 0;
2151 if (!xclear[i][you_col]) return 0;
2166 if (!xclear[y][x]) return 0; /* plot point */
2181 if (!xclear[y][x]) return 0; /* plot point */
/dports/games/falconseye/falconseye-1.9.3_11/util/
H A Dmakedefs.c123 static char xclear[MAX_ROW][MAX_COL]; variable
1788 xclear[i][j] = '\000'; in do_vision()
1790 xclear[i][j] = '\001'; in do_vision()
2086 if (!xclear[i][you_col]) return 0;
2089 if (!xclear[i][you_col]) return 0;
2104 if (!xclear[y][x]) return 0; /* plot point */
2119 if (!xclear[y][x]) return 0; /* plot point */
/dports/games/vultures-eye/vulture-2.3.67/unnethack/util/
H A Dmakedefs.c130 static char xclear[MAX_ROW][MAX_COL]; variable
1904 xclear[i][j] = '\000'; in do_vision()
1906 xclear[i][j] = '\001'; in do_vision()
2202 if (!xclear[i][you_col]) return 0;
2205 if (!xclear[i][you_col]) return 0;
2220 if (!xclear[y][x]) return 0; /* plot point */
2235 if (!xclear[y][x]) return 0; /* plot point */
/dports/lang/gforth/gforth-0.7.3/
H A Dhistory.fs282 : xclear-line ( max span addr pos1 -- max addr )
284 : xclear-tib ( max span addr pos -- max 0 addr 0 false )
285 xclear-line 0 tuck dup ;
319 ['] xclear-tib ctrl K bindkey
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Dtools.c349 int width, height, xclear, yclear; in MoveMapView() local
384 xclear = width; in MoveMapView()
388 xclear = 0; in MoveMapView()
405 XClearArea(display, mapwin, xclear + TOOLSWIDTH, 0, in MoveMapView()
408 DrawMap(xclear + TOOLSWIDTH - 1, 0, in MoveMapView()
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A Dtools.c308 int width,height, xclear, yclear; in MoveMapView() local
334 xclear = width; in MoveMapView()
339 xclear = 0; in MoveMapView()
356 XClearArea(display,mapwin,xclear+TOOLSWIDTH,0, in MoveMapView()
358 DrawMap(xclear+TOOLSWIDTH-1,0,mapwin_width-width-TOOLSWIDTH+1, in MoveMapView()
/dports/games/vultures-eye/vulture-2.3.67/slashem/util/
H A Dmakedefs.c148 static char xclear[MAX_ROW][MAX_COL]; variable
2004 xclear[i][j] = '\000'; in do_vision()
2006 xclear[i][j] = '\001'; in do_vision()
2304 if (!xclear[i][you_col]) return 0;
2307 if (!xclear[i][you_col]) return 0;
2322 if (!xclear[y][x]) return 0; /* plot point */
2337 if (!xclear[y][x]) return 0; /* plot point */
/dports/sysutils/xdu/xdu-3.0/
H A Dxwin.c50 extern int xclear();
358 xclear() in xclear() function
/dports/x11-fm/xfe/xfe-1.44/st/
H A Dx.c191 static void xclear(int, int, int, int);
737 xclear(0, 0, win.w, win.h); in xresize()
820 xclear(int x1, int y1, int x2, int y2) in xclear() function
1436 xclear(0, (y == 0)? 0 : winy, borderpx, in xdrawglyphfontspecs()
1441 xclear(winx + width, (y == 0)? 0 : winy, win.w, in xdrawglyphfontspecs()
1445 xclear(winx, 0, winx + width, borderpx); in xdrawglyphfontspecs()
1447 xclear(winx, winy + win.ch, winx + width, win.h); in xdrawglyphfontspecs()
/dports/x11/sterm/st-0.8.4/
H A Dx.c147 static void xclear(int, int, int, int);
739 xclear(0, 0, win.w, win.h); in xresize()
821 xclear(int x1, int y1, int x2, int y2) in xclear() function
1436 xclear(0, (y == 0)? 0 : winy, borderpx, in xdrawglyphfontspecs()
1441 xclear(winx + width, (y == 0)? 0 : winy, win.w, in xdrawglyphfontspecs()
1445 xclear(winx, 0, winx + width, borderpx); in xdrawglyphfontspecs()
1447 xclear(winx, winy + win.ch, winx + width, win.h); in xdrawglyphfontspecs()
H A DFAQ200 xclear(0, 0, win.w, win.h);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/util/
H A Dmakedefs.c135 static char xclear[MAX_ROW][MAX_COL]; variable
2984 xclear[i][j] = '\000'; in do_vision()
2986 xclear[i][j] = '\001'; in do_vision()
3298 if (!xclear[i][you_col])
3302 if (!xclear[i][you_col])
3320 if (!xclear[y][x])
3336 if (!xclear[y][x])
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/util/
H A Dmakedefs.c135 static char xclear[MAX_ROW][MAX_COL]; variable
2984 xclear[i][j] = '\000'; in do_vision()
2986 xclear[i][j] = '\001'; in do_vision()
3298 if (!xclear[i][you_col])
3302 if (!xclear[i][you_col])
3320 if (!xclear[y][x])
3336 if (!xclear[y][x])
/dports/irc/eggdrop/eggdrop-1.9.1/misc/
H A Dmodconfig486 xclear)
/dports/irc/evangeline/evangeline/ifiles/
H A Dmodconfig477 xclear)
/dports/irc/evangeline/evangeline-msa/ifiles/
H A Dmodconfig477 xclear)
/dports/print/texinfo/texinfo-6.8/tp/t/
H A D55conditionals.t154 xclear
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Dx11.c584 void xclear(), xend(), xcheck();
1491 void xclear() in xclear_()
/dports/textproc/hevea/hevea-2.34/
H A Dlstlang1.sty1364 xbasimp,xbasr,xchange,xclear,xclea,xclick,xclip,xdel,xend,xfarcs,%