Searched refs:snippet (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c436 * last three parameters to the snippet function of sqlite. (Look at the docs).
453 const char *snippet; local
523 " snippet(mandb, %Q, %Q, %Q, -1, 40 ),"
559 snippet = (const char *) sqlite3_column_text(stmt, 4);
571 (args->callback)(args->callback_data, section, name, name_desc, snippet,
572 strlen(snippet));
589 const char *name_desc, const char *snippet, size_t snippet_length)
591 const char *temp = snippet;
599 /* First scan the snippet to find out the number of occurrences of {'>', '<'
603 * Copy over the characters from the original snippet t
588 callback_html(void *data, const char *section, const char *name, const char *name_desc, const char *snippet, size_t snippet_length) argument
693 callback_pager(void *data, const char *section, const char *name, const char *name_desc, const char *snippet, size_t snippet_length) argument
[all...]
H A Dapropos.c214 const char *name_desc, const char *snippet, size_t snippet_length)
222 fprintf(out, "%s\n\n", snippet);
213 query_callback(void *data, const char *section, const char *name, const char *name_desc, const char *snippet, size_t snippet_length) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn.tex1412 multiplying it by $R$. Consider the following code snippet.

Completed in 510 milliseconds