Searched refs:firstp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dfold.pro4 int hasFolding __ARGS((linenr_T lnum, linenr_T *firstp, linenr_T *lastp));
5 int hasFoldingWin __ARGS((win_T *win, linenr_T lnum, linenr_T *firstp, linenr_T *lastp, int cache, foldinfo_T *infop));
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_method.c144 __queue_pageinfo(dbp, firstp, lastp, emptyp, prpage, flags)
146 db_pgno_t *firstp, *lastp;
170 if (firstp != NULL)
171 *firstp = first;
/macosx-10.10/swig-12/Source/Swig/
H A Dtypemap.c1515 Parm *p, *firstp; local
1618 firstp = p;
1652 replace_embedded_typemap(s, firstp, f);
1660 Printf(stdout, "attach: %s %s %s\n", Getattr(firstp, "name"), typemap_method_name(tmap_method), s);
1662 Setattr(firstp, typemap_method_name(tmap_method), s); /* Code object */
1666 Setattr(firstp, typemap_method_name(temp), locals);
1672 Setattr(firstp, typemap_method_name(temp), p);
1675 typemap_attach_kwargs(tm, tmap_method, firstp);
1678 typemap_warn(tmap_method, firstp);
1681 typemap_emit_code_fragments(tmap_method, firstp);
[all...]
H A Dtypeobj.c786 Hash *p, *pp = 0, *firstp = 0; local
791 if (!firstp)
792 firstp = p;
800 return firstp;
/macosx-10.10/vim-55/src/
H A Dfold.c130 * When returning TRUE, *firstp and *lastp are set to the first and last
134 hasFolding(lnum, firstp, lastp)
136 linenr_T *firstp;
139 return hasFoldingWin(curwin, lnum, firstp, lastp, TRUE, NULL);
144 hasFoldingWin(win, lnum, firstp, lastp, cache, infop)
147 linenr_T *firstp;
239 if (firstp != NULL)
240 *firstp = first;
/macosx-10.10/tcsh-65/tcsh/
H A Ded.chared.c2108 struct wordent *wp, *firstp; local
2126 firstp = (hp->Hlex).next;
2129 for (i = 0; i < Argument && wp != firstp; i++) {
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbtdb.c3315 isc_boolean_t *firstp)
3337 if (*firstp) {
3342 *firstp = ISC_FALSE;
3312 previous_closest_nsec(dns_rdatatype_t type, rbtdb_search_t *search, dns_name_t *name, dns_name_t *origin, dns_rbtnode_t **nodep, dns_rbtnodechain_t *nsecchain, isc_boolean_t *firstp) argument

Completed in 217 milliseconds