Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk/
H A Dlib.c52 static size_t fields_size = LINE_INCR;
157 init_buf(&buf, &bufsize, LINE_INCR); in readrec()
776 amt = (amt / LINE_INCR + 1) * LINE_INCR; in r_expand_buf()
H A Drun.c402 init_buf(&buf, &len, LINE_INCR); in getaline()
432 init_buf(&buf, &bsize, LINE_INCR); in array()
479 init_buf(&buf, &bsize, LINE_INCR); in delete()
516 init_buf(&buf, &bsize, LINE_INCR); in intest()
794 init_buf(&buf, &bufsize, LINE_INCR); in format()
795 init_buf(&fmt, &fmtsize, LINE_INCR); in format()
1751 init_buf(&buf, &bsize, LINE_INCR); in sub()
1819 init_buf(&buf, &bsize, LINE_INCR); in gsub()
H A Dtran.c77 init_buf(&record, &record_size, LINE_INCR); in syminit()
462 init_buf(&cbuf, &cbufsz, LINE_INCR); in qstring()
H A Dawk.h68 #define LINE_INCR 256 macro
H A Db.c248 init_buf(&chars, &bsize, LINE_INCR); in cclenter()