Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
H A Dmemalloc.c156 sp->prev = stackp; in stnewblock()
160 stackp = sp; in stnewblock()
208 mark->stackp = stackp; in setstackmark()
212 if (stackp != NULL && stacknxt == SPACE(stackp)) in setstackmark()
223 while (stackp != mark->stackp) { in popstackmark()
224 sp = stackp; in popstackmark()
225 stackp = sp->prev; in popstackmark()
268 if (stackp != NULL && stacknxt == SPACE(stackp)) { in growstackblock()
270 oldstackp = stackp; in growstackblock()
273 sp->prev = stackp; in growstackblock()
[all …]
H A Dmemalloc.h41 struct stack_block *stackp; member
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c130 unsigned char *stackp; member
255 state->stackp = state->stack; in compress_bidder_init()
290 if (state->stackp > state->stack) { in compress_filter_read()
291 *p++ = *--state->stackp; in compress_filter_read()
377 *state->stackp++ = state->finbyte; in next_code()
383 *state->stackp++ = state->suffix[code]; in next_code()
386 *state->stackp++ = state->finbyte = code; in next_code()
/dragonfly/usr.bin/compress/
H A Dzopen.c163 #define stackp zs->u.r.zs_stackp macro
505 stackp = de_stack; in zread()
521 *stackp++ = finchar; in zread()
527 *stackp++ = tab_suffixof(code); in zread()
530 *stackp++ = finchar = tab_suffixof(code); in zread()
536 *bp++ = *--stackp; in zread()
537 } while (stackp > de_stack); in zread()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dread-md.c888 struct file_name_list *stackp; in handle_include() local
891 for (stackp = first_dir_md_include; stackp; stackp = stackp->next) in handle_include()
895 pathname = concat (stackp->fname, sep, filename, NULL); in handle_include()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dread-md.c1071 struct file_name_list *stackp; in handle_include() local
1074 for (stackp = m_first_dir_md_include; stackp; stackp = stackp->next) in handle_include()
1078 pathname = concat (stackp->fname, sep, filename, NULL); in handle_include()