Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_main.c482 while ( (def = get_definition()) ) { in c_output()
606 while ( (def = get_definition()) ) { in h_output()
720 while ( (def = get_definition()) ) { in s_output()
759 while ( (def = get_definition()) ) { in l_output()
783 while ( (def = get_definition()) ) { in t_output()
818 while ( (def = get_definition()) ) { in svc_output()
854 while ( (def = get_definition()) ) { in clnt_output()
H A Drpc_parse.h185 definition *get_definition(void);
H A Drpc_parse.c59 get_definition(void) in get_definition() function