Home
last modified time | relevance | path

Searched refs:book_num (Results 1 – 4 of 4) sorted by relevance

/dports/misc/sword/sword-1.8.1/bindings/swig/
H A Dversekey.i94 int book_num = (book - 1) + ( in bookName() local
98 const sword::VersificationMgr::Book* b = system->getBook(book_num); in bookName()
100 fprintf(stderr, "b is null for %d?!?\n", book_num); in bookName()
143 int book_num = (book - 1) + ( in chapterCount() local
147 const sword::VersificationMgr::Book* b = system->getBook(book_num); in chapterCount()
149 fprintf(stderr, "b is null for %d?!?\n", book_num); in chapterCount()
172 int book_num = (book - 1) + ( in verseCount() local
176 const sword::VersificationMgr::Book* b = system->getBook(book_num); in verseCount()
178 fprintf(stderr, "b is null for %d?!?\n", book_num); in verseCount()
/dports/misc/sword/sword-1.8.1/bindings/swig/package/
H A Dversekey.i94 int book_num = (book - 1) + ( in bookName() local
98 const sword::VersificationMgr::Book* b = system->getBook(book_num); in bookName()
100 fprintf(stderr, "b is null for %d?!?\n", book_num); in bookName()
143 int book_num = (book - 1) + ( in chapterCount() local
147 const sword::VersificationMgr::Book* b = system->getBook(book_num); in chapterCount()
149 fprintf(stderr, "b is null for %d?!?\n", book_num); in chapterCount()
172 int book_num = (book - 1) + ( in verseCount() local
176 const sword::VersificationMgr::Book* b = system->getBook(book_num); in verseCount()
178 fprintf(stderr, "b is null for %d?!?\n", book_num); in verseCount()
/dports/net/arataga/restinio-v.0.6.13/dev/sample/easy_parser_router/
H A Dmain.cpp218 auto book_num = epr::non_negative_decimal_number_p< book_number_t >(); in server_handler() local
251 epr::path_to_params( "/", book_num ), in server_handler()
255 epr::path_to_params( "/", book_num ), in server_handler()
259 epr::path_to_params( "/", book_num ), in server_handler()
268 epr::path_to_tuple( "/", book_num ), in server_handler()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/usecode/
H A Du6_usecode.cpp2417 uint8 book_num = obj->quality - 1; in look_sign() local
2419 book_num = 126; in look_sign()
2420 if ((data = book->get_book_data(book_num))) { in look_sign()