Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dtokenizer.c91 Char *wspace; /* Space of word buffer */ in TYPE() local
141 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace)); in TYPE()
142 if (tok->wspace == NULL) { in TYPE()
148 tok->wmax = tok->wspace + WINCR; in TYPE()
149 tok->wstart = tok->wspace; in TYPE()
150 tok->wptr = tok->wspace; in TYPE()
166 tok->wstart = tok->wspace; in FUN()
167 tok->wptr = tok->wspace; in FUN()
181 tok_free(tok->wspace); in FUN()
408 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR); in FUN()
[all …]
/freebsd/crypto/openssh/
H A Dmisc.c448 int wspace = 0; in strdelim_internal() local
474 wspace = 1; in strdelim_internal()
479 if (split_equals && *s[0] == '=' && !wspace) in strdelim_internal()