mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
160 lines
3.1 KiB
Modula-2
160 lines
3.1 KiB
Modula-2
LIBRARY gettextsrc
|
|
EXPORTS
|
|
allow_duplicates
|
|
format_language
|
|
format_language_pretty
|
|
formatstring_awk
|
|
formatstring_c
|
|
formatstring_csharp
|
|
formatstring_elisp
|
|
formatstring_gcc_internal
|
|
formatstring_java
|
|
formatstring_librep
|
|
formatstring_lisp
|
|
formatstring_parsers
|
|
formatstring_pascal
|
|
formatstring_perl
|
|
formatstring_perl_brace
|
|
formatstring_php
|
|
formatstring_python
|
|
formatstring_sh
|
|
formatstring_smalltalk
|
|
formatstring_tcl
|
|
formatstring_ycp
|
|
gram_max_allowed_errors
|
|
gram_pos
|
|
gram_pos_column
|
|
input_syntax
|
|
less_than
|
|
line_comment
|
|
more_than
|
|
msgcomm_mode
|
|
omit_header
|
|
pass_obsolete_entries
|
|
plural_table
|
|
plural_table_size
|
|
po_charset_ascii
|
|
po_charset_utf8
|
|
po_error
|
|
po_error_at_line
|
|
po_gram_lval
|
|
po_lex_charset
|
|
po_lex_iconv
|
|
po_lex_weird_cjk
|
|
po_multiline_error
|
|
po_multiline_warning
|
|
use_first
|
|
catenate_msgdomain_list
|
|
compare_po_locale_charsets
|
|
check_msgid_msgstr_format
|
|
convert_string
|
|
default_constructor
|
|
default_destructor
|
|
default_parse_brief
|
|
default_parse_debrief
|
|
default_directive_domain
|
|
default_directive_message
|
|
default_comment
|
|
default_comment_dot
|
|
default_comment_filepos
|
|
default_comment_special
|
|
default_set_domain
|
|
default_add_message
|
|
default_po_reader_alloc
|
|
dir_list_append
|
|
dir_list_nth
|
|
dir_list_restore
|
|
dir_list_save_reset
|
|
extract_plural_expression
|
|
get_sysdep_c_format_directives
|
|
iconv_message_list
|
|
iconv_msgdomain_list
|
|
is_ascii_message
|
|
is_ascii_message_list
|
|
is_ascii_msgdomain_list
|
|
is_ascii_string
|
|
is_ascii_string_list
|
|
lex_end
|
|
lex_start
|
|
message_alloc
|
|
message_comment_append
|
|
message_comment_dot_append
|
|
message_comment_filepos
|
|
message_copy
|
|
message_equal
|
|
message_free
|
|
message_list_alloc
|
|
message_list_append
|
|
message_list_equal
|
|
message_list_free
|
|
message_list_insert_at
|
|
message_list_list_alloc
|
|
message_list_list_append
|
|
message_list_list_append_list
|
|
message_list_list_search
|
|
message_list_list_search_fuzzy
|
|
message_list_prepend
|
|
message_list_remove_if_not
|
|
message_list_search
|
|
message_list_search_fuzzy
|
|
message_page_width_ignore
|
|
message_page_width_set
|
|
message_print_comment
|
|
message_print_comment_dot
|
|
message_print_comment_filepos
|
|
message_print_comment_flags
|
|
message_print_style_escape
|
|
message_print_style_indent
|
|
message_print_style_uniforum
|
|
message_print_syntax_properties
|
|
message_print_syntax_stringtable
|
|
msgdomain_alloc
|
|
msgdomain_free
|
|
msgdomain_list_alloc
|
|
msgdomain_list_append
|
|
msgdomain_list_english
|
|
msgdomain_list_equal
|
|
msgdomain_list_free
|
|
msgdomain_list_print
|
|
msgdomain_list_sort_by_filepos
|
|
msgdomain_list_sort_by_msgid
|
|
msgdomain_list_sublist
|
|
open_po_file
|
|
parse_plural_expression
|
|
po_callback_comment
|
|
po_callback_comment_filepos
|
|
po_callback_domain
|
|
po_callback_message
|
|
po_charset_ascii_compatible
|
|
po_charset_canonicalize
|
|
po_gram_error_at_line
|
|
po_gram_lex
|
|
po_gram_parse
|
|
po_is_charset_weird
|
|
po_is_charset_weird_cjk
|
|
po_lex_charset_close
|
|
po_lex_charset_init
|
|
po_lex_charset_set
|
|
po_lex_pass_comments
|
|
po_lex_pass_obsolete_entries
|
|
po_parse_comment_special
|
|
po_reader_alloc
|
|
po_reader_free
|
|
po_scan
|
|
po_strftime
|
|
possible_format_p
|
|
read_names_from_file
|
|
read_po
|
|
read_po_file
|
|
string_list_alloc
|
|
string_list_append
|
|
string_list_append_unique
|
|
string_list_concat
|
|
string_list_concat_destroy
|
|
string_list_destroy
|
|
string_list_equal
|
|
string_list_free
|
|
string_list_init
|
|
string_list_join
|
|
string_list_member
|