Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dmisc.c343 static const char line_fmt[] = "#line %d \"%s\"\n"; in line_directive_out() local
367 snprintf (directive, sizeof(directive), line_fmt, linenum, filename); in line_directive_out()
369 snprintf (directive, sizeof(directive), line_fmt, 0, filename); in line_directive_out()