Home
last modified time | relevance | path

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

/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c1802 #define LV_FMT "\n\037\nLocal Variables:\ncoding: %s\nEnd:\n" in info_trailer() macro
1803 char *lv = xmalloc (sizeof (LV_FMT) + strlen (encoding)); in info_trailer()
1804 sprintf (lv, LV_FMT, encoding); in info_trailer()