Home
last modified time | relevance | path

Searched refs:phase2_getc (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-sh.c520 phase2_getc () in phase2_getc() function
724 c = phase2_getc (); in read_word()
764 int c2 = phase2_getc (); in read_word()
771 int c3 = phase2_getc (); in read_word()
812 for (;; c = phase2_getc ()) in read_word()
821 int c2 = phase2_getc (); in read_word()
826 int c3 = phase2_getc (); in read_word()
875 c2 = phase2_getc (); in read_word()
879 c3 = phase2_getc (); in read_word()
888 c = phase2_getc (); in read_word()
[all …]
H A Dx-python.c219 phase2_getc () in phase2_getc() function
708 c = phase2_getc (); in phase3_getc()
711 c = phase2_getc (); in phase3_getc()
731 c = phase2_getc (); in phase3_getc()
1018 c = phase2_getc (); in phase7_getuc()
1027 int c1 = phase2_getc (); in phase7_getuc()
1030 int c2 = phase2_getc (); in phase7_getuc()
1080 c = phase2_getc (); in phase7_getuc()
1124 c = phase2_getc (); in phase7_getuc()
1130 c = phase2_getc (); in phase7_getuc()
[all …]
H A Dread-properties.c110 phase2_getc () in phase2_getc() function
153 int c = phase2_getc (); in phase3_getc()
160 c = phase2_getc (); in phase3_getc()
169 c = phase2_getc (); in phase3_getc()
463 c = phase2_getc (); in properties_parse()
476 int c2 = phase2_getc (); in properties_parse()
496 c = phase2_getc (); in properties_parse()
H A Dx-tcl.c265 phase2_getc () in phase2_getc() function
587 c = phase2_getc (); in accumulate_word()
607 c = phase2_getc (); in accumulate_word()
612 c = phase2_getc (); in accumulate_word()
620 for (; c != EOF && c != CL_BRACE; c = phase2_getc ()) in accumulate_word()
629 c = phase2_getc (); in accumulate_word()
633 c = phase2_getc (); in accumulate_word()
719 c = phase2_getc (); in read_word()
824 c = phase2_getc (); in read_command()
836 c = phase2_getc (); in read_command()
H A Dx-awk.c169 phase2_getc () in phase2_getc() function
389 c = phase2_getc (); in x_awk_lex()
422 int c2 = phase2_getc (); in x_awk_lex()
456 c = phase2_getc (); in x_awk_lex()
H A Dx-ycp.c136 phase2_getc () in phase2_getc() function
427 c = phase2_getc (); in phase5_get()
473 c = phase2_getc (); in phase5_get()
H A Dx-csharp.c201 phase2_getc () in phase2_getc() function
459 c = phase2_getc (); in phase3_getc()
463 int c1 = phase2_getc (); in phase3_getc()
482 int c1 = phase2_getc (); in phase3_getc()
1683 c = phase2_getc (); in phase6_get()
1688 c = phase2_getc (); in phase6_get()
H A Dx-perl.c422 phase2_getc () in phase2_getc() function
872 delim = phase2_getc (); in extract_triple_quotelike()
1448 c = phase2_getc (); in extract_variable()
1460 c = phase2_getc (); in extract_variable()
1585 int c = phase2_getc (); in extract_variable()
2006 c = phase2_getc (); in x_perl_prelex()
2152 delim = phase2_getc (); in x_perl_prelex()
2186 delim = phase2_getc (); in x_perl_prelex()
2233 delim = phase2_getc (); in x_perl_prelex()
2314 c = phase2_getc (); in x_perl_prelex()
[all …]
H A Dx-java.c234 phase2_getc () in phase2_getc() function
327 c = phase2_getc (); in phase3_getc()
332 int c1 = phase2_getc (); in phase3_getc()
H A Dx-c.c518 phase2_getc () in phase2_getc() function
592 int c = phase2_getc (); in phase3_getc()
595 c = phase2_getc (); in phase3_getc()
H A Dread-stringtable.c142 phase2_getc () in phase2_getc() function
313 int c = phase2_getc (); in phase3_getc()
H A DChangeLog1452 * x-awk.c (phase2_getc): Call savable_comment_add instead of
1479 * x-perl.c (phase2_getc): Call savable_comment_add instead of
1518 * x-ycp.c (phase2_getc): Call savable_comment_add instead of
1699 (phase2_getc, phase2_ungetc): New functions.
1713 (phase3_getc): Renamed from phase2_getc. Use phase2_getc instead of
1726 (phase7_getuc): Use phase2_getc instead of phase1_getc. Return a
1738 * x-csharp.c (phase2_getc): Fix mis-use of iconv() when the source
1964 (phase2_getc): Handle the case of open_singlequote_terminator == '"'.
1988 * read-stringtable.c (phase2_getc): Optimize UTF-8 code. Avoids
2807 * x-sh.c (phase2_getc): Call phase1_ungetc instead of phase2_ungetc:
[all …]
H A Dx-php.c441 phase2_getc ()
H A DChangeLog.02385 phase2_pushback, phase2_pushback_length, phase2_getc, phase2_ungetc,