HomeSort by relevance Sort by last modified time
    Searched refs:wspace (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
tokenizer.c 80 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...]
  /external/openssh/
misc.c 168 int wspace = 0; local
193 wspace = 1;
198 if (*s[0] == '=' && !wspace)

Completed in 74 milliseconds