Searched refs:lp (Results 276 - 300 of 316) sorted by relevance

<<111213

/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmhdr.h214 long l, *lp; member in union:_align_u
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ospf6.c217 register const u_int32_t *lp;
/macosx-10.10/zsh-61/zsh/Src/
H A Dparse.c599 int p, lp = -1, c; local
621 lp = p;
628 if (lp >= 0) {
629 ecbuf[lp] |= wc_bdata(Z_END);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp726 UnicodeString lp = "fuss"; local
736 UnicodeString lpUnescaped = lp.unescape();
/macosx-10.10/rsync-45/rsync/
H A Dgenerator.c767 char *lp = link_dest ? "" : NULL; local
768 itemize(file, ndx, 0, &st, changes, 0, lp);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dir.c64 void _TIFFsetLongArray(uint32** lpp, uint32* lp, uint32 n) argument
65 { setByteArray((void**) lpp, (void*) lp, n, sizeof (uint32)); }
/macosx-10.10/vim-55/runtime/syntax/
H A Dgnuplot.vim107 syn keyword gnuplotType nooffsets data candlesticks financebars linespoints lp vector nosurface
H A Djal.vim112 syn keyword jalPredefined hs xt rc lp internal 16c84 16f84 16f877 sx18 sx28 12c509a 12c508
H A Daml.vim31 syn keyword amlArcCmd contained gridq[uery] gridr[otate] gridshad[es] gridshap[e] gridshi[ft] gridw[arp] group groupb[y] gt gv gv[tolerance] ha[rdcopy] he[lp] help hid[densymbol] hig[hlow] hil[lshade] his[togram] historicalview ho[ldadjust] hpgl hpgl2 hsv2b[lue] hsv2g[reen] hsv2r[ed] ht[ml] hview ia ided[it] identif[y] identit[y] idw if igdsa[rc] igdsi[nfo] ige[sarc] il[lustrator] illustrator image imageg[rid] imagep[lot] imageplot imageview imp[ort] in index indexi[tem] info infodba[se] infodbm[s] infof[ile] init90[00] init9100 init9100b init91[00] init95[00] int intersect intersectarcs intersecte[rr] isn[ull] iso[cluster] it[ems] iview j[oinitem] join keeps keepselect keyan[gle] keyar[ea] keyb[ox] keyf[orms] keyl[ine] keym keym[arker] keymap keyp[osition] keyse[paration] keysh[ade] keyspot kill killm[ap] kr[iging] la labela[ngle] labele[rrors] labelm[arkers] labels labelsc[ale] labelsp[ot] labelt[ext] lal latticecl[ip] latticeco[ntour] latticed[em] latticem[erge] latticemarkers latticeo[perate]
33 syn keyword amlArcCmd contained linety[pe] link[s] linkfeatures list listarchives listatt listc[overages] listcoverages listdbmstables listg[rids] listgrids listhistory listi[mages] listimages listinfotables listlayers listlibraries listo[utput] listse[lect] listst[acks] liststacks listtablespaces listti[ns] listtins listtr[averses] listtran listtransactions listw[orkspaces] listworkspaces lit ll ll[sfit] lla lm ln load loada[djacent] loadcolormap locko[nly] locks[ymbol] log log1[0] log2 logf[ile] logg[ing] loo[kup] lot[area] lp[os] lstk lt lts lw madditem majority majorityf[ilter] makere[gion] makero[ute] makese[ction] makest[ack] mal[ign] map mapa[ngle] mape[xtent] mapextent mapi[nfo] mapj[oin] mapl[imits] mappo[sition] mappr[ojection] mapsc[ale] mapsh[ift] mapu[nits] mapw[arp] mapz[oom] marker markera[ngle] markercolor markercolorr[amp] markercopy markercopyl[ayer] markerdelete markerdeletel[aye] markeredit markerf[ont] markeri[nfo] markerl[ayer] markerlist markerm[ask] markero[ffset]
62 syn keyword amlDir contained abbreviations above all aml amlpath append arc args atool brief by call canvas cc center cl codepage commands conv_watch_to_aml coordinates cr create current cursor cwta dalines data date_format delete delvar describe dfmt digitizer display do doend dv echo else enable encode encrypt end error expansion fail file flushpoints force form format frame fullscreen function getlastpoint getpoint goto iacreturn if ignore info inform key keypad label lc left lf lg list listchar listfiles listglobal listheader listlocal listprogram listvar ll lp lr lv map matrix menu menupath menutype mess message[s] modal mouse nopaging off on others page pause pinaction popup position pt pulldown push pushpoint r repeat return right routine run runwatch rw screen seconds select self setchar severity show sidebar single size staggered station stop stripe sys system tablet tb terminal test then thread to top translate tty ty type uc ul until ur usage w warning watch when while window workspace
/macosx-10.10/vim-55/src/
H A Dregexp.c1769 char_u *lp; local
1772 lp = reg_prev_sub;
1773 while (*lp != NUL)
1774 regc(*lp++);
1779 if ((lp - reg_prev_sub) == 1)
2053 char_u *lp; local
2059 lp = skip_anyof(regparse);
2060 if (*lp == ']') /* there is a matching ']' */
H A Dex_cmds.c6693 sign_T *lp; local
6696 for (lp = first_sign; lp != NULL; lp = lp->sn_next)
6698 if (lp->sn_typenr == last_sign_typenr)
6708 lp = first_sign;
H A Dops.c1102 char_u *lp; local
1120 lp = lalloc((long_u)(STRLEN(*pp) + STRLEN(p) + 1), TRUE);
1121 if (lp == NULL)
1126 STRCPY(lp, *pp);
1127 STRCAT(lp, p);
1130 *pp = lp;
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dmach_port.c1757 mach_port_limits_t *lp = (mach_port_limits_t *)info; local
1772 lp->mpl_qlimit = port->ip_messages.imq_qlimit;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomplete.c370 * *lp will be set to the number of characters (possibly multibyte)
380 parse_pattern(char *name, char **sp, int *lp, char e, int *err) argument
432 *lp = l;
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Doptget.c2311 * generate optget() help [...] list from lp
2315 list(Sfio_t* sp, register const List_t* lp) argument
2317 sfprintf(sp, "[%c", lp->type);
2318 if (lp->name)
2320 sfprintf(sp, "%s", lp->name);
2321 if (lp->text)
2322 sfprintf(sp, "?%s", lp->text);
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit399 lp\040 �� # ---> 9-0^ 1
518 lp\040 �� # ---> 9-0^ 2
653 lp.h �w # ---> 9-0^9v6- 0
799 lp\040 �l # ---> 9-0^ 3
1352 .lp\040 �� # ---> 9v9-0^ 0
2430 ,lp\040 �� # ---> 8v9-0^ 0
4693 lp;w �M # ---> 9-0^0-2^ 10
5629 lp.\040 �� # ---> 9-0^9v 0
6328 ;lp\040 �O # ---> 0-9-0^ 0
10555 ;lp
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decofflink.c1764 const struct ecoff_fdrtab_entry *lp =
1769 if (lp->base_addr < rp->base_addr)
1771 if (lp->base_addr > rp->base_addr)
1760 const struct ecoff_fdrtab_entry *lp = local
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcmsccoll.c388 ** lp points to the original locale ("fr_FR_....")
393 const char *lp = "fr_FR_you_ll_never_find_this_locale"; local
397 lr = ures_open(NULL,lp,&lec);
401 lp = ures_getLocaleByType(cr, ULOC_ACTUAL_LOCALE, &lec);
402 if (lp) {
404 if(strcmp(lp, "fr") != 0) {
405 log_err("Wrong locale for French Collation Data, expected \"fr\" got %s", lp);
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-ldap.c116 LDAP_no_size_limit(krb5_context context, LDAP *lp) argument
120 ret = ldap_set_option(lp, LDAP_OPT_SIZELIMIT, (const void *)&limit);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dwidget980 msg = `lp -c #{fname}`
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c818 WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) argument
832 return DefWindowProc(hwnd, msg, wp, lp);
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dwidget668 if {[catch {exec lp -c $filename} msg]} {
/macosx-10.10/emacs-93/emacs/lisp/language/
H A Dtibetan.el324 ("lp" . "$(7%G(B")
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dhistory.c373 (HISTCUR)->nvalue.lp = (&hp->histind);
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfhdr.h719 long l, *lp; member in union:__anon9369

Completed in 432 milliseconds

<<111213