Searched refs:stubs (Results 1 – 5 of 5) sorted by relevance
42 --stubs=*)43 stubs=yes90 if test -z "$stubs"; then97 …cat $proto | awk -v extname=$extname -v stubs=$stubs -v stubfile=$stubfile -v xml=$xml -v full_xml…100 if test -z "$stubs"; then249 if test -z "$stubs" && test -z "$no_help"; then260 if test -z "$stubs"; then281 if test -z "$no_help" && test -z "$stubs"; then
256 if (!stubs) print "" > extname "/function_warning"263 if (stubs) {274 if (stubs) {
87 If present it will be filled into the 'proto' header comments in the stubs115 --stubs=file118 stubs with function value declarations and passed argument handling, and
390 esyscmd(./build/config-stubs sapi)1028 # reading config stubs1029 esyscmd(./build/config-stubs ext)
398 stub_list *stubs; member2069 list_item->next = common->stubs; in add_stub()2070 common->stubs = list_item; in add_stub()2077 stub_list *list_item = common->stubs; in flush_stubs()2086 common->stubs = NULL; in flush_stubs()
Completed in 49 milliseconds