Searched refs:rtp (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Drtsp.c594 char *rtp; /* moving pointer to rtp data */ local
611 rtp = rtspc->rtp_buf;
616 rtp = k->str;
621 (rtp[0] == '$')) {
627 rtspc->rtp_channel = RTP_PKT_CHANNEL(rtp);
630 rtp_length = RTP_PKT_LENGTH(rtp);
642 result = rtp_client_write(conn, &rtp[0], rtp_length + 4);
654 rtp += rtp_length + 4;
671 if(rtp_dataleft != 0 && rtp[
[all...]
/macosx-10.10.1/vim-55/runtime/spell/
H A Dcleanadd.vim15 for s:fname in split(globpath(&rtp, "spell/*.add"), "\n")
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-compile.c410 int *rtp; /* Pointer used to fill in reorder_tags and local
438 rtp = reorder_tags = xmalloc(sizeof(*reorder_tags) *
506 *rtp++ = tag;
507 *rtp++ = minimal_tag;
615 *rtp++ = tag;
616 *rtp++ = t;
1285 if (rtp > reorder_tags + 2 * tnfa->num_reorder_tags)
1288 (int)(rtp - reorder_tags) / 2, tnfa->num_reorder_tags));
1292 *rtp = -1;
1297 for (rtp
[all...]
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_types.c596 const ctf_type_t *ltp, *rtp; local
611 rtp = ctf_lookup_by_id(&rfp, rtype);
614 if (lkind != rkind || ltp == NULL || rtp == NULL ||
615 strcmp(ctf_strptr(lfp, ltp->ctt_name), ctf_strptr(rfp, rtp->ctt_name)) != 0)
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dspellfile.vim188 for dir in split(globpath(&rtp, 'spell'), "\n")
202 for dir in split(&rtp, ',')
H A Dgetscript.vim138 for datadir in split(&rtp,',') + ['']
205 let firstdir = substitute(&rtp,',.*$','','')
539 let firstdir= substitute(&rtp,',.*$','','')
606 let docdir= substitute(&rtp,',.*','','e')."/doc"
H A Dvimball.vim109 " use first existing directory from rtp
639 " vimball#VimballHome: determine/get home directory path (usually from rtp) {{{2
646 for home in split(&rtp,',') + ['']
656 let home= substitute(&rtp,',.*$','','')
H A Dnetrw.vim493 for dir in split(&rtp,',')
4029 for home in split(&rtp,',') + ['']
4039 let home= substitute(&rtp,',.*$','','')
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim30 syn keyword vimOption contained al antialias autochdir background balloondelay bexpr bk bs casemap cf cink cmdheight colorcolumn completefunc copyindent cryptmethod cspc cul def diff display edcompatible endofline errorformat fcl fdm fex filetype fo foldlevelstart formatexpr ft gfw gtt guipty hh hkmap ic imc imsearch indentkeys isf isprint km lbr list lsp makeprg maxmem mh mmp more mouses mzq nuw opfunc patchexpr pfn popt printfont pumheight redrawtime rightleft rtp sbo scrolljump sel shell shelltype showbreak si smartcase softtabstop spelllang sps sta su swb syntax tagbsearch tb term textwidth timeoutlen tm tr ttm ttyscroll udir updatecount vdir viewdir wa wd wi wildmode winfixwidth wiw wrap writedelay
554 let s:luapath= globpath(&rtp,"syntax/lua.vim")
576 let s:perlpath= globpath(&rtp,"syntax/perl.vim")
598 let s:rubypath= globpath(&rtp,"syntax/ruby.vim")
619 let s:pythonpath= globpath(&rtp,"syntax/python.vim")
648 let s:tclpath= globpath(&rtp,"syntax/tcl.vim")
675 let s:mzschemepath= globpath(&rtp,"syntax/scheme.vim")
/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c2550 do_cmdline_cmd((char_u *)"echo globpath(&rtp, 'compiler/*.vim')");
2658 char_u *rtp; local
2690 rtp = rtp_copy;
2691 while (*rtp != NUL && (all || !did_one))
2694 copy_option_part(&rtp, buf, MAXPATHL, ",");
H A Dspell.c9508 char_u *rtp; local
9527 rtp = p_rtp;
9528 while (*rtp != NUL)
9536 copy_option_part(&rtp, buf, MAXPATHL, ",");
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Droute.c1304 struct rtentry **rtp)
1426 if (rtp && !error)
1427 *rtp = rt;
1302 rtredirect(struct ifnet *ifp, struct sockaddr *dst, struct sockaddr *gateway, struct sockaddr *netmask, int flags, struct sockaddr *src, struct rtentry **rtp) argument
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim239 call <SID>OptionG("rtp", &rtp)
H A Dmenu.vim438 let s = globpath(&rtp, "spell/*." . enc . ".spl")
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices5813 codima-rtp 2415/udp # Codima Remote Transaction Protocol
5814 codima-rtp 2415/tcp # Codima Remote Transaction Protocol
12513 espeech-rtp 8417/udp # eSpeech RTP Protocol
12514 espeech-rtp 8417/tcp # eSpeech RTP Protocol

Completed in 226 milliseconds