Searched +refs:po +refs:string +refs:contents (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/misc/
H A Dpo-mode.el0 ;;; po-mode.el -- major mode for GNU gettext PO files
36 ;; (autoload 'po-mode "po-mode"
38 ;; (setq auto-mode-alist (cons '("\\.po\\'\\|\\.po\\." . po-mode)
44 ;; (autoload 'po-find-file-coding-system "po-compat")
45 ;; (modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\
94 (defgroup po nil function
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dinput.cpp290 file_iterator::file_iterator(FILE *f, const char *fn, int po) argument
291 : fp(f), lineno(1), filename(fn), popened(po),
765 FILE *fp = include_search_path.open_file_cautious(nm.contents());
767 error("can't open `%1': %2", nm.contents(), strerror(errno));
769 input_stack::next_file(fp, nm.contents());
1168 warning(WARN_COLOR, "color `%1' not defined", nm.contents());
1229 const char *s = component.contents();
1258 const char *s = component.contents();
1287 const char *s = component.contents();
1317 const char *s = component.contents();
[all...]
H A Dcolumn.cpp140 string buf;
199 node_output_line::node_output_line(vunits d, node *n, hunits po, vunits b, vunits a) argument
200 : position_output_line(d), nd(n), page_offset(po), before(b), after(a)
279 out->copy_file(hpos, pos, filename.contents());
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dconfigure37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
520 # Sed expression to map a string onto a valid CPP name.
523 # Sed expression to map a string onto a valid variable name.
576 # include <string.h>
1267 # This message is too long to be a string in the A/UX 3.1 sh.
1358 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
2267 # it by inlining the macro's contents.
3423 # Look for .po and .gmo files in the source directory.
3426 for cat in $srcdir/po/*.gmo $srcdir/po/*
[all...]

Completed in 187 milliseconds