OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_words_file
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp
92
const char *
common_words_file
=
COMMON_WORDS_FILE
;
variable
140
common_words_file
= optarg;
203
store_filename(
common_words_file
);
384
FILE *fp = fopen(
common_words_file
, "r");
386
fatal("can't open `%1': %2",
common_words_file
, strerror(errno));
/src/external/gpl2/groff/dist/src/libs/libbib/
index.cpp
567
const char *
common_words_file
= munge_filename(strchr(pool, '\0') + 1);
local
569
FILE *fp = fopen(
common_words_file
, "r");
571
error("can't open `%1': %2",
common_words_file
, strerror(errno));
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026