Home
last modified time | relevance | path

Searched refs:headeronly (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/rpcgen/
H A Drpc_hout.c59 print_datadef(definition *def, int headeronly) in print_datadef() argument
82 pprogramdef(def, headeronly); in print_datadef()
99 print_funcdef(definition *def, int headeronly) in print_funcdef() argument
104 pprogramdef(def, headeronly); in print_funcdef()
266 pprogramdef(definition *def, int headeronly) in pprogramdef() argument
287 if (headeronly) { in pprogramdef()
H A Drpc_main.c471 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) in h_output() argument
510 print_datadef(def, headeronly); in h_output()
518 print_funcdef(l->val, headeronly); in h_output()
/dragonfly/games/phantasia/
H A Dmain.c86 bool headeronly = FALSE; /* set if only want header */ in main() local
101 headeronly = TRUE; in main()
150 if (headeronly) in main()