Home
last modified time | relevance | path

Searched refs:pword (Results 1 – 12 of 12) sorted by relevance

/dragonfly/games/boggle/boggle/
HDbog.c64 char **pword, *pwords, *pwordsp; variable
313 if (strcmp(pword[i], buf) == 0) in playgame()
327 pword = realloc(pword, in playgame()
329 if (pword == NULL) { in playgame()
343 pword[npwords++] = pwordsp; in playgame()
357 qsort(pword, npwords, sizeof(pword[0]), compar); in playgame()
358 pword[npwords] = NULL; in playgame()
502 pw = pword; in checkdict()
689 pword = calloc(maxpwords, sizeof(char *)); in init()
690 if (pword == NULL) in init()
HDmach.c148 prtable(pword, npwords, 0, ncols, prword, prwidth); in results()
396 printw("%s", pword[n]); in showword()
402 printw("%s", pword[n]); in showword()
456 if (strcmp(buf, pword[i]) == 0) { in findword()
HDextern.h53 extern char **mword, **pword;
/dragonfly/contrib/binutils-2.34/gold/
HDarchive.cc302 const Entry_type* pword = reinterpret_cast<const Entry_type*>(p); in read_armap() local
304 elfcpp::Swap<mapsize, true>::readval(pword)); in read_armap()
305 ++pword; in read_armap()
308 const char* pnames = reinterpret_cast<const char*>(pword + nsyms); in read_armap()
320 elfcpp::Swap<mapsize, true>::readval(pword)); in read_armap()
322 ++pword; in read_armap()
HDobject.cc973 const elfcpp::Elf_Word* pword = in include_section_group() local
979 elfcpp::Elf_Word flags = elfcpp::Swap<32, big_endian>::readval(pword); in include_section_group()
1078 this->adjust_shndx(elfcpp::Swap<32, big_endian>::readval(pword + i)); in include_section_group()
/dragonfly/contrib/binutils-2.27/gold/
HDarchive.cc302 const Entry_type* pword = reinterpret_cast<const Entry_type*>(p); in read_armap() local
304 elfcpp::Swap<mapsize, true>::readval(pword)); in read_armap()
305 ++pword; in read_armap()
308 const char* pnames = reinterpret_cast<const char*>(pword + nsyms); in read_armap()
320 elfcpp::Swap<mapsize, true>::readval(pword)); in read_armap()
322 ++pword; in read_armap()
HDobject.cc972 const elfcpp::Elf_Word* pword = in include_section_group() local
978 elfcpp::Elf_Word flags = elfcpp::Swap<32, big_endian>::readval(pword); in include_section_group()
1077 this->adjust_shndx(elfcpp::Swap<32, big_endian>::readval(pword + i)); in include_section_group()
/dragonfly/contrib/tcsh-6/
HDsh.glob.c69 static void pword (struct blk_buf *, struct Strbuf *);
694 pword(&bb, &word); in dobackp()
867 pword(bb, word); in backeval()
877 pword(struct blk_buf *bb, struct Strbuf *word) in pword() function
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dios_base.h764 pword(int __ix) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dios_base.h832 pword(int __ix) in _GLIBCXX_VISIBILITY()
/dragonfly/sys/netgraph/ppp/
HDng_ppp.c1854 u_int16_t pword = htons((u_int16_t)proto); in ng_ppp_addproto() local
1856 return ng_ppp_prepend(m, &pword, 2); in ng_ppp_addproto()
/dragonfly/sys/netgraph7/ppp/
HDng_ppp.c2398 uint16_t pword = htons(proto); in ng_ppp_addproto() local
2400 return ng_ppp_prepend(m, &pword, 2); in ng_ppp_addproto()