Searched defs:prompt (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dapreq_module_cgi.c116 /* prompt takes a apreq_handle and 2 strings - name and type - and prompts a
124 $n - name of the variable we're asking for (param 2 to prompt())
126 (param 3 to prompt())
135 testing of the default prompt & parentheses - issac
143 static char *prompt(apreq_handle_t *handle, const char *name, function
515 val = prompt(handle, name, "cookie");
559 val = prompt(handle, name, "parameter");
605 val = prompt(handle, name, "cookie");
637 val = prompt(handle, name, "parameter");
673 val = prompt(handl
[all...]

Completed in 21 milliseconds