Searched refs:strspace (Results 1 – 3 of 3) sorted by relevance
55 static char *strspace; /* string space for evaluation */ variable163 strspace = xalloc(strsize+1, NULL); in initspaces()164 ep = strspace; in initspaces()165 endest = strspace+strsize; in initspaces()184 memcpy(newstrspace, strspace, strsize/2); in enlarge_strspace()187 mstack[i].sstr = (mstack[i].sstr - strspace) + in enlarge_strspace()189 ep = (ep - strspace) + newstrspace; in enlarge_strspace()190 free(strspace); in enlarge_strspace()191 strspace = newstrspace; in enlarge_strspace()192 endest = strspace + strsize; in enlarge_strspace()
336 char *strspace; member
2257 sargs.strspace = (char *)&SLPinfo->dls_serpath[smeta.dls_cnt]; in gethints() 2262 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt]; in gethints() 4483 s_entry->dls_name = arg->strspace; in fill_search_info() 4486 strncpy(arg->strspace, dir, dirlen); in fill_search_info() 4487 arg->strspace[dirlen] = '\0'; in fill_search_info() 4489 arg->strspace += dirlen + 1; in fill_search_info() 4533 args.strspace = (char *)&info->dls_serpath[_info.dls_cnt]; in do_search_info()