Lines Matching refs:request
34 * Gets the idx'th request from the request table pointed to
38 * pointer to request table
43 * pointer to request table entry
66 * If the command string in argv[0] is in the request table, execute
71 * pointer to request table
91 struct _ss_request_entry *request;
93 register ss_request_entry *request;
103 for (i = 0; (request = get_request(rqtbl, i))->command_names; i++) {
104 for (name = request->command_names; *name; name++)
106 info->current_request = request->command_names[0];
107 (request->function)(argc, (const char *const *) argv,
232 /* look it up in the request tables, execute if found */