Home
last modified time | relevance | path

Searched refs:plain2Lib (Results 1 – 6 of 6) sorted by relevance

/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Dmacro.c322 if (fd == NULL && plain2Lib != NULL && fname[0] != '/') {
326 colon = index(plain2Lib, ':');
329 sprintf(path, "%s/%s", plain2Lib, fname);
332 plain2Lib = colon+1;
333 colon = index(plain2Lib, ':');
335 if (fd == NULL && *plain2Lib != '\0') {
336 sprintf(path, "%s/%s", plain2Lib, fname);
H A Dplain2.c105 char *plain2Lib = NULL; variable
148 plain2Lib = getenv(PLAIN2_LIB);
H A Dplain2.h235 extern char *plain2Lib; /* Plain2 library path */
/dports/japanese/plain2/plain2-2.54p1.orig/debian/patch/
H A Dpatch-5516 char *plain2Lib = NULL;
H A Dpatch-11179 char *plain2Lib = NULL;
H A Dplain2-2.53-html.94aug14.patch1179 char *plain2Lib = NULL;