Lines Matching refs:files

7  * copy of this software and associated documentation files (the
1217 * in tecla configuration files.
1391 {"read-init-files", gl_read_init_files},
1509 {"^X^R", "read-init-files"},
1556 {"^X^R", "read-init-files"},
1704 {"M-^X^R", "read-init-files"},
5606 /* expanded files. */
5636 * If no files matched, report this as well.
5639 return gl_print_info(gl, "No files match.", GL_END_INFO);
5653 char *file = result->files[i];
5690 char *file = result->files[i];
5749 * If no files matched, report this as well.
5752 return gl_print_info(gl, "No files match.", GL_END_INFO);
6254 * If filesystem access is to be excluded, configuration files can't
6259 "Can't read configuration files without filesystem access",
6289 fp = fopen(expansion->files[0], "r");
6602 * If no files matched, report this as well.
6605 return gl_print_info(gl, "No files match.", GL_END_INFO);
6612 * Disallow input from anything but normal files. In principle we could
6613 * also support input from named pipes. Terminal files would be a problem
6614 * since we wouldn't know the terminal type, and other types of files
6617 } else if(!_pu_path_is_file(result->files[0])) {
6623 gl->file_fp = fopen(result->files[0], "r");
6625 return gl_print_info(gl, "Unable to open: ", result->files[0],
6643 result->files[0]);
6648 if(gl_print_info(gl, "<Taking input from ", result->files[0], ">",
8449 * Record the names of the configuration files to allow them to
8510 * Re-read any application-specific and user-specific files previously
8576 * If filesystem access is to be excluded, then history files can't
8598 if(_glh_save_history(gl->glh, expansion->files[0], comment, max_lines)) {
8657 * If filesystem access is to be excluded, then history files can't
8679 if(_glh_load_history(gl->glh, expansion->files[0], comment,
10874 * binding in tecla configuration files.
10878 * in tecla configuration files (eg. "M-^I").
11000 * binding in tecla configuration files.
11004 * configuration files (eg. "M-^I").