Searched refs:Hey (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dhey.cpp66 // Hey(target,const char*,reply) was previously limited to 100 tokens. It
114 status_t Hey(BMessenger* target, const char* arg, BMessage* reply);
116 status_t Hey(BMessenger* target, char* argv[], int32* argx, int32 argc, BMessage* reply);
162 status_t err = Hey(&the_application, argv, &argx, argc, &the_reply);
335 const char* prompt = "Hey";
349 err = Hey(&target, command, &reply);
362 Hey(BMessenger* target, const char* arg, BMessage* reply) function
399 status_t ret = Hey(target, (char **)argv.Items(), &argx, argv.CountItems() - 1, reply);
400 // This used to be "return Hey(...);"---so tokens wasn't delete'd.
421 Hey(BMessenge function
[all...]

Completed in 23 milliseconds