Searched refs:ptr_t (Results 1 – 12 of 12) sorted by relevance
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | sh.types.h | 70 typedef void * ptr_t; typedef 72 typedef char * ptr_t; typedef 98 typedef void * ptr_t; typedef 139 typedef char * ptr_t; typedef 224 typedef void * ptr_t; typedef 371 typedef char * ptr_t; typedef 388 typedef void * ptr_t; typedef
|
| H A D | tc.alloc.c | 306 free(ptr_t cp) in free() 320 CHECK(cp > (ptr_t) memtop, in free() 322 CHECK(cp < (ptr_t) membot, in free() 386 realloc(ptr_t cp, size_t nbytes) in realloc() 391 ptr_t res; in realloc() 521 ptr_t ptr; in smalloc() 542 srealloc(ptr_t p, size_t n) in srealloc() 544 ptr_t ptr; in srealloc() 567 ptr_t ptr; in scalloc() 593 sfree(ptr_t p) in sfree()
|
| H A D | tc.decls.h | 45 extern void free (ptr_t); 47 extern memalign_t realloc (ptr_t, size_t); 52 extern void sfree (ptr_t); 54 extern memalign_t srealloc (ptr_t, size_t); 248 time_t, ptr_t); 334 extern char *who_info (ptr_t, int);
|
| H A D | tc.prompt.c | 59 xfree((ptr_t) month_list[i]); in dateinit() 74 xfree((ptr_t) day_list[i]); in dateinit() 178 tprintf(int what, const Char *fmt, const char *str, time_t tim, ptr_t info) in tprintf()
|
| H A D | sh.decls.h | 222 extern char *fmthist (int, ptr_t);
|
| H A D | tc.who.c | 514 who_info(ptr_t ptr, int c)
|
| H A D | ed.screen.c | 191 xfree((ptr_t)(intptr_t)tstr[i].long_name); in terminit() 194 xfree((ptr_t)(intptr_t)tval[i].long_name); in terminit()
|
| H A D | sh.h | 475 typedef ptr_t memalign_t;
|
| H A D | sh.hist.c | 1213 fmthist(int fmt, ptr_t ptr) in fmthist()
|
| H A D | ed.defns.c | 1127 xfree((ptr_t)(intptr_t)FuncNames[i].desc); in editinit()
|
| /dflybsd-src/contrib/gdb-7/gdb/common/ |
| H A D | vec.c | 119 typedef obj_t *ptr_t; 121 DEF_VEC_P (ptr_t);
|
| /dflybsd-src/contrib/libedit/src/ |
| H A D | sys.h | 74 typedef void *ptr_t; typedef
|