/src/usr.bin/mail/ |
complete.h | 46 el_mode_t filec; member in struct:el_modes_s
|
mime_detach.c | 100 fname = my_gets(&elm.filec, prompt, pathname);
|
complete.c | 1235 .filec = { .el = NULL, .hist = NULL, }, 1258 elm.filec = init_el_mode(mode, file_complete, keys, 0);
|
mime_attach.c | 882 line = get_line(&elm.filec, "filename", ap->a_name, attach_num); 935 line = get_line(&elm.filec, "filename", "", attach_num);
|
/src/usr.bin/patch/ |
patch.c | 135 static int filec = 0; /* how many file arguments? */ variable in typeref:typename:int 442 filec = 0; 561 if (++filec == MAXFILEC) 563 filearg[filec] = savestr(optarg); 622 if (++filec == MAXFILEC) 624 filearg[filec] = savestr(*Argv++);
|
/src/bin/csh/ |
csh.h | 124 #ifdef FILEC 125 extern int filec; /* doing filename expansion */
|
set.c | 148 #ifdef FILEC 150 filec = 1; 548 #ifdef FILEC 550 filec = 0;
|
file.c | 41 #ifdef FILEC 106 * completion by default. Filec controls completion, nobeep controls 109 int filec = 0; variable in typeref:typename:int 725 #endif /* FILEC */
|
lex.c | 1379 /* was 'short' for FILEC */ 1417 #ifdef FILEC 1424 #else /* FILEC */ 1427 #endif /* !FILEC */ 1474 #ifdef FILEC 1476 if ((editing || filec) && intty) { 1513 #ifdef FILEC 1525 #ifdef FILEC 1531 #ifndef FILEC 1534 if (filec && !intty [all...] |