Lines Matching full:service
3 static void bar ( void*(*service)(int,int) )7 service(1, 'h');8 service(1, 'e');9 service(1, 'l');10 service(1, 'l');11 service(1, 'o');12 service(1, '\n');15 void entry ( void*(*service)(int,int) )17 bar(service);18 service(0,0);