Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmakeinfo.c3365 char *txtpath = NULL; in cm_image() local
3376 txtpath = get_file_info_in_path (txtname, in cm_image()
3378 if (txtpath != NULL) in cm_image()
3379 image_file = fopen (txtpath, "r"); in cm_image()
3458 free (txtpath); in cm_image()