OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_dir
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp
199
static char *
image_dir
= NULL; // user specified image directory
variable
509
if ((
image_dir
!= NULL) && (strchr(
image_dir
, '%') != NULL)) {
519
if (
image_dir
== NULL)
520
image_dir
= (char *)"";
521
else if (strlen(
image_dir
) > 0
522
&&
image_dir
[strlen(
image_dir
) - 1] != '/') {
523
image_dir
= make_message("%s/",
image_dir
);
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026