Searched refs:strspace (Results 1 – 3 of 3) sorted by relevance
55 static char *strspace; /* string space for evaluation */ variable166 strspace = xalloc(strsize+1, NULL); in initspaces()167 ep = strspace; in initspaces()168 endest = strspace+strsize; in initspaces()187 memcpy(newstrspace, strspace, strsize/2); in enlarge_strspace()190 mstack[i].sstr = (mstack[i].sstr - strspace) in enlarge_strspace()192 ep = (ep-strspace) + newstrspace; in enlarge_strspace()193 free(strspace); in enlarge_strspace()194 strspace = newstrspace; in enlarge_strspace()195 endest = strspace + strsize; in enlarge_strspace()
335 char *strspace; member
2218 sargs.strspace = (char *)&SLPinfo->dls_serpath[smeta.dls_cnt]; in gethints()2223 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt]; in gethints()4329 s_entry->dls_name = arg->strspace; in fill_search_info()4332 strncpy(arg->strspace, dir, dirlen); in fill_search_info()4333 arg->strspace[dirlen] = '\0'; in fill_search_info()4335 arg->strspace += dirlen + 1; in fill_search_info()4379 args.strspace = (char *)&info->dls_serpath[_info.dls_cnt]; in do_search_info()