Searched refs:eprog (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/uucp-11/uucp/
H A Dtstuu.c933 FILE *eprog;
935 eprog = xfopen ("/usr/tmp/tstuu/Chat1", "w");
938 fprintf (eprog, "sleep 2\n");
939 fprintf (eprog,
941 fprintf (eprog, "echo test1\n");
942 fprintf (eprog, "exit 0\n");
944 xfclose (eprog);
991 FILE *eprog;
1031 eprog = xfopen ("/usr/tmp/tstuu/Chat2", "w");
1033 fprintf (eprog,
931 FILE *eprog; local
989 FILE *eprog; local
[all...]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzutil.c249 Eprog eprog = NULL; local
254 eprog = parse_string(zjoin(vals, ' ', 1), 0);
257 if (!eprog)
263 eprog = dupeprog(eprog, 0);
275 p->eval = eprog;
287 p->eval = eprog;
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h663 typedef struct eprog *Eprog;
694 struct eprog { struct
714 Eprog prog; /* the eprog executed */
H A Dparse.c214 * into the strs character array stored in the eprog struct shifted by
220 * Note also that in the eprog struct the pattern, code, and string
376 /* Build eprog. */
2531 mod_export struct eprog dummy_eprog;
3289 * definition for the function `name'. If so, return an eprog for it. */
3333 /* Found the name. If the file is already mapped, return the eprog,

Completed in 199 milliseconds