HomeSort by: relevance | last modified time | path
    Searched refs:Null (Results 1 - 8 of 8) sorted by relevancy

  /src/games/warp/
object.c 30 obj = Null(OBJECT*);
term.h 233 #define forceme(c) ioctl(_tty_ch,TIOCSTI,Null(long*)) /* ghad! */
256 EXT char *BC INIT(NULL); /* backspace character */
257 EXT char *UP INIT(NULL); /* move cursor up one line */
260 EXT char *ND INIT(NULL); /* non-destructive cursor right */
262 EXT char *DO INIT(NULL); /* move cursor down one line */
264 EXT char *CR INIT(NULL); /* get to left margin, somehow */
265 EXT char *VB INIT(NULL); /* visible bell */
266 EXT char *CL INIT(NULL); /* home and clear screen */
267 EXT char *CE INIT(NULL); /* clear to end of line */
268 EXT char *CM INIT(NULL); /* cursor motion -- PWP *
    [all...]
term.c 33 /* guarantee capability pointer != NULL */
58 KEYMAP *topmap INIT(NULL);
176 UC = nullstr; /* UC must not be NULL */
309 if (tmpfp != NULL) {
310 while (fgets(tcbuf,1024,tmpfp) != NULL) {
327 if (topmap == NULL)
349 curmap->km_ptr[ch].km_str = NULL;
352 if (curmap->km_ptr[ch].km_km == NULL)
376 map = Null(KEYMAP*);
379 map->km_ptr[i].km_km = NULL;
    [all...]
  /src/games/hack/
hack.do_wear.c 403 if ((otmp = uleft) != Null(obj)) {
407 if ((otmp = uright) != Null(obj)) {
412 if ((otmp = uwep) != Null(obj)) {
hack.do.c 305 if ((mtmp = m_at(u.ux, u.uy)) != NULL)
379 obfree(obj, Null(obj));
382 obfree(obj, Null(obj));
386 obfree(obj, Null(obj));
hack.h 72 #define Null(type) ((struct type *) 0)
hack.potion.c 364 obfree(obj, Null(obj));
  /src/lib/libc/isc/
eventlib_p.h 50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
52 else (void)NULL
54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \
57 (void)NULL;
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
177 struct { const void *placeholder; } null; member in union:evEvent_p::__anon367

Completed in 20 milliseconds