Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Dmatch.c141 char buf[NLINE]; in displaymatch()
H A Dfile.c314 line = malloc(NLINE); in insertfile()
317 linesize = NLINE; in insertfile()
H A Ddef.h22 #define NLINE 256 /* Length, line. */ macro