Home
last modified time | relevance | path

Searched refs:next_is_msgctxt (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxg-arglist-parser.c52 ap->next_is_msgctxt = false; in arglist_parser_alloc()
69 ap->next_is_msgctxt = false; in arglist_parser_alloc()
114 copy->next_is_msgctxt = ap->next_is_msgctxt; in arglist_parser_clone()
Dxg-arglist-parser.h67 bool next_is_msgctxt; /* true if the next argument is the msgctxt */ member
Dx-sh.c1386 if (accepts_context && argparser->next_is_msgctxt) in read_command()
1394 argparser->next_is_msgctxt = false; in read_command()
1407 argparser->next_is_msgctxt = true; in read_command()
1420 argparser->next_is_msgctxt = false; in read_command()