Searched refs:pend (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/bee/
H A Dbee.tcl43 # ...(pend) Stack of pending 'value' buffers, for nested
53 # Containers via 'pend'.
530 pend {}
608 [llength $state(pend)] ||
638 upvar 0 state(pend) pend
716 lappend pend list {}
722 lappend pend dict {}
729 if {![llength $pend]} {
733 set v [lindex $pend en
[all...]
/macosx-10.9.5/less-23/less/
H A Dlessecho.c73 lstrtol(s, radix, pend)
76 char **pend;
132 if (pend != NULL)
137 *pend = s;
/macosx-10.9.5/file_cmds-230/pax/
H A Dpat_rep.c243 pt->pend = NULL;
333 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) {
338 * WATCH IT, the code assumes that pt->pend points
347 if (pt->pend != NULL)
348 *pt->pend = '\0';
352 if (pt->pend != NULL)
353 *pt->pend = '/';
354 pt->pend = NULL;
361 if (pt->pend != NULL) {
362 *pt->pend
493 fn_match(char *pattern, char *string, char **pend) argument
[all...]
H A Dpax.h80 char *pend; /* end of a prefix match */ member in struct:pattern
/macosx-10.9.5/vim-53/src/
H A Dgui_w16.c1116 char_u *pend; local
1215 pend = vim_strchr(pstart, DLG_BUTTON_SEP);
1216 if (pend == NULL)
1217 pend = pstart + STRLEN(pstart); /* Last line of message. */
1219 textWidth = GetTextWidth(hdc, pstart, pend - pstart);
1222 pstart = pend + 1;
1223 } while (*pend != NUL);
1244 pend = vim_strchr(pstart, DLG_BUTTON_SEP);
1245 if (pend == NULL)
1246 pend
[all...]
H A Dgui_w32.c3018 char_u *pend; local
3168 for (pend = pstart; *pend != NUL && *pend != '\n'; )
3171 l = (*mb_ptr2len)(pend);
3175 if (l == 1 && vim_iswhite(*pend)
3177 last_white = pend;
3178 textWidth += GetTextWidth(hdc, pend, l);
3189 ga.ga_len -= (int)(pend - (last_white + 1));
3190 pend
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dsml.vim75 function! s:FindPair(pstart, pmid, pend)
76 call search(a:pend, 'bW')
77 " return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"'))
78 let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"')
86 function! s:FindLet(pstart, pmid, pend)
87 call search(a:pend, 'bW')
88 " return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"'))
89 let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"')
99 "function! s:FindLet(pstart, pmid, pend)
100 " call search(a:pend, 'b
[all...]
H A Docaml.vim73 function s:FindPair(pstart, pmid, pend)
74 call search(a:pend, 'bW')
75 return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"'))
79 function s:FindLet(pstart, pmid, pend)
80 call search(a:pend, 'bW')
81 return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment" || getline(".") =~ "^\\s*let\\>.*=.*\\<in\\s*$" || getline(prevnonblank(".") - 1) =~ s:beflet'))
/macosx-10.9.5/swig-10/Source/DOH/
H A Dmemory.c31 char *pend; /* End of pool */ member in struct:pool
54 p->pend = p->pbeg + p->blen;
82 if ((cptr >= p->pbeg) && (cptr < p->pend))
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dhilit19.el714 p pstart pend face mstart (puke-count 0))
723 pend (nth 1 p)
729 (if (stringp pend) (concat " ... " pend) "")))
736 (while (setq region (funcall pstart pend))
739 ((stringp pend)
743 (if (re-search-forward pend nil t nil)
747 ((numberp pend)
750 (goto-char (match-end pend))
751 (hilit-region-set-face (match-beginning pend)
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Ddir.c104 const char *pend,
116 if (p >= pend) return NULL;
128 p = t1 + (r = rb_enc_mbclen(t1, pend, enc));
129 if (p >= pend) return NULL;
137 p = t2 + (r2 = rb_enc_mbclen(t2, pend, enc));
146 c2 = rb_enc_codepoint(t1, pend, enc);
149 c2 = rb_enc_codepoint(t2, pend, enc);
161 c2 = rb_enc_toupper(rb_enc_codepoint(p, pend, enc), enc);
195 const char *pend = p + strlen(p); local
229 if ((t = bracket(p + 1, pend,
102 bracket( const char *p, const char *pend, const char *s, const char *send, int flags, rb_encoding *enc) argument
913 char *path, *pend; local
1073 has_magic(const char *p, const char *pend, int flags, rb_encoding *enc) argument
1105 find_dirsep(const char *p, const char *pend, int flags, rb_encoding *enc) argument
1140 remove_backslashes(char *p, register const char *pend, rb_encoding *enc) argument
1600 const char *pend = p + strlen(p); local
1718 char *p, *pend; local
[all...]
H A Dpack.c373 const char *p, *pend; local
386 pend = p + RSTRING_LEN(fmt);
396 while (p < pend) {
398 if (RSTRING_PTR(fmt) + RSTRING_LEN(fmt) != pend) {
408 while ((p < pend) && (*p != '\n')) {
1319 char *p, *pend; local
1344 pend = p + RSTRING_LEN(fmt);
1347 while (p < pend) {
1356 while ((p < pend) && (*p != '\n')) {
1396 if (p >= pend)
2056 VALUE a, *p, *pend; local
2098 VALUE a, *p, *pend; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c976 re_char *pend = end;
985 while (p < pend)
1036 if (p + *p >= pend)
1656 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern, pend); \
1681 `pend', `string1', `size1', `string2', and `size2'. */
1698 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1740 re_char *pend,
1743 static int analyse_first _RE_ARGS ((re_char *p, re_char *pend,
1751 if (p == pend) return REG_EEND; \
1752 c = RE_STRING_CHAR_AND_LENGTH (p, pend
969 re_char *pend = end; local
2457 re_char *pend = pattern + size; local
4456 re_char *pend = STOP_ADDR_VSTRING (startpos); variable
4667 unsigned char *pend = bufp->buffer + bufp->used; local
4964 re_char *pend = p + bufp->used; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Db2m.c237 register char *pend; local
240 pend = p + linebuffer->size; /* Separate to avoid 386/IX compiler bug. */
245 if (p == pend)
250 pend = buffer + linebuffer->size;
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dcomp_parse.c100 char *pstart, *qstart, *pend, *qend; local
106 for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1)
108 if ((pend - pstart == qend - qstart)
109 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0)
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c828 UCHAR_T *pend = end;
837 while (p < pend)
940 assert (p + *p < pend);
1738 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1791 `pend', `string1', `size1', `string2', and `size2'. */
1823 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1937 const CHAR_T *pend,
1942 const CHAR_T *pend,
1951 const char *pend,
1967 do {if (p == pend) retur
822 UCHAR_T *pend = end; local
2391 const CHAR_T *pend; variable
2394 const CHAR_T *pend = pattern + size; variable
4653 register UCHAR_T *pend = (UCHAR_T*) (bufp->buffer + bufp->used); local
4656 register UCHAR_T *pend = pattern + bufp->used; local
5701 register UCHAR_T *pend; local
5704 register UCHAR_T *pend = p + bufp->used; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c818 UCHAR_T *pend = end;
827 while (p < pend)
930 assert (p + *p < pend);
1666 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1719 `pend', `string1', `size1', `string2', and `size2'. */
1751 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1865 const CHAR_T *pend,
1870 const CHAR_T *pend,
1879 const char *pend,
1895 do {if (p == pend) retur
812 UCHAR_T *pend = end; local
2315 const CHAR_T *pend; local
2318 const CHAR_T *pend = pattern + size; local
4305 at_endline_loc_p(const CHAR_T *p, const CHAR_T *pend, reg_syntax_t syntax) argument
4359 wcs_compile_range(CHAR_T range_start_char, const CHAR_T **p_ptr, const CHAR_T *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, CHAR_T *b, CHAR_T *char_set) argument
4442 byte_compile_range(unsigned int range_start_char, const char **p_ptr, const char *pend, RE_TRANSLATE_TYPE translate, reg_syntax_t syntax, unsigned char *b) argument
4557 register UCHAR_T *pend = (UCHAR_T*) (bufp->buffer + bufp->used); local
4560 register UCHAR_T *pend = pattern + bufp->used; local
5573 register UCHAR_T *pend; local
5576 register UCHAR_T *pend = p + bufp->used; local
[all...]
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c747 unsigned char *pend = end;
756 while (p < pend)
808 assert (p + *p < pend);
1499 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \
1550 `pend', `string1', `size1', `string2', and `size2'. */
1583 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \
1700 static boolean at_endline_loc_p _RE_ARGS ((const char *p, const char *pend,
1704 const char *pend,
1715 do {if (p == pend) return REG_EEND; \
1724 do {if (p == pend) retur
741 unsigned char *pend = end; local
2048 const char *pend = pattern + size; local
3651 register unsigned char *pend = pattern + bufp->used; local
4328 register unsigned char *pend = p + bufp->used; local
[all...]
/macosx-10.9.5/cups-372.4/cups/filter/
H A Draster.c69 *pend, /* End of pixel buffer */ member in struct:_cups_raster_s
510 if ((unsigned)(bytes = (int)(r->pend - r->pcurrent)) > remaining)
516 if (r->pcurrent >= r->pend)
836 if ((bytes = remaining) > (int)(r->pend - r->pcurrent))
837 bytes = (int)(r->pend - r->pcurrent);
860 if (r->pcurrent >= r->pend)
900 if (r->pcurrent >= r->pend)
1283 r->pend = r->pixels + r->header.cupsBytesPerLine;
1300 *pend, /* End of raster buffer */ local
1333 pend
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dglob.c321 Char *pend = &patbuf[patsize / sizeof(Char)]; local
323 pend--;
330 d < (char *)(void *)pend && *p && *p != SLASH;
334 if (d == (char *)(void *)pend)
363 for (b = patbuf; b < pend && *h; *b++ = *h++)
366 if (b == pend)
370 while (b < pend && (*b++ = *p++) != EOS)
373 if (b == pend)
/macosx-10.9.5/procmail-14/procmail/src/
H A Dregexp.c442 struct eps*initcode;const char*eom,*pend; local
448 other=Ceps&tswitch;pend=(const char*)str+len+1; /* two past end */
502 PC(reg,ot1)=other,PCp(other=reg,ot1)=pend;
517 th1^=XOR1;ot1^=XOR1;start=pend;thiss=other;other=Ceps&tswitch;
548 { if(start<pend) /* any match? */
554 nobom: cleantail(--pend,thiss,th1);
555 cleantail(pend,other,ot1);
585 case 2:ign_case++;str++;len=1;th1^=XOR1;ot1^=XOR1;start=pend;
594 if(eom>--pend)
595 eom=pend;
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-a-int.c191 const unsigned char *p, *pend; local
204 pend = p + len;
266 *pp=pend;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc-compat.h173 extern PyObject* PyObjC_IntFromString(char* v, char**pend, int base);
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dregcomp.c30 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member in struct:parse
134 p->pend[i] = 0;
261 p->pend[subno] = HERE();
262 assert(p->pend[subno] != 0);
482 p->pend[subno] = HERE();
483 assert(p->pend[subno] != 0);
503 if (p->pend[i] != 0) {
508 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
509 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1414 if (p->pend[
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregcomp.c67 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member in struct:parse
202 p->pend[i] = 0;
324 p->pend[subno] = HERE();
325 assert(p->pend[subno] != 0);
538 p->pend[subno] = HERE();
539 assert(p->pend[subno] != 0);
559 if (p->pend[i] != 0) {
564 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
565 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1352 if (p->pend[
[all...]

Completed in 524 milliseconds

123