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

  /src/usr.sbin/makemandb/
apropos-utils.h 79 const char *snippet; member in struct:query_callback_args
apropos-utils.c 617 " snippet(mandb, %Q, %Q, %Q, -1, 40 ),"
624 " mandb.machine, '' AS snippet, 100.00 AS rank"
637 " snippet(mandb, %Q, %Q, %Q, -1, 40 ),"
710 callback_args.snippet = get_stmt_col_text(stmt, 4);
712 strlen(callback_args.snippet);
714 callback_args.snippet = "";
740 * last three parameters to the snippet function of sqlite. (Look at the docs).
841 char *qsnippet = get_escaped_html_string(callback_args->snippet, &length);
845 callback_args->snippet = qsnippet;
858 * own custom callback function, which preprocess the snippet for quotin
939 const char *snippet = callback_args->snippet; local in function:callback_pager
    [all...]
apropos.c 310 fprintf(out, "%s\n\n", qargs->snippet);
315 fprintf(out, "<tr><td colspan=2>%s</td></tr>\n", qargs->snippet);
  /src/usr.bin/make/unit-tests/
directive-for-if.mk 44 # The following snippet worked in 2005, when the variables from the .for loop
cond-short.mk 183 # the following snippet resulted in the error message 'Variable VAR is
directive-for.mk 193 # interfere with each other. In the following snippet, the variable 'DIRECT'

Completed in 14 milliseconds