Home
last modified time | relevance | path

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

/external/libedit/src/
Dtokenizer.c80 Char *wspace; /* Space of word buffer */ in TYPE() local
130 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 …]
/external/openssh/
Dmisc.c168 int wspace = 0; in strdelim() local
193 wspace = 1; in strdelim()
198 if (*s[0] == '=' && !wspace) in strdelim()
/external/pcre/dist/doc/
Dpcre.txt4104 int wspace[20];
4114 wspace, /* working space vector */