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

/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_urlglob.c80 size_t *posp, unsigned long *amount,
91 size_t opos = *posp-1;
108 return GLOBERROR("nested brace", *posp, GLOB_ERROR);
112 return GLOBERROR("empty string within braces", *posp, GLOB_ERROR);
150 ++(*posp);
154 return GLOBERROR("unexpected close bracket", *posp, GLOB_ERROR);
159 ++(*posp);
164 ++(*posp);
173 size_t *posp, unsigned long *amount,
217 *posp
79 glob_set(URLGlob *glob, char **patternp, size_t *posp, unsigned long *amount, int globindex) argument
172 glob_range(URLGlob *glob, char **patternp, size_t *posp, unsigned long *amount, int globindex) argument
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmark.c318 pos_T *posp; local
324 posp = NULL;
329 return posp;
338 posp = &pos_copy; /* w_pcmark may be changed soon */
341 posp = &(curbuf->b_last_cursor);
343 posp = &(curbuf->b_last_insert);
345 posp = &(curbuf->b_last_change);
347 posp = &(curbuf->b_op_start);
349 posp = &(curbuf->b_op_end);
362 posp
1203 pos_T *posp; local
[all...]
H A Dif_py_both.h1213 pos_T *posp; local
1227 posp = getmark(mark, FALSE);
1230 if (posp == NULL)
1240 if (posp->lnum <= 0)
1247 return Py_BuildValue("(ll)", (long)(posp->lnum), (long)(posp->col));
H A Dcharset.c1386 getvcol_nolist(posp)
1387 pos_T *posp;
1393 getvcol(curwin, posp, NULL, &vcol, NULL);
H A Dregexp.c3120 static void save_se_multi __ARGS((save_se_T *savep, lpos_T *posp));
3124 #define save_se(savep, posp, pp) \
3125 REG_MULTI ? save_se_multi((savep), (posp)) : save_se_one((savep), (pp))
3128 #define restore_se(savep, posp, pp) { \
3130 *(posp) = (savep)->se_u.pos; \
6042 save_se_multi(savep, posp)
6044 lpos_T *posp;
6046 savep->se_u.pos = *posp;
6047 posp->lnum = reglnum;
6048 posp
[all...]
H A Dsearch.c3168 find_first_blank(posp)
3169 pos_T *posp;
3173 while (decl(posp) != -1)
3175 c = gchar_pos(posp);
3178 incl(posp);
H A Deval.c761 static int list2fpos __ARGS((typval_T *arg, pos_T *posp, int *fnump));
18386 list2fpos(arg, posp, fnump)
18388 pos_T *posp;
18416 posp->lnum = n;
18421 posp->col = n;
18426 posp->coladd = 0;
18428 posp->coladd = n;
/macosx-10.10.1/vim-55/src/proto/
H A Dcharset.pro33 colnr_T getvcol_nolist __ARGS((pos_T *posp));
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_meta.c533 __db_freelist_pos(pgno, list, nelem, posp)
537 u_int32_t *posp;
545 *posp = indx;
555 *posp = base;
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-stuff.el104 (if (and arg (Math-integerp arg) (Math-posp arg))
110 ((eq pred 'posp) "Positive number expected")
H A Dcalc-vec.el175 (if (math-posp m)
981 (if (< start 1) (math-reject-arg start 'posp))
1309 (math-reject-arg (nth 1 a) 'posp))
H A Dcalc-arith.el414 (defun math-known-posp (a)
451 (cond ((Math-posp a) 4)
456 ((math-known-posp (nth 2 a)) 4)
583 (math-known-posp (nth 2 a))))
600 (if (Math-posp origin)
747 (math-known-posp (nth 2 a)))
859 (math-reject-arg expr 'posp 'quiet)))))
871 (math-reject-arg expr 'posp 'quiet)))))
960 (if (math-posp (nth 2 a))
1357 (if (or (math-posp
[all...]
H A Dcalc-forms.el273 (if (math-posp s)
276 (if (math-posp m)
478 (if (math-posp year)
1441 (and (math-posp (car dt)) (not (math-posp year))
1479 (if (and (cdr d) (Math-posp b))
1745 (if (and (math-anglep n) (math-anglep m) (math-posp m))
1755 ((not (math-posp m))
1756 (math-reject-arg m 'posp))
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctf.c629 caddr_t *posp = (caddr_t *)data; local
630 bcopy(buf, *posp, n);
631 *posp += n;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c977 get_isrch_spot(int num, int *hlp, int *posp, int *pat_hlp, int *pat_posp, argument
981 *posp = (int)isrch_spots[num].pos;

Completed in 317 milliseconds