Searched refs:ptr_t (Results 1 - 25 of 47) sorted by last modified time

12

/freebsd-9.3-release/lib/libedit/
H A Dchared.c536 el_free((ptr_t)ma->macro[ma->level--]);
630 el_free((ptr_t) el->el_line.buffer);
633 el_free((ptr_t) el->el_chared.c_undo.buf);
635 el_free((ptr_t) el->el_chared.c_redo.buf);
640 el_free((ptr_t) el->el_chared.c_kill.buf);
643 el_free((ptr_t) el->el_chared.c_macro.macro);
H A Del.c128 el_free((ptr_t) el->el_prog);
129 el_free((ptr_t) el);
252 ptr_t ptr = va_arg(ap, char *);
422 ptr_t ptr = va_arg(ap, char *);
H A Dhist.c73 el_free((ptr_t) el->el_history.buf);
82 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr)
H A Dhist.h45 typedef int (*hist_fun_t)(ptr_t, HistEvent *, int, ...);
52 ptr_t ref; /* Argument for history fcns */
72 protected int hist_set(EditLine *, hist_fun_t, ptr_t);
H A Dhistory.c56 typedef int (*history_gfun_t)(ptr_t, HistEvent *);
57 typedef int (*history_efun_t)(ptr_t, HistEvent *, const char *);
58 typedef void (*history_vfun_t)(ptr_t, HistEvent *);
59 typedef int (*history_sfun_t)(ptr_t, HistEvent *, const int);
62 ptr_t h_ref; /* Argument for history fcns */
134 private int history_def_next(ptr_t, HistEvent *);
135 private int history_def_first(ptr_t, HistEvent *);
136 private int history_def_prev(ptr_t, HistEvent *);
137 private int history_def_last(ptr_t, HistEvent *);
138 private int history_def_curr(ptr_t, HistEven
[all...]
H A Dkey.c117 el_free((ptr_t) el->el_key.buf);
336 el_free((ptr_t) ptr->val.str);
437 el_free((ptr_t) ptr->val.str);
443 el_free((ptr_t) ptr);
473 el_free((ptr_t) k);
H A Dmap.c944 el_free((ptr_t) el->el_map.alt);
946 el_free((ptr_t) el->el_map.key);
951 el_free((ptr_t) el->el_map.help);
953 el_free((ptr_t) el->el_map.func);
H A Dsearch.c86 el_free((ptr_t) el->el_search.patbuf);
134 free((ptr_t) re);
H A Dsig.c147 el_free((ptr_t) el->el_signal);
H A Dsys.h60 typedef void *ptr_t; typedef
103 extern ptr_t memcpy(ptr_t, const ptr_t, size_t);
104 extern ptr_t memset(ptr_t, int, size_t);
H A Dterm.c355 el_free((ptr_t) el->el_term.t_buf);
357 el_free((ptr_t) el->el_term.t_cap);
360 el_free((ptr_t) el->el_term.t_str);
362 el_free((ptr_t) el->el_term.t_val);
364 el_free((ptr_t) el->el_term.t_fkey);
470 el_free((ptr_t) b[i]);
471 el_free((ptr_t) b);
485 el_free((ptr_t) b[i]);
486 el_free((ptr_t) b);
509 el_free((ptr_t) * buf
[all...]
H A Dtokenizer.c111 tok_free((ptr_t)tok);
118 tok_free((ptr_t)tok->ifs);
119 tok_free((ptr_t)tok);
125 tok_free((ptr_t)tok->argv);
126 tok_free((ptr_t)tok->ifs);
127 tok_free((ptr_t)tok);
162 tok_free((ptr_t) tok->ifs);
163 tok_free((ptr_t) tok->wspace);
164 tok_free((ptr_t) tok->argv);
165 tok_free((ptr_t) to
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Ded.defns.c1135 xfree((ptr_t)(intptr_t)FuncNames[i].desc);
H A Ded.screen.c195 xfree((ptr_t)(intptr_t)tstr[i].long_name);
198 xfree((ptr_t)(intptr_t)tval[i].long_name);
H A Dma.setp.c327 xfree((ptr_t) p);
332 xfree((ptr_t) p);
335 xfree((ptr_t) pe);
366 xfree((ptr_t) p);
514 xfree((ptr_t) (pe->pdir[n]));
568 xfree((ptr_t) (pe->pdir[loc]));
H A Dsh.decls.h220 extern char *fmthist (int, ptr_t);
H A Dsh.h479 typedef ptr_t memalign_t;
H A Dsh.hist.c1191 fmthist(int fmt, ptr_t ptr)
H A Dsh.types.h71 typedef void * ptr_t; typedef
73 typedef char * ptr_t; typedef
99 typedef void * ptr_t; typedef
140 typedef char * ptr_t; typedef
225 typedef void * ptr_t; typedef
372 typedef char * ptr_t; typedef
389 typedef void * ptr_t; typedef
H A Dtc.alloc.c302 free(ptr_t cp)
316 CHECK(cp > (ptr_t) memtop,
318 CHECK(cp < (ptr_t) membot,
379 realloc(ptr_t cp, size_t nbytes)
384 ptr_t res;
512 ptr_t ptr;
533 srealloc(ptr_t p, size_t n)
535 ptr_t ptr;
558 ptr_t ptr;
584 sfree(ptr_t
[all...]
H A Dtc.decls.h46 extern void free (ptr_t);
48 extern memalign_t realloc (ptr_t, size_t);
53 extern void sfree (ptr_t);
55 extern memalign_t srealloc (ptr_t, size_t);
249 time_t, ptr_t);
335 extern char *who_info (ptr_t, int);
H A Dtc.prompt.c63 xfree((ptr_t) month_list[i]);
78 xfree((ptr_t) day_list[i]);
182 tprintf(int what, const Char *fmt, const char *str, time_t tim, ptr_t info)
H A Dtc.who.c533 who_info(ptr_t ptr, int c)
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Ddfa.c132 static ptr_t
135 ptr_t r = calloc(n, s);
142 static ptr_t
145 ptr_t r = malloc(n);
153 static ptr_t
154 xrealloc (ptr_t p, size_t n)
156 ptr_t r = realloc(p, n);
166 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t)))
2245 free((ptr_t) d->trans[i]);
2250 free((ptr_t)
[all...]
H A Ddfa.h30 typedef void * ptr_t; typedef
35 typedef char * ptr_t; typedef

Completed in 141 milliseconds

12