Searched refs:strspace (Results 1 – 3 of 3) sorted by relevance
55 static char *strspace; /* string space for evaluation */ variable167 strspace = xalloc(strsize+1, NULL); in initspaces()168 ep = strspace; in initspaces()169 endest = strspace+strsize; in initspaces()188 memcpy(newstrspace, strspace, strsize/2); in enlarge_strspace()191 mstack[i].sstr = (mstack[i].sstr - strspace) in enlarge_strspace()193 ep = (ep-strspace) + newstrspace; in enlarge_strspace()194 free(strspace); in enlarge_strspace()195 strspace = newstrspace; in enlarge_strspace()196 endest = strspace + strsize; in enlarge_strspace()
336 char *strspace; member
2247 sargs.strspace = (char *)&SLPinfo->dls_serpath[smeta.dls_cnt]; in gethints()2252 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt]; in gethints()4418 s_entry->dls_name = arg->strspace; in fill_search_info()4421 strncpy(arg->strspace, dir, dirlen); in fill_search_info()4422 arg->strspace[dirlen] = '\0'; in fill_search_info()4424 arg->strspace += dirlen + 1; in fill_search_info()4468 args.strspace = (char *)&info->dls_serpath[_info.dls_cnt]; in do_search_info()