Searched refs:filec (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/tests/util/xlint/lint1/
H A Dd_nested_structs.c13 el_mode_t filec; member in struct:el_modes_s
20 .filec = { .el = 0, .hist = 0, },
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcomplete.h46 el_mode_t filec; member in struct:el_modes_s
H A Dmime_detach.c100 fname = my_gets(&elm.filec, prompt, pathname);
H A Dcomplete.c1224 .filec = { .el = NULL, .hist = NULL, },
1247 elm.filec = init_el_mode(mode, file_complete, keys, 0);
H A Dmime_attach.c880 line = get_line(&elm.filec, "filename", ap->a_name, attach_num);
933 line = get_line(&elm.filec, "filename", "", attach_num);
/netbsd-6-1-5-RELEASE/usr.bin/patch/
H A Dpatch.c134 static int filec = 0; /* how many file arguments? */ variable
428 filec = 0;
545 if (++filec == MAXFILEC)
547 filearg[filec] = savestr(optarg);
606 if (++filec == MAXFILEC)
608 filearg[filec] = savestr(*Argv++);
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dset.c175 filec = 1;
499 filec = 0;
H A Dcsh.h127 extern int filec; /* doing filename expansion */
H A Dfile.c109 int filec = 0; variable
H A Dlex.c1445 if (filec && intty) {
1488 if (filec && !intty)

Completed in 134 milliseconds