Searched refs:wspace (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtokenizer.c80 Char *wspace; /* Space of word buffer */ local
130 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace));
131 if (tok->wspace == NULL) {
137 tok->wmax = tok->wspace + WINCR;
138 tok->wstart = tok->wspace;
139 tok->wptr = tok->wspace;
155 tok->wstart = tok->wspace;
156 tok->wptr = tok->wspace;
170 tok_free((ptr_t) tok->wspace);
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dtokenizer.c80 Char *wspace; /* Space of word buffer */ local
130 tok->wspace = tok_malloc(WINCR * sizeof(*tok->wspace));
131 if (tok->wspace == NULL) {
137 tok->wmax = tok->wspace + WINCR;
138 tok->wstart = tok->wspace;
139 tok->wptr = tok->wspace;
155 tok->wstart = tok->wspace;
156 tok->wptr = tok->wspace;
170 tok_free(tok->wspace);
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtokenizer.c70 char *wspace; /* Space of word buffer */ member in struct:tokenizer
120 tok->wspace = (char *) tok_malloc(WINCR);
121 if (tok->wspace == NULL) {
127 tok->wmax = tok->wspace + WINCR;
128 tok->wstart = tok->wspace;
129 tok->wptr = tok->wspace;
145 tok->wstart = tok->wspace;
146 tok->wptr = tok->wspace;
160 tok_free((ptr_t) tok->wspace);
387 size_t size = tok->wmax - tok->wspace
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmisc.c166 int wspace = 0; local
191 wspace = 1;
196 if (*s[0] == '=' && !wspace)
/macosx-10.9.5/ruby-104/ruby/enc/unicode/
H A Dname2ctype.h.blt26340 char uniname2ctype_pool_str798[sizeof("wspace")];
26984 "wspace",
H A Dname2ctype.h26340 char uniname2ctype_pool_str798[sizeof("wspace")];
26984 "wspace",

Completed in 439 milliseconds