Searched defs:nlspath (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/misc/
H A Dtranslate.c50 const char* nlspath; /* message catalog NLSPATH */ member in struct:__anon295
305 static char* nlspath; local
368 nlspath = getenv("NLSPATH");
370 if (cp->locale != loc || cp->nlspath != nlspath)
373 cp->nlspath = nlspath;

Completed in 16 milliseconds