Home
last modified time | relevance | path

Searched refs:phase3_get (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dx-smalltalk.c453 phase3_get (token_ty *tp) in phase3_get() function
543 phase3_get (&token); in extract_smalltalk()
576 phase3_get (&token2); in extract_smalltalk()
Dx-lua.c483 phase3_get (token_ty *tp) in phase3_get() function
899 phase3_get (tp); in phase4_get()
914 phase3_get (&token2); in phase4_get()
919 phase3_get (&token3); in phase4_get()
924 phase3_get (&token_after); in phase4_get()
Dx-vala.c629 phase3_get (token_ty *tp) in phase3_get() function
1165 phase3_get (tp); in x_vala_lex()
1174 phase3_get (&token2); in x_vala_lex()
1179 phase3_get (&token3); in x_vala_lex()
DChangeLog.1394 * x-vala.c (phase3_get): Factor out the buffer allocation as a
433 (phase3_get): Rewrite regex literal handling right after
583 * x-vala.c (phase3_get): Add missing memory allocation for empty
623 * x-vala.c (phase3_get): Likewise.
642 * x-vala.c (phase3_get): Use phase1_getc to read characters inside
746 (phase3_get): Use 'phase2_get' directly to extract string
764 (phase5_get): Use 'phase3_get' directly to extract string
826 (phase3_get): Use mixed_string_buffer for parse string literal.
1049 * x-vala.c (phase3_get): Likewise.
1297 * x-lua.c (phase3_get): Add \x and \z escape sequences.