Home
last modified time | relevance | path

Searched refs:pushfile (Results 1 – 7 of 7) sorted by relevance

/trueos/bin/sh/
HDinput.c107 static void pushfile(void);
421 pushfile(); in setinputfd()
443 pushfile(); in setinputstring()
459 pushfile(void) in pushfile() function
/trueos/contrib/texinfo/makeinfo/
HDfiles.h37 extern void pushfile (void);
HDfiles.c283 pushfile (void) in pushfile() function
HDmacro.c875 pushfile (); in me_execute_string()
HDcmds.c1685 pushfile (); in handle_include()
HDmakeinfo.c3977 pushfile ();
/trueos/sbin/pfctl/
HDparse.y89 struct file *pushfile(const char *, int);
531 if ((nfile = pushfile($2, 0)) == NULL) {
5633 pushfile(const char *name, int secret) in pushfile() function
5699 if ((file = pushfile(filename, 0)) == NULL) { in parse_config()