OLD | NEW |
1 # List of source files containing translatable strings. | 1 # List of source files containing translatable strings. |
2 # To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort" | 2 # To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort" |
3 # Copyright (c) 2001 Peter Johnson | 3 # Copyright (c) 2001 Peter Johnson |
4 # | 4 # |
5 # $Id: POTFILES.in 1972 2007-09-21 06:56:02Z peter $ | 5 # $Id: POTFILES.in 2243 2009-12-23 06:45:17Z peter $ |
6 | 6 |
7 frontends/yasm/yasm-options.c | 7 frontends/yasm/yasm-options.c |
8 frontends/yasm/yasm.c | 8 frontends/yasm/yasm.c |
9 libyasm/bc-align.c | 9 libyasm/bc-align.c |
10 libyasm/bc-data.c | 10 libyasm/bc-data.c |
11 libyasm/bc-incbin.c | 11 libyasm/bc-incbin.c |
12 libyasm/bc-org.c | 12 libyasm/bc-org.c |
13 libyasm/bc-reserve.c | 13 libyasm/bc-reserve.c |
14 libyasm/bitvect.c | 14 libyasm/bitvect.c |
15 libyasm/bytecode.c | 15 libyasm/bytecode.c |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 modules/objfmts/elf/elf.c | 48 modules/objfmts/elf/elf.c |
49 modules/objfmts/macho/macho-objfmt.c | 49 modules/objfmts/macho/macho-objfmt.c |
50 modules/objfmts/rdf/rdf-objfmt.c | 50 modules/objfmts/rdf/rdf-objfmt.c |
51 modules/objfmts/xdf/xdf-objfmt.c | 51 modules/objfmts/xdf/xdf-objfmt.c |
52 modules/parsers/gas/gas-parse.c | 52 modules/parsers/gas/gas-parse.c |
53 modules/parsers/gas/gas-parser.c | 53 modules/parsers/gas/gas-parser.c |
54 modules/parsers/gas/gas-token.re | 54 modules/parsers/gas/gas-token.re |
55 modules/parsers/nasm/nasm-parse.c | 55 modules/parsers/nasm/nasm-parse.c |
56 modules/parsers/nasm/nasm-token.re | 56 modules/parsers/nasm/nasm-token.re |
57 modules/preprocs/cpp/cpp-preproc.c | 57 modules/preprocs/cpp/cpp-preproc.c |
| 58 modules/preprocs/gas/gas-preproc.c |
| 59 modules/preprocs/gas/gas-eval.c |
58 modules/preprocs/nasm/nasm-preproc.c | 60 modules/preprocs/nasm/nasm-preproc.c |
59 modules/preprocs/nasm/nasm-pp.c | 61 modules/preprocs/nasm/nasm-pp.c |
60 modules/preprocs/raw/raw-preproc.c | 62 modules/preprocs/raw/raw-preproc.c |
OLD | NEW |