Searched +refs:ps +refs:print +refs:buffer (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dmessage.c29 #include <isc/buffer.h>
31 #include <isc/print.h>
101 * This is the size of each individual scratchpad buffer, and the numbers
260 * Allocate a new dynamic buffer, and attach it to this message as the
261 * "current" buffer. (which is always the last on the list, for our
402 m->buffer = NULL;
647 * cleanup the buffer cleanup list
890 * Read a name from buffer "source".
903 * First try: use current buffer.
904 * Second try: allocate a new buffer an
1682 dns_message_renderbegin(dns_message_t *msg, dns_compress_t *cctx, isc_buffer_t *buffer) argument
1721 dns_message_renderchangebuffer(dns_message_t *msg, isc_buffer_t *buffer) argument
2492 isc_buffer_t buffer; local
2873 dns_message_takebuffer(dns_message_t *msg, isc_buffer_t **buffer) argument
3191 dns_rdataset_t *ps = NULL; local
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex15 % dvips -t letter -f gnus-refcard.dvi > gnus-refcard.ps
19 % dvips -t letter -f gnus-booklet.dvi > gnus-booklet.ps
279 $<$ & Go to the beginning of the Group buffer.\\
280 $>$ & Go to the end of the Group buffer.\\
283 \^{} & Enter the Server buffer mode.\\
312 Z & Clear the dribble buffer.\\
411 M b & Mark all groups in the {\bf buffer}. [prefix: unmark]\\
416 Topics are ``categories'' for groups. Press t in the group-buffer to
500 A P & {\bf Postscript}-print current buffer
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dprinting.el8 ;; Keywords: wp, print, PostScript
42 ;; With `printing' you can preview or print a PostScript file. You can also
43 ;; print a text file using PostScript, and preview or print buffers that use
51 ;; The `printing' menu replaces the usual print options in the menu bar.
55 ;; You can use a buffer interface instead of menus. It looks like a
56 ;; customization buffer. Basically, it has the same options found in the
57 ;; menu and some extra options, all this on a buffer.
65 ;; `printing' depends on ps-print packag
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Ddighost.c82 #include <isc/print.h>
147 static isc_result_t output_filter(isc_buffer_t *buffer,
627 dig_server_t *s, *ps; local
632 ps = s;
634 ISC_LIST_DEQUEUE(server_list, ps, link);
635 isc_mem_free(mctx, ps);
1370 * options are UDP buffer size, the DO bit, and NSID request.
1548 debug("freeing buffer %p", lookup->querysig);
1974 * well as the query structures and buffer space for the replies. If the
2724 * Even though the buffer wa
3825 output_filter(isc_buffer_t *buffer, unsigned int used_org, isc_boolean_t absolute) argument
4309 isc_buffer_t buffer; local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim22 syn keyword vimCommand contained arga[dd] argl[ocal] ba[ll] bm[odified] brea[k] bro[wse] bw[ipeout] cal[l] cd cgetb[uffer] chd[ir] clo[se] cnf[ile] comp[iler] cpf[ile] cw[indow] delm[arks] diffsplit dj[ump] earlier el[se] endf[unction] ex filetype fir[st] folddoc[losed] fu[nction] ha[rdcopy] if is[earch] ju[mps] kee[pmarks] lan[guage] lc[d] lefta[bove] lgetb[uffer] lgrepa[dd] lli[st] lne[xt] lo[adview] lop[en] ls luafile mak[e] menut[ranslate] mkvie[w] mzf[ile] nbs[tart] nmapc[lear] omapc[lear] pc[lose] po[p] pre[serve] profd[el] ps[earch] ptl[ast] ptr[ewind] pyf[ile] quita[ll] red[o] res[ize] ri[ght] rubyf[ile] sal[l] sba[ll] sbn[ext] sb[uffer] setf[iletype] sfir[st] sim[alt] sm[ap] sN[ext] snoremenu spe[llgood] spellw[rong] sta[g] stj[ump] sun[hide] sv[iew] tabc[lose] tabfir[st] tabn[ext] tabr[ewind] tc[l] tf[irst] tm to[pleft] ts[elect] u[ndo] unlo[ckvar] ve[rsion] vimgrepa[dd] vs[plit] windo wN[ext] w[rite] X xme xnoreme y[ank]
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
252 syn match vimCollClass contained transparent "\[:\(alnum\|alpha\|blank\|cntrl\|digit\|graph\|lower\|print\|punct\|space\|upper\|xdigit\|return\|tab\|escape\|backspace\):\]"
325 syn match vimMapMod contained "\c<\(buffer\|expr\|\(local\)\=leader\|plug\|script\|sid\|unique\|silent\)\+>" contains=vimMapModKey,vimMapModErr skipwhite nextgroup=vimMapMod,vimMapLhs
329 syn keyword vimMapModKey contained buffer expr leader localleader plug script sid silent unique

Completed in 224 milliseconds