rpc_util.c | 77 static const char *toktostr(tok_kind); 303 error("Expected '%s'", toktostr(exp1)); 312 toktostr(exp1), 313 toktostr(exp2)); 322 toktostr(exp1), 323 toktostr(exp2), 324 toktostr(exp3)); 374 toktostr(tok_kind kind) function in typeref:typename:const char *
|