Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 25 of 47) sorted by relevance

12

/plan9/sys/src/cmd/gs/doc/
H A Dgsdoc.el71 (goto-char (point-min)) (insert "\n\n")
75 (insert "\n\n")
89 (goto-char (point-min)) (insert "\n")
94 (insert "\n")
135 (goto-char (point-min)) (insert "<a href=\"#\">")
137 (goto-char (point-max)) (insert "</a>")
153 (goto-char (point-min)) (insert "&lt;<a href=\"mailto:")
154 (goto-char (point-max)) (insert "\">" gs-address "</a>&gt;")
258 (while (> This Previous) (insert "<ul>\n") (setq This (1- This)))
259 (while (< This Previous) (insert "</ul>\n") (setq This (1+ This)))
[all …]
/plan9/sys/src/cmd/postscript/
H A Dchanges5 insert #include <sys/types.h> before #include <fcntl.h> for off_t in bbox.c.
7 insert #include <sys/types.h> before #include <fcntl.h> for off_t in misc.c.
19 insert #include <sys/types.h> before #include <fcntl.h> for off_t in dpost.c.
33 insert #include <sys/types.h> before #include <fcntl.h> for off_t in postbgi.c.
41 insert #include <sys/types.h> before #include <fcntl.h> for off_t in postdaisy.c.
49 insert #include <sys/types.h> before #include <fcntl.h> for off_t in postdmd.c.
57 insert #include <sys/types.h> before #include <fcntl.h> for off_t in postgif.c.
74 insert #include <sys/types.h> before #include <fcntl.h> for off_t in postmd.c.
83 insert #include <sys/types.h> before #include <fcntl.h> for off_t in postprint.c.
91 insert #include <sys/types.h> before #include <fcntl.h> for off_t in postreverse.c.
[all …]
/plan9/sys/src/cmd/mk/
H A Dlex.c23 insert(buf, 0); in assline()
50 insert(buf, 0); in assline()
60 insert(buf, 0); in assline()
86 insert(buf, '\n'); in bquote()
87 insert(buf,0); in bquote()
96 insert(buf, c); in bquote()
H A Dmain.c50 insert(buf, ' '); in main()
75 insert(buf, ' '); in main()
99 insert(whatif, ' '); in main()
132 insert(buf, ' '); in main()
157 insert(buf, 0); in main()
164 insert(buf, ' '); in main()
167 insert(buf, 0); in main()
184 insert(whatif, 0); in main()
H A Dword.c48 insert(buf, *cp); in wtos()
50 insert(buf, sep); in wtos()
52 insert(buf, 0); in wtos()
137 insert(b, 0); in nextword()
145 insert(b, 0); in nextword()
170 insert(b, 0); in nextword()
174 insert(b, 0); in nextword()
H A Dvarsub.c55 insert(b, 0); in varname()
180 insert(buf, 0); in subsub()
185 insert(buf, 0); in subsub()
195 insert(buf, 0); in subsub()
H A Dbufblock.c66 insert(buf, *cp++); in bufcpy()
70 insert(Bufblock *buf, int c) in insert() function
H A Dfns.h34 void insert(Bufblock *, int);
H A Dshprint.c23 insert(buf, 0); in shprint()
H A Dparse.c259 insert(buf, 0); in rbody()
/plan9/sys/src/cmd/ip/httpd/
H A Dredirect.c68 insert(Redir **tab, char *pat, char *repl) in insert() function
136 insert(vhosttab, estrdup(host), estrdup(field[1])); in redirectinit()
138 insert(redirtab, estrdup(field[0]), estrdup(field[1])); in redirectinit()
/plan9/sys/src/cmd/plot/libplot/
H A Dfill.c26 static void insert(Edge *ep, Edge **yp){ in insert() function
105 insert(ep, ylist+(ep->p.y-screen->r.min.y)); in polygon()
158 insert(ep, yp+1); in polygon()
/plan9/sys/src/cmd/aux/
H A Dmklatinkbd.c71 insert(char *s, Rune r) in insert() function
188 insert(seq, r); in readfile()
/plan9/sys/src/cmd/spin/
H A Dtl_rewrt.c148 goto insert; in addcan()
167 goto insert; in addcan()
172 insert: in addcan()
/plan9/sys/lib/backup/
H A Dbackup42 echo please insert disc $disc of set $set into $rdev and press return to backup
/plan9/sys/src/cmd/gs/lib/
H A Dlprsetup.sh22 PCAP=printcap.insert
/plan9/sys/src/cmd/gs/src/
H A Dunix-dll.mak26 # export LD_LIBRARY_PATH=/insert-path-here/sobin
27 # export GS_LIB=/insert-path-here/lib
H A Dmacos-fw.mak28 # export LD_LIBRARY_PATH=/insert-path-here/sobin
29 # export GS_LIB=/insert-path-here/lib
/plan9/sys/src/games/
H A Dcatclock.c282 void insert(Edge *ep, Edge **yp){ in insert() function
349 insert(ep, ylist+(ep->p.y-b->r.min.y)); in myfillpoly()
378 insert(ep, yp+1); in myfillpoly()
/plan9/sys/src/cmd/
H A Drdbfs.c85 insert(ulong addr, uchar *val, int count) in insert() function
217 insert(r->ifcall.offset, data, r->ifcall.count); in eiaread()
/plan9/sys/src/cmd/upas/
H A Dmkfile77 # /mail/lib/namefiles - remove alias files you don't use, insert ones you do.
/plan9/sys/src/9/ppc/
H A Dmcc.c88 int insert( FIFO *, char * );
/plan9/sys/src/cmd/gs/libpng/
H A DLICENSE8 If you modify libpng you may insert additional notices immediately following
/plan9/sys/src/ape/cmd/pdksh/
H A Dexec.c984 int insert = Flag(FTRACKALL); /* insert if not found */ local
989 insert = 0;
1039 if (insert && !(flags & FC_DEFPATH)) {
/plan9/sys/doc/
H A Dbackup.ms85 which will guide its invoker as to which discs to insert into a Blu-ray

12