Searched refs:lp (Results 226 - 250 of 316) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c606 delsub(nfa, lp, rp)
608 struct state *lp; /* the sub-NFA goes from here... */
611 assert(lp != rp);
615 deltraverse(nfa, lp, lp);
616 assert(lp->nouts == 0 && rp->nins == 0); /* did the job */
617 assert(lp->no != FREESTATE && rp->no != FREESTATE); /* no more */
620 lp->tmp = NULL; /* and begin, marked by deltraverse */
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_sv_se.latin1.vim18 menutrans &Help &Hj�lp
228 tmenu ToolBar.Help Hj�lp
229 tmenu ToolBar.FindHelp S�k i hj�lp
246 let menutrans_help_dialog = "Skriv in ett kommando eller ord som du vill s�ka hj�lp p�:\n\nB�rja med i_ f�r infogningl�geskommandon (t.ex. i_CTRL-X)\nB�rja med c_ f�r kommandoradredigeringskommandon (t.ex. c_<Del>)\nB�rja med ' f�r ett inst�llningsnamn (t.ex. 'shiftwidth')"
/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro59 void mb_adjustpos __ARGS((pos_T *lp));
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c1906 char *lp;
1908 /* Set lp to point at the first char after the last slash in the
1911 lp = etags_strrchr (lb.buffer+2, '/');
1912 if (lp != NULL)
1913 lp += 1;
1915 lp = skip_spaces (lb.buffer + 2);
1916 cp = skip_non_spaces (lp);
1919 if (strlen (lp) > 0)
1921 lang = get_language_from_interpreter (lp);
3206 lp
1901 char *lp; local
3245 register char *lp; /* pointer one beyond the character `c' */ local
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c1761 BN_ULONG *bn_data = NULL, *lp; local
1782 lp = bn_data;
1793 *lp = BN_div_word(t, BN_DEC_CONV);
1794 lp++;
1796 lp--;
1801 snprintf(p, BUF_REMAIN, BN_DEC_FMT1, *lp);
1805 while (lp != bn_data) {
1806 lp--;
1807 snprintf(p, BUF_REMAIN, BN_DEC_FMT2, *lp);
3595 BN_ULONG ll, lc, *lp, *m local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Dnslookup.c790 dig_lookup_t *l, *lp; local
829 lp = l;
831 ISC_LIST_DEQUEUE(lookup_list, lp, link);
832 isc_mem_free(mctx, lp);
/macosx-10.10.1/cups-408/cups/backend/
H A Dbackend-private.h34 # include <linux/lp.h>
/macosx-10.10.1/cups-408/cups/man/
H A DMakefile30 lp.$(MAN1EXT) \
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_types.c210 ctf_decl_prec_t prec, lp, rp; local
236 lp = ptr ? CTF_PREC_POINTER : arr ? CTF_PREC_ARRAY : -1;
252 if (lp == prec) {
254 lp = -1;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dname.h44 int32_t *lp; member in union:Value
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c709 char *lp; local
711 if ((lp = getpty()) == NULL)
714 if ((pty = open(lp, 2)) >= 0) {
715 strlcpy(line,lp,sizeof(line));
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_pdsdirread.c960 register uint32* lp; local
972 lp = *lpp;
984 *lp++ = *wp++;
988 status = TIFFFetchLongArray(tif, dir, lp);
H A Dtif_pdsdirwrite.c351 uint32* lp; local
353 (*getFieldFn)(tif, fip->field_tag, &wc, &lp);
356 (*getFieldFn)(tif, fip->field_tag, &lp);
357 if (!WRITEF(TIFFWriteLongArray, lp))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcmusrc.vim88 syn match cmusrcLoadSwitches contained display '-[lp]'
99 syn match cmusrcSaveSwitches contained display '-[lp]'
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcomplist.c2983 Cmatch **lp = NULL; local
2990 if (i != oi && lp)
3001 lp = p;
3005 p = lp;
3011 Cmatch **lp = NULL; local
3018 if (i != oi && lp)
3029 lp = p;
3033 p = lp;
3037 Cmatch **lp; local
3044 lp
3059 Cmatch **lp; local
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dinit.c1498 char *pptbuf, **lp; variable
1501 lp = va_arg(ap, char **);
1503 pptbuf = unmetafy(promptexpand(lp ? *lp : NULL, 0, NULL, NULL,
/macosx-10.10.1/CPANInternal-159.1/Unix-Getrusage-0.03/
H A Dppport.h3567 static char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3570 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3582 DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp) argument
3585 return SvPV(sv,*lp);
3597 #define SvPVbyte(sv, lp) \
3599 ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pvbyte(sv, &lp))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c1955 ucs2_t *sp, *ep, *lp; local
1979 lp = sp;
2018 if (lp == text) {
2019 sp = lp;
2024 lp = sp;
2036 sp = lp;
2056 ms = lp - text;
/macosx-10.10.1/lsof-53/lsof/
H A Darg.c2170 enter_str_lst(opt, s, lp, incl, excl)
2173 struct str_lst **lp; /* string's list */
2214 lpt->next = *lp;
2215 *lp = lpt;
2231 char lnm[LOGINML+1], *lp; local
2344 if (!(lp = mkstrcpy(lnm, (MALLOC_S *)NULL))) {
2349 Suid[Nuid].lnm = lp;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c671 struct state *lp, /* the sub-NFA goes from here... */
674 assert(lp != rp);
678 deltraverse(nfa, lp, lp);
679 assert(lp->nouts == 0 && rp->nins == 0); /* did the job */
680 assert(lp->no != FREESTATE && rp->no != FREESTATE); /* no more */
683 lp->tmp = NULL; /* and begin, marked by deltraverse */
648 delsub( struct nfa *nfa, struct state *lp, struct state *rp) argument
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkGetF0.c318 int decind, decstart, decnlags, decsize, i, j, *lp; local
339 for(i = *ncand, lp = locs, pe = peaks; i--; pe++, lp++) {
340 j = *lp - decstart - 1;
342 *lp = (*lp * dec) + (int)(0.5+(xp*dec)); /* refined lag */
343 *pe = yp*(1.0f - (lag_wt* *lp)); /* refined amplitude */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c860 log_attr *la = NULL, **lp; local
863 for ( lp = &li->li_oldattrs, i=0; i < c->valx; i++ ) {
864 la = *lp;
865 lp = &la->next;
867 *lp = la->next;
880 log_base *lb = NULL, **lp; local
883 for ( lp = &li->li_bases, i=0; i < c->valx; i++ ) {
884 lb = *lp;
885 lp = &lb->lb_next;
887 *lp
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c453 struct Level *lp = (struct Level*)fp; local
464 if(level<0 || level > lp->maxlevel)
484 struct Level *lp = newof(NiL,struct Level,1,0); local
485 lp->maxlevel = level;
489 nv_putval(SH_LEVELNOD,(char*)&lp->maxlevel,NV_INT16);
490 lp->hdr.disc = &level_disc;
491 nv_disc(SH_LEVELNOD,&lp->hdr,NV_FIRST);
492 return(lp);
3475 struct Level *lp =(struct Level*)(SH_LEVELNOD->nvfun); local
3480 if(!lp
[all...]
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm1783 my $lp = length $p;
1794 if ($from >= $lp) {
1796 $s = substr $s, $from - $lp;
1797 $lp = 0;
1800 $lp -= $from;
1803 $s = substr $s, 0, $len - $lp;
1815 $bsel -= $lp; $esel -= $lp;
1828 if (!$lp) { # Should not happen...
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dmain.c1412 struct protocol_list *lp; local
1414 for (lp = protocol_list; lp->proto != 0; ++lp)
1415 if (proto == lp->proto)
1416 return lp->name;

Completed in 274 milliseconds

1234567891011>>