Searched refs:__SS_PROTO (Results 1 – 3 of 3) sorted by relevance
16 #define __SS_PROTO (int, const char * const *, int, void *) macro19 #define __SS_PROTO () macro24 void (* __SS_CONST function) __SS_PROTO; /* foo */38 void (*unknown) __SS_PROTO; /* call for unknown command */48 void ss_help __SS_PROTO; variable49 void ss_list_requests __SS_PROTO; variable50 void ss_quit __SS_PROTO; variable
94 void ss_self_identify __SS_PROTO; variable95 void ss_subsystem_name __SS_PROTO; variable96 void ss_subsystem_version __SS_PROTO; variable97 void ss_unimplemented __SS_PROTO; variable
47 printf "extern void %s __SS_PROTO;\n", subr > outfile