Home | History | Annotate | Download | only in huntd

Lines Matching defs:NULL

162 	if (path == NULL) {
376 (void) ioctl(fileno(stdout), TIOCNOTTY, NULL);
421 makeaddr(NULL, contactport, &contactaddr, &contactaddrlen);
435 makeaddr(localmode ? huntsockpath : NULL, 0, &huntaddr,
453 makeaddr(localmode ? statsockpath : NULL, 0, &stataddr, &stataddrlen);
489 srandom(time(NULL));
551 if (gotcha != NULL)
593 if (credit != NULL)
608 if (credit == NULL) {
636 if (gotcha == NULL)
701 for (bp = Bullets; bp != NULL; bp = bp->b_next) {
703 bp->b_owner = NULL;
736 NULL, true, SPACE);
784 NULL, true, SPACE);
800 NULL, false, SPACE);
973 if (fp == NULL) {
983 for (ip = Scores; ip != NULL; ip = ip->i_next) {
993 for (ip = Scores; ip != NULL; ip = ip->i_next) {
1021 for (ip = Scores; ip != NULL; ip = nextip) {
1025 Scores = NULL;