OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
tokenizer.c
89
Char *wptr, *
wmax
; /* Space and limit on the word buffer */
local in function:TYPE
148
tok->
wmax
= tok->wspace + WINCR;
407
if (tok->wptr >= tok->
wmax
- 4) {
408
size_t size = (size_t)(tok->
wmax
- tok->wspace + WINCR);
424
tok->
wmax
= s + size;
tokenizer.c
89
Char *wptr, *
wmax
; /* Space and limit on the word buffer */
local in function:TYPE
148
tok->
wmax
= tok->wspace + WINCR;
407
if (tok->wptr >= tok->
wmax
- 4) {
408
size_t size = (size_t)(tok->
wmax
- tok->wspace + WINCR);
424
tok->
wmax
= s + size;
Completed in 21 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025