Searched refs:stackp (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dmemalloc.c126 static struct stack_block *stackp; variable in typeref:struct:stack_block
146 sp->prev = stackp;
150 stackp = sp;
186 mark->stackp = stackp;
201 while (stackp != mark->stackp) {
202 sp = stackp;
203 stackp = sp->prev;
246 if (stackp !
[all...]
H A Dmemalloc.h39 struct stack_block *stackp; member in struct:stackmark
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_compress.c129 unsigned char *stackp; member in struct:private_data
242 state->stackp = state->stack;
277 if (state->stackp > state->stack) {
278 *p++ = *--state->stackp;
373 *state->stackp++ = state->finbyte;
379 *state->stackp++ = state->suffix[code];
382 *state->stackp++ = state->finbyte = code;
/freebsd-9.3-release/sys/ia64/ia64/
H A Dvm_machdep.c266 char *stackp; local
293 stackp = (char *)(td2->td_kstack + td2->td_kstack_pages * PAGE_SIZE);
295 stackp -= sizeof(struct pcb);
296 td2->td_pcb = (struct pcb *)stackp;
299 stackp -= sizeof(struct trapframe);
300 td2->td_frame = (struct trapframe *)stackp;
321 td2->td_pcb->pcb_special.sp = (uintptr_t)stackp - 16;
/freebsd-9.3-release/usr.bin/compress/
H A Dzopen.c166 #define stackp zs->u.r.zs_stackp macro
508 stackp = de_stack;
529 *stackp++ = finchar;
541 *stackp++ = tab_suffixof(code);
544 *stackp++ = finchar = tab_suffixof(code);
550 *bp++ = *--stackp;
551 } while (stackp > de_stack);
/freebsd-9.3-release/contrib/gcc/
H A Dgensupport.c218 struct file_name_list *stackp;
221 for (stackp = first_dir_md_include; stackp; stackp = stackp->next)
225 pathname = concat (stackp->fname, sep, filename, NULL);
216 struct file_name_list *stackp; local

Completed in 69 milliseconds