Home
last modified time | relevance | path

Searched refs:nfunc (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/lib/libedit/
Dmap.c926 el->el_map.nfunc = EL_NUM_FCNS; in map_init()
1130 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_key()
1165 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_some_keys()
1296 ep = &el->el_map.help[el->el_map.nfunc]; in map_bind()
1398 int nf = el->el_map.nfunc + 1; in map_addfunc()
1411 nf = el->el_map.nfunc; in map_addfunc()
1417 el->el_map.nfunc++; in map_addfunc()
Dmap.h60 int nfunc; /* The number of functions/help items */ member
Dread.c520 if ((unsigned int)cmdnum >= (unsigned int)el->el_map.nfunc) { /* BUG CHECK command */ in el_gets()
/freebsd-9-stable/contrib/ntp/libntp/
Dntp_calendar.c103 systime_func_ptr nfunc in ntpcal_set_timefunc() argument
109 if (NULL == nfunc) in ntpcal_set_timefunc()
110 nfunc = &time; in ntpcal_set_timefunc()
111 systime_func = nfunc; in ntpcal_set_timefunc()
/freebsd-9-stable/contrib/binutils/binutils/
Ddlltool.c728 static int nfunc (const void *, const void *);
2929 nfunc (const void *a, const void *b) in nfunc() function
2972 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc); in process_duplicates()
3121 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc); in mangle_defs()