Home
last modified time | relevance | path

Searched refs:USIZE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/bin/ed/
HDundo.c34 #define USIZE 100 /* undo stack size */ macro
47 (ustack = (undo_t *) malloc((usize = USIZE) * sizeof(undo_t))) == NULL) { in push_undo_stack()
55 (t = (undo_t *) realloc(ustack, (usize += USIZE) * sizeof(undo_t))) != NULL) { in push_undo_stack()
/NextBSD/contrib/binutils/bfd/hosts/
HDi386sco.h5 #define UPAGES USIZE