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

/freebsd-9.3-release/sys/ddb/
H A Ddb_variables.c44 { "radix", &db_radix, FCN_NULL },
45 { "maxoff", &db_maxoff, FCN_NULL },
46 { "maxwidth", &db_max_width, FCN_NULL },
47 { "tabstops", &db_tab_stop_width, FCN_NULL },
48 { "lines", &db_lines_per_page, FCN_NULL },
111 if (func == FCN_NULL) {
123 if (func == FCN_NULL) {
H A Ddb_variables.h50 #define FCN_NULL ((db_varfcn_t *)0) macro

Completed in 95 milliseconds