Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/mirbsd/src/etc/mtree/
D4.4BSD.dist542 # ./usr/local/share/doc
543 doc
544 # ./usr/local/share/doc
602 # ./usr/share/doc
603 doc
605 # ./usr/share/doc/html
608 # ./usr/share/doc/html/lynx_help
611 # ./usr/share/doc/html/lynx_help/keystrokes
613 # ./usr/share/doc/html/lynx_help/keystrokes
616 # ./usr/share/doc/html/lynx_help/samples
[all …]
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGetFile.c37 static int fix_httplike_urls(DocInfo *doc, UrlTypes type);
70 int getfile(DocInfo *doc, int *target) in getfile() argument
103 WWWDoc.address = doc->address; in getfile()
104 WWWDoc.post_data = doc->post_data; in getfile()
105 WWWDoc.post_content_type = doc->post_content_type; in getfile()
106 WWWDoc.bookmark = doc->bookmark; in getfile()
107 WWWDoc.isHEAD = doc->isHEAD; in getfile()
108 WWWDoc.safe = doc->safe; in getfile()
136 CTRACE((tfp, "getfile: getting %s\n\n", doc->address)); in getfile()
143 if ((temp = HTParse(doc->address, "", PARSE_HOST)) != NULL && in getfile()
[all …]
DLYHistory.c98 void LYAddVisitedLink(DocInfo *doc) in LYAddVisitedLink() argument
102 const char *title = (doc->title ? doc->title : NO_TITLE); in LYAddVisitedLink()
104 if (isEmpty(doc->address)) { in LYAddVisitedLink()
112 if (doc->post_data || doc->isHEAD || doc->bookmark || in LYAddVisitedLink()
114 (!StrNCmp(doc->address, "LYNX", 4) || in LYAddVisitedLink()
115 !StrNCmp(doc->address, "file://localhost/", 17)))) { in LYAddVisitedLink()
118 if (LYIsUIPage(doc->address, UIP_HISTORY) || in LYAddVisitedLink()
119 LYIsUIPage(doc->address, UIP_VLINKS) || in LYAddVisitedLink()
120 LYIsUIPage(doc->address, UIP_SHOWINFO) || in LYAddVisitedLink()
121 isLYNXMESSAGES(doc->address) || in LYAddVisitedLink()
[all …]
DLYShowInfo.c113 int LYShowInfo(DocInfo *doc, in LYShowInfo() argument
150 if (nlinks > 0 && links[doc->link].lname != NULL && in LYShowInfo()
151 (url_type = is_url(links[doc->link].lname)) != 0 && in LYShowInfo()
154 char *last_slash = strrchr(links[doc->link].lname, '/'); in LYShowInfo()
155 int next_to_last = (int) strlen(links[doc->link].lname) - 1; in LYShowInfo()
157 if ((last_slash - links[doc->link].lname) == next_to_last) { in LYShowInfo()
158 links[doc->link].lname[next_to_last] = '\0'; in LYShowInfo()
179 temp = HTfullURL_toFile(doc->address); in LYShowInfo()
183 ADD_SS(gettext("URL:"), doc->address); in LYShowInfo()
187 temp = HTfullURL_toFile(links[doc->link].lname); in LYShowInfo()
[all …]
DLYHistory.h17 extern int LYhist_next(DocInfo *doc, DocInfo *newdoc);
18 extern int LYpush(DocInfo *doc, int force_push);
20 extern void LYAddVisitedLink(DocInfo *doc);
24 extern void LYhist_prev(DocInfo *doc);
25 extern void LYhist_prev_register(DocInfo *doc);
26 extern void LYpop(DocInfo *doc);
27 extern void LYpop_num(int number, DocInfo *doc);
DLYSession.c64 DocInfo doc; in RestoreSession() local
71 memset(&doc, 0, sizeof(doc)); in RestoreSession()
128 doc.line = atoi(rsline); in RestoreSession()
129 doc.link = atoi(linktext); in RestoreSession()
130 StrAllocCopy(doc.address, value1); in RestoreSession()
131 StrAllocCopy(doc.title, value2); in RestoreSession()
132 LYpush(&doc, TRUE); in RestoreSession()
148 StrAllocCopy(doc.address, value1); in RestoreSession()
149 StrAllocCopy(doc.title, value2); in RestoreSession()
150 LYAddVisitedLink(&doc); in RestoreSession()
DLYLocal.h13 extern int local_create(DocInfo *doc);
14 extern int local_modify(DocInfo *doc, char **newpath);
15 extern int local_remove(DocInfo *doc);
24 extern int dired_options(DocInfo *doc, char **newfile);
25 extern int local_dired(DocInfo *doc);
DLYLocal.c1027 int local_modify(DocInfo *doc, char **newpath) in local_modify() argument
1036 cp = HTpartURL_toFile(doc->address); in local_modify()
1041 if (doc->link > (nlinks - count - 1)) in local_modify()
1042 doc->link = (nlinks - count - 1); in local_modify()
1043 doc->link = ((doc->link < 0) in local_modify()
1045 : doc->link); in local_modify()
1048 } else if (doc->link < 0 || doc->link > nlinks) { in local_modify()
1067 cp = HTfullURL_toFile(links[doc->link].lname); in local_modify()
1079 if (doc->link == (nlinks - 1)) in local_modify()
1080 --doc->link; in local_modify()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
DMakefile.bsd-wrapper6 CLEANFILES+= bfd_inst.h doc/aoutx.texi doc/archive.texi \
7 doc/archures.texi doc/bfdio.texi doc/bfdt.texi \
8 doc/bfdwin.texi doc/cache.texi doc/coffcode.texi \
9 doc/core.texi doc/elf.texi doc/elfcode.texi doc/format.texi \
10 doc/hash.texi doc/init.texi doc/libbfd.texi doc/linker.texi \
11 doc/mmo.texi doc/opncls.texi doc/reloc.texi doc/section.texi \
12 doc/syms.texi doc/targets.texi
/mirbsd/src/gnu/usr.bin/binutils/binutils/
DMakefile.bsd-wrapper7 MAN= doc/addr2line.1 doc/ar.1 doc/c++filt.1 doc/dlltool.1 \
8 doc/nlmconv.1 doc/nm.1 doc/objcopy.1 doc/objdump.1 \
9 doc/ranlib.1 doc/readelf.1 doc/size.1 doc/strings.1 \
10 doc/strip.1 doc/windres.1
15 sysinfo.h syslex.c ${MAN} doc/binutils.info doc/config.texi \
16 doc/cxxfilt.man
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
DMakefile.am82 aoutx.texi: chew.c $(srcdir)/../aoutx.h $(srcdir)/doc.str
84 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
87 archive.texi: chew.c $(srcdir)/../archive.c $(srcdir)/doc.str
89 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
92 archures.texi: chew.c $(srcdir)/../archures.c $(srcdir)/doc.str
94 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
99 bfdt.texi: chew.c $(srcdir)/../bfd.c $(srcdir)/doc.str
101 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
104 cache.texi: chew.c $(srcdir)/../cache.c $(srcdir)/doc.str
106 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp
[all …]
DMakefile.in42 subdir = doc
330 $(AUTOMAKE) --foreign --ignore-deps doc/Makefile
647 aoutx.texi: chew.c $(srcdir)/../aoutx.h $(srcdir)/doc.str
649 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
652 archive.texi: chew.c $(srcdir)/../archive.c $(srcdir)/doc.str
654 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
657 archures.texi: chew.c $(srcdir)/../archures.c $(srcdir)/doc.str
659 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
664 bfdt.texi: chew.c $(srcdir)/../bfd.c $(srcdir)/doc.str
666 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
[all …]
/mirbsd/src/gnu/usr.bin/texinfo/
DMakefile.bsd-wrapper8 MAN= doc/info.1 doc/info.5 doc/infokey.1 doc/install-info.1 \
9 doc/makeinfo.1 doc/texinfo.5
19 test -d doc || mkdir doc
/mirbsd/src/share/tmac/mdoc/
DMakefile5 MSRCS= doc doc-ditroff doc-common doc-groff doc-nroff doc-syms
7 LINKS= ${BINDIR}/doc ${BINDIR}/../tmac.doc
/mirbsd/src/distrib/lists/base/base/
Dmi611 ./usr/local/share/doc
789 ./usr/share/doc
790 ./usr/share/doc/README
791 ./usr/share/doc/html
792 ./usr/share/doc/html/curses
793 ./usr/share/doc/html/curses/NCURSES-Programming-HOWTO.html
794 ./usr/share/doc/html/curses/announce.html
795 ./usr/share/doc/html/curses/hackguide.html
796 ./usr/share/doc/html/curses/index.html
797 ./usr/share/doc/html/curses/ncurses-intro.html
[all …]
/mirbsd/src/lib/libocurses/PSD.doc/
DMakefile7 EXTRA= appen.A appen.B appen.C c_macros doc.I doc.II doc.III \
8 doc.IV ex1.c ex2.c fns.doc intro.0 intro.1 intro.2 intro.3 \
32 Master: twinkle1.gr ex1.gr ex2.gr fns.doc intro.5 intro.2.tbl intro.0 intro.1 \
38 .include <bsd.doc.mk>
/mirbsd/src/gnu/usr.bin/perl/
Dautodoc.pl73 my($in, $doc, $line);
87 while (defined($doc = <$fh>)) {
89 last DOC if $doc =~ /^=\w+/;
90 if ($doc =~ m:^\*/$:) {
91 warn "=cut missing? $file:$line:$doc";;
94 $docs .= $doc;
108 if (defined $doc) {
109 if ($doc =~ /^=(?:for|head)/) {
110 $in = $doc;
/mirbsd/src/share/doc/legal/
D1stREAD1 $MirOS: src/share/doc/legal/1stREAD,v 1.7 2008/11/08 22:23:53 tg Exp $
6 This is /usr/share/doc/legal/1stREAD, available online under
7 http://cvs.mirbsd.de/src/share/doc/legal/ or any other MirOS
19 /usr/share/doc/legal/1stREAD
22 /usr/share/doc/legal/LICENCE
26 /usr/share/doc/legal/LICENCE-BSD
35 /usr/share/doc/legal/LICENCE-GNU
41 /usr/share/doc/legal/COPYING-1
46 /usr/share/doc/legal/COPYING-2
49 /usr/share/doc/legal/COPYING.LIB-2
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
DMakefile.bsd-wrapper14 p-exp.c doc/GDBvn.texi doc/annotate.info doc/gdb.info \
15 doc/gdbint.info doc/stabs.info
/mirbsd/src/usr.bin/vi/
DMakefile6 SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref
7 SUBDIR+= docs/USD.doc/vi.ref docs/USD.doc/vitut
/mirbsd/src/scripts/
Dgenhtman.sh50 for doc in papers psd smm usd; do
51 mkdir -p $hm/papers/$doc
52 cd $hm/papers/$doc
53 lndir $BSDRELDIR/base/usr/share/doc/$doc
59 cp $BSDOBJDIR/share/doc/legal/LICENCE-BSD.0 $hm/man/cat7/BSD-Licence.0
82 cd $BSDRELDIR/base/usr/share/doc/html; pax -rw * $hr/manDOCS/
137 cd $BSDSRCDIR/gcc/gcc/p/doc/images; for x in *; do
/mirbsd/src/gnu/usr.bin/cvs/
DMakefile.am23 SUBDIRS = $(USOURCE_SUBDIRS) man doc contrib subdir
56 .PHONY: doc
57 doc: target
58 cd doc && $(MAKE) $(AM_MAKEFLAGS) "$@"
/mirbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-decode.c140 char *doc, struct cmd_list_element **list) in add_cmd() argument
168 c->doc = doc; in add_cmd()
233 c = add_cmd (name, class, NULL, old->doc, list); in add_alias_cmd()
252 char *doc, struct cmd_list_element **prefixlist, in add_prefix_cmd() argument
256 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list); in add_prefix_cmd()
267 void (*fun) (char *, int), char *doc, in add_abbrev_prefix_cmd() argument
271 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list); in add_abbrev_prefix_cmd()
307 char *doc, in add_set_or_show_cmd() argument
310 struct cmd_list_element *c = add_cmd (name, class, NULL, doc, list); in add_set_or_show_cmd()
377 char *doc, in deprecated_add_set_cmd() argument
[all …]
/mirbsd/src/gnu/usr.bin/texinfo/info/
Dmakedoc.c355 char *func, *doc; in process_one_file() local
493 doc = (char *)xmalloc (1 + (offset - point)); in process_one_file()
494 strncpy (doc, buffer + point, offset - point); in process_one_file()
495 doc[offset - point] = '\0'; in process_one_file()
502 func, func_name, doc); in process_one_file()
505 " { (VFunction *) %s, (FUNCTION_KEYSEQ *)0, %s },\n", func, doc); in process_one_file()
513 fprintf (doc_stream, " { %s, \"%s\", %s },\n", func, func_name, doc); in process_one_file()
515 fprintf (doc_stream, " { %s, %s },\n", func, doc); in process_one_file()
531 free (doc); in process_one_file()
/mirbsd/src/gnu/usr.bin/binutils/gas/
DMakefile.bsd-wrapper7 MAN= doc/as.1
10 CLEANFILES+= doc/as.1 doc/gasver.texi

12345678910>>...14