Searched refs:got_full (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c1909 int got_full;
1928 got_full = GetLocaleInfo (XINT (lcid),
1931 if (got_full)
1936 got_full = GetLocaleInfo (XINT (lcid),
1939 if (got_full)
1940 return make_unibyte_string (full_name, got_full);
1908 int got_full; variable

Completed in 84 milliseconds