Searched refs:wspace (Results 1 – 3 of 3) sorted by relevance
80 Char *wspace; /* Space of word buffer */ in TYPE() local130 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace)); in TYPE()131 if (tok->wspace == NULL) { in TYPE()137 tok->wmax = tok->wspace + WINCR; in TYPE()138 tok->wstart = tok->wspace; in TYPE()139 tok->wptr = tok->wspace; in TYPE()155 tok->wstart = tok->wspace; in FUN()156 tok->wptr = tok->wspace; in FUN()170 tok_free(tok->wspace); in FUN()397 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR); in FUN()[all …]
168 int wspace = 0; in strdelim() local193 wspace = 1; in strdelim()198 if (*s[0] == '=' && !wspace) in strdelim()
4104 int wspace[20];4114 wspace, /* working space vector */