Home
last modified time | relevance | path

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

/dflybsd-src/contrib/byacc/
H A Dreader.c2150 Value_t *offsets = NULL, maxoffset; in compile_arg() local
2153 maxoffset = 0; in compile_arg()
2159 maxoffset++; in compile_arg()
2161 if (maxoffset > 0) in compile_arg()
2165 offsets = TCMALLOC(Value_t, maxoffset + 1); in compile_arg()
2193 else if (val > maxoffset) in compile_arg()
2196 i = val - maxoffset; in compile_arg()
2198 else if (maxoffset > 0) in compile_arg()
2244 if (maxoffset > 0) in compile_arg()
2255 Value_t *offsets = NULL, maxoffset = 0; in can_elide_arg() local
[all …]