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

  /src/games/hunt/huntd/
hunt.h 55 typedef struct ident_def IDENT;
74 IDENT *i_next;
78 IDENT *p_ident;
117 IDENT *b_score;
147 extern IDENT *Scores;
175 void checkdam(PLAYER *, PLAYER *, IDENT *, int, char);
184 IDENT *, int, char);
extern.c 61 IDENT *Scores; /* score cache */
answer.c 53 static IDENT *get_ident(uint32_t, uint32_t, const char *, char);
400 static IDENT *
403 IDENT *ip;
404 static IDENT punt;
driver.c 535 checkdam(PLAYER *ouch, PLAYER *gotcha, IDENT *credit, int amt,
955 IDENT *ip;
1019 IDENT *ip, *nextip;
execute.c 471 int size, PLAYER *owner, IDENT *score, int expl, char over)
  /src/bin/ksh/
lex.h 9 #define IDENT 64
125 EXTERN char ident [IDENT+1]; variable in typeref:typename:EXTERN char[]
lex.c 724 /* copy word to unprefixed string ident */
725 for (sp = yylval.cp, dp = ident; dp < ident+IDENT && (c = *sp++) == CHAR; )
727 /* Make sure the ident array stays '\0' padded */
728 memset(dp, 0, (ident+IDENT) - dp + 1);
730 *ident = '\0'; /* word is not unquoted */
732 if (*ident != '\0' && (cf&(KEYWORD|ALIAS))) {
734 int h = hash(ident);
    [all...]
  /src/sys/arch/sparc/stand/bootblk/
Makefile 24 CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_MODULE -D_KERNEL
  /src/tests/usr.bin/config/
t_config.sh 249 (merge_backslash $f | grep -q '^IDENT=[ ]*-DMAXUSERS="4"') &&
284 r=$(make -f Makefile -V IDENT)
  /src/usr.bin/config/
gram.y 179 %token IDENT IOCONF
791 IDENT stringvalue { setident($2); }
795 no IDENT { setident(NULL); }
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 109 IDENT?= /usr/bin/ident
130 .if !exists(${IDENT})
133 PKGTOOLS_VERSION!=${IDENT} ${PKG_TOOLS_BIN}/pkg_add ${PKG_TOOLS_BIN}/pkg_admin ${PKG_TOOLS_BIN}/pkg_create ${PKG_TOOLS_BIN}/pkg_delete ${PKG_TOOLS_BIN}/pkg_info | ${AWK} 'BEGIN {n = 0;}; $$1 ~ /\$$NetBSD/ && $$2 !~ /^crt0/ {gsub("/", "", $$4); if ($$4 > n) {n = $$4;}}; END {print n;}'
  /src/distrib/sets/
regpkg 314 *) newest="$(${IDENT} ${allfiles} 2>/dev/null | ${AWK} '
326 method=ident

Completed in 17 milliseconds