Lines Matching defs:list
52 "[f:files|file-list?\afile\a contains list of file names, one per line, that"
55 "[l:list?The loaded \amagic\a files are listed and then \bfile\b exits.]"
69 "[q:quiet|silent?Do not list matching \b--pattern\b files.]"
184 Sfio_t* list = 0;
215 list = sfstdin;
216 else if (!(list = sfopen(NiL, opt_info.arg, "r")))
272 if (!list && !*argv)
273 list = sfstdin;
274 if (list)
275 while (p = sfgetr(list, '\n', 1))