Searched refs:SLOP (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y1215 # define SLOP 128 /* enough space to hold most source lines */
1299 emalloc(buf, char *, len + SLOP, "get_src_buf");
1300 lexptr_begin = buf + SLOP;
1305 * Here, we retain the current source line (up to length SLOP)
1318 if (linelen > SLOP)
1319 linelen = SLOP;
1320 thisline = buf + SLOP - linelen;
1322 lexeme = buf + SLOP - offset;
1325 n = read(fd, buf + SLOP, len);
1347 lexptr = buf + SLOP;
[all...]
H A Dawkgram.c3054 # define SLOP 128 /* enough space to hold most source lines */
3138 emalloc(buf, char *, len + SLOP, "get_src_buf");
3139 lexptr_begin = buf + SLOP;
3144 * Here, we retain the current source line (up to length SLOP)
3157 if (linelen > SLOP)
3158 linelen = SLOP;
3159 thisline = buf + SLOP - linelen;
3161 lexeme = buf + SLOP - offset;
3164 n = read(fd, buf + SLOP, len);
3186 lexptr = buf + SLOP;
3050 # define SLOP macro
[all...]

Completed in 60 milliseconds