HomeSort by: relevance | last modified time | path
    Searched refs:pushfile (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
files.h 39 extern void pushfile (void);
files.c 288 pushfile (void)
285 pushfile (void) function
macro.c 882 pushfile ();
cmds.c 1689 pushfile ();
makeinfo.c 3998 pushfile ();
  /src/bin/sh/
input.c 111 STATIC void pushfile(void);
562 pushfile();
587 pushfile();
601 * To handle the "." command, a stack of input files is used. Pushfile
606 pushfile(void) function
611 ("pushfile(): fd=%d buf=%p nl=%d ll=%d \"%.*s\" plinno=%d\n",
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.h 185 int pushfile(const usch *fname, const usch *fn, int idx, void *incs);
cpp.c 327 if (pushfile(fn1, fn2, 0, NULL))
570 if (pushfile(nm, fn, SYSINC, NULL) == 0)
598 if (pushfile(nm, fn, i, w->next) == 0)
700 if (fn[0] == '/' && pushfile(fn, fn, 0, NULL) == 0)
714 if (pushfile(nm, nm, 0, NULL) == 0) {
token.c 914 pushfile(const usch *file, const usch *fn, int idx, void *incs) function
scanner.l 462 pushfile(usch *file)
  /src/external/mpl/bind/dist/lib/dns/
master.c 191 pushfile(const char *master_file, dns_name_t *origin, dns_loadctx_t *lctx);
1212 result = pushfile(include_file,
1425 result = pushfile(include_file, new_name, lctx);
2168 pushfile(const char *master_file, dns_name_t *origin, dns_loadctx_t *lctx) { function
  /src/external/mpl/dhcp/bind/dist/lib/dns/
master.c 199 pushfile(const char *master_file, dns_name_t *origin, dns_loadctx_t *lctx);
1260 result = pushfile(include_file,
1475 result = pushfile(include_file, new_name, lctx);
2197 pushfile(const char *master_file, dns_name_t *origin, dns_loadctx_t *lctx) { function

Completed in 40 milliseconds