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/opencv3/modules/ts/misc/
Dtable_formatter.py278 cell.wspace = sum([col.minwidth for col in columns[i:i + colspan]]) + colspan - 1
311 width = cell.wspace
/external/pcre/dist/doc/
Dpcre.txt4115 int wspace[20];
4125 wspace, /* working space vector */