OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:preferences
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
langprefs.c
1
/* Determine the user's language
preferences
.
36
/* Determine the user's language
preferences
, as a colon separated list of
48
/* Cache the
preferences
list, since CoreFoundation calls are expensive. */
54
CFTypeRef
preferences
=
local
57
if (
preferences
!= NULL
58
&& CFGetTypeID (
preferences
) == CFArrayGetTypeID ())
60
CFArrayRef prefArray = (CFArrayRef)
preferences
;
79
in the
preferences
list, arrange for gettext() to
81
the
preferences
list. */
langprefs.c
1
/* Determine the user's language
preferences
.
36
/* Determine the user's language
preferences
, as a colon separated list of
48
/* Cache the
preferences
list, since CoreFoundation calls are expensive. */
54
CFTypeRef
preferences
=
local
57
if (
preferences
!= NULL
58
&& CFGetTypeID (
preferences
) == CFArrayGetTypeID ())
60
CFArrayRef prefArray = (CFArrayRef)
preferences
;
79
in the
preferences
list, arrange for gettext() to
81
the
preferences
list. */
/src/external/bsd/nvi/dist/motif_l/
m_options.c
67
static Widget
preferences
= NULL;
222
preferences
= NULL;
232
XtPopdown( XtParent(
preferences
) );
547
/* change
preferences
to another sheet */
583
if (
preferences
!= NULL ) return
preferences
;
636
preferences
= form;
740
__vi_show_options_dialog( data, "
Preferences
" );
65
static Widget
preferences
= NULL;
variable
m_options.c
67
static Widget
preferences
= NULL;
222
preferences
= NULL;
232
XtPopdown( XtParent(
preferences
) );
547
/* change
preferences
to another sheet */
583
if (
preferences
!= NULL ) return
preferences
;
636
preferences
= form;
740
__vi_show_options_dialog( data, "
Preferences
" );
65
static Widget
preferences
= NULL;
variable
Completed in 30 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026