HomeSort by: relevance | last modified time | path
    Searched defs:IDENT (Results 1 - 3 of 3) 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);
  /src/bin/ksh/
lex.h 9 #define IDENT 64
125 EXTERN char ident [IDENT+1]; variable in typeref:typename:EXTERN char[]
  /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;}'

Completed in 12 milliseconds