Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dmisc.c416 static const char *line_fmt = "#line %d \"%s\"\n"; in line_directive_out() local
440 snprintf(directive, sizeof(directive), line_fmt, linenum, filename); in line_directive_out()
442 snprintf(directive, sizeof(directive), line_fmt, 0, filename); in line_directive_out()