Home
last modified time | relevance | path

Searched refs:book_t (Results 1 – 18 of 18) sorted by relevance

/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dbook_merge.cpp38 struct book_t { struct
53 static book_t In1[1];
54 static book_t In2[1];
55 static book_t Out[1];
59 static void book_clear (book_t * book);
62 static void book_close (book_t * book);
65 static void write_entry (book_t * book, const entry_t * entry);
196 static void book_clear(book_t * book) { in book_clear()
224 static void book_close(book_t * book) { in book_close()
235 static bool read_entry(book_t * book, entry_t * entry, int n) { in read_entry()
[all …]
H A Dbook_make.cpp60 struct book_t { struct
76 static book_t Book[1];
/dports/games/polyglot/polyglot-1.4.70b/
H A Dbook_merge.c24 } book_t; typedef
36 static book_t In1[1];
37 static book_t In2[1];
38 static book_t Out[1];
44 static void book_clear (book_t * book);
47 static void book_close (book_t * book);
49 static bool read_entry (book_t * book, entry_t * entry, int n);
50 static void write_entry (book_t * book, const entry_t * entry);
289 static void book_clear(book_t * book) { in book_clear()
317 static void book_close(book_t * book) { in book_close()
[all …]
H A Dbook_make.c63 } book_t; typedef
92 static book_t Book[1];
/dports/games/barony/Barony-3.3.7/src/
H A Dbook.hpp17 typedef struct book_t struct
26 } book_t; argument
28 extern book_t** books;
32 void createBook(book_t* book); //Take's a book and generates all of its pages.
H A Dbook.cpp33 book_t** books = nullptr;
117 books = static_cast<book_t**>(malloc(sizeof(book_t*) * numbooks)); in createBooks()
129 books[i] = static_cast<book_t*>(malloc(sizeof(book_t))); in createBooks()
252 void createBook(book_t* const book) in createBook()
/dports/textproc/p5-Text-MicroMason/Text-MicroMason-2.23/t/
H A D58-quicktemplate.t52 ok my $book_t = $emulator->new( text => '<i>{{title}}</i>, by {{author}}' );
54 ok my $bibl_1 = $book_t->fill({author => "Stephen Hawking",
58 ok my $bibl_2 = $book_t->fill({author => "Dr. Seuss",
64 is eval { $book_t->fill({author => 'Isaac Asimov'}) }, undef;
69 ok my $bibl_4 = $book_t->fill({author => 'Isaac Asimov',
/dports/net/arataga/restinio-v.0.6.13/dev/sample/express_router/
H A Dmain.cpp7 struct book_t struct
9 book_t() = default;
11 book_t( in book_t() function
31 using book_collection_t = std::vector< book_t >; argument
124 json_dto::from_json< book_t >( req->body() ) ); in on_new_book()
143 auto b = json_dto::from_json< book_t >( req->body() ); in on_book_update()
/dports/net/arataga/restinio-v.0.6.13/dev/sample/easy_parser_router/
H A Dmain.cpp8 struct book_t struct
10 book_t() = default;
12 book_t( in book_t() argument
32 using book_collection_t = std::vector< book_t >; argument
128 json_dto::from_json< book_t >( req->body() ) ); in on_new_book()
146 auto b = json_dto::from_json< book_t >( req->body() ); in on_book_update()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.hpp550 struct book_t;
551 extern struct book_t* open_book;
561 int bookTitleHeight(struct book_t* book); //Returns how much space the book's title will occupy.
574 void openBook(struct book_t* book, Item* item);
H A Dbookgui.cpp202 void openBook(book_t* book, Item* item) in openBook()
H A Dinterface.cpp93 book_t* open_book = NULL;
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/qcommon/
H A Dqfiles.h247 } book_t; typedef
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/qcommon/
H A Dqfiles.h247 } book_t; typedef
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/common/
H A Dqfiles.h210 } book_t; typedef
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/common/
H A Dqfiles.h210 } book_t; typedef
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/
H A Dbook.c165 book_t book; in Cmd_Book()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/
H A Dbook.c165 book_t book; in Cmd_Book()