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

  /src/games/rogue/
score.c 71 const char *article; local in function:killed_by
100 article = "an";
102 article = "a";
106 article, m_names[monster->m_char - 'A']);
489 const char *mn, *article; local in function:make_score
493 article = "an";
495 article = "a";
499 "killed by %s %s", article, mn);
  /src/games/battlestar/
parse.c 113 wordtype[n] = wp->article;
extern.h 318 int value, article; member in struct:wlist
  /src/share/mk/
bsd.doc.mk 8 # ARTICLE name of this document
38 # to SECTION=usd and ARTICLE=mydocument. The article numbers are
60 # name as the top-level article.
61 SUBARTICLES?=${ARTICLE}
62 SRCS.${ARTICLE}?=${SRCS}
63 DEPSRCS.${ARTICLE}?=${DEPSRCS}
172 ${DESTDIR}${DOCDIR}/${SECTION}/${ARTICLE}/${D}

Completed in 284 milliseconds