Searched refs:savep (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/shell_cmds-175/hexdump/
H A Dparse.c82 unsigned const char *p, *savep; local
113 for (savep = p; isdigit(*p); ++p);
117 tfu->reps = atoi((const char *)savep);
129 for (savep = p; isdigit(*p); ++p);
132 tfu->bcnt = atoi((const char *)savep);
140 for (savep = ++p; *p != '"';)
143 if (!(tfu->fmt = malloc(p - savep + 1)))
145 (void) strncpy(tfu->fmt, (const char *)savep, p - savep);
146 tfu->fmt[p - savep]
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dasm-mode.el157 (let* ((savep (point))
162 (if (>= (point) savep) (setq savep nil))
165 (if savep
H A Dgud.el3176 (let* ((savep (point))
3181 (if (>= (point) savep) (setq savep nil))
3184 (if savep
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dsm_loop.c294 CHAR *savep; local
298 savep = p;
334 return ((test == L('[')) ? savep : (CHAR *)0); /*]*/
383 return ((test == L('[')) ? savep : (CHAR *)0);
419 return ((test == L('[')) ? savep : (CHAR *)0);
481 return ((test == L('[')) ? savep : (CHAR *)0);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.parse.c564 goto savep;
570 goto savep;
574 goto savep;
603 goto savep;
623 savep:
/macosx-10.9.5/adv_cmds-153/ps/
H A Dps.c982 const char *savep; local
992 savep = argp;
1017 warnx("Value too long: %.*s", (int)(argp - savep),
1018 savep);
/macosx-10.9.5/vim-53/src/
H A Dregexp.c3120 static void save_se_multi __ARGS((save_se_T *savep, lpos_T *posp));
3121 static void save_se_one __ARGS((save_se_T *savep, char_u **pp));
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; \
3132 *(pp) = (savep)->se_u.ptr; }
6042 save_se_multi(savep, posp)
6043 save_se_T *savep;
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el1408 (let* ((savep (point))
1412 (if (>= (point) savep) (setq savep nil))
1416 (if savep
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dvi.c2388 genchar *savep; local
2608 savep = p;
2613 p = savep;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dname.c1487 static char *savep; local
1877 if(savep)
1980 savep = cp;
1993 *savep++ = *cp++;
1994 savep = 0;

Completed in 164 milliseconds