Home
last modified time | relevance | path

Searched refs:s_head (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dstrings.c75 dst->s_head = src; in _nc_str_init()
135 if (dst->s_head != 0) { in _nc_safe_strcpy()
136 _nc_STRCPY(dst->s_head, src, dst->s_size); in _nc_safe_strcpy()
137 dst->s_tail = dst->s_head + len; in _nc_safe_strcpy()
/dragonfly/contrib/cvs-1.12/src/
H A Dmodules.c778 static struct sortrec *s_head; variable
822 s_head = xnrealloc (s_head, s_max, sizeof (*s_head)); in save_d()
824 s_rec = &s_head[s_count]; in save_d()
920 qsort ((void *) s_head, s_count, sizeof (struct sortrec), sort_order); in cat_module()
928 for (s_h = s_head, i = 0; i < s_count; i++, s_h++) in cat_module()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2211 char *s_head; /* beginning of the string (may be null) */ member