OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgctxt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
read-mo.c
292
char *
msgctxt
;
local
299
/* Read the
msgctxt
and msgid. */
302
/* Split into
msgctxt
and msgid. */
306
/* The part before the MSGCTXT_SEPARATOR is the
msgctxt
. */
308
msgctxt
= msgid;
310
msgid_len -= msgid -
msgctxt
;
313
msgctxt
= NULL;
319
mp = message_alloc (
msgctxt
,
348
char *
msgctxt
;
local
357
/* Read the
msgctxt
and msgid. *
[
all
...]
xgettext.h
56
int argnumc; /* argument number to use for
msgctxt
*/
223
msgctxt
must be either NULL or a malloc()ed string; its ownership is passed
231
char *
msgctxt
,
261
char *
msgctxt
; /* context - owned string, or NULL */
member in struct:partial_call
message.h
40
/* Separator between
msgctxt
and msgid in .mo files. */
104
/* The
msgctxt
string, if present. */
105
const char *
msgctxt
;
member in struct:message_ty
172
message_alloc (const char *
msgctxt
,
176
#define is_header(mp) ((mp)->
msgctxt
== NULL && (mp)->msgid[0] == '\0')
228
const char *
msgctxt
, const char *msgid);
231
const char *
msgctxt
, const char *msgid);
258
const char *
msgctxt
, const char *msgid);
261
const char *
msgctxt
, const char *msgid);
301
const char *
msgctxt
, const char *msgid)
[
all
...]
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026