Searched refs:num_labels (Results 1 – 13 of 13) sorted by relevance
| /freebsd-9-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_labels.c | 32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) in extract_label_info() argument 46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info() 59 uint_t num_labels; in ctf_label_topmost() local 61 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_topmost() 64 if (num_labels == 0) { in ctf_label_topmost() 69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost() 83 uint_t i, num_labels; in ctf_label_iter() local 88 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_iter() 91 if (num_labels == 0) in ctf_label_iter() 94 for (i = 0; i < num_labels; i++, ctlp++) { in ctf_label_iter()
|
| /freebsd-9-stable/contrib/ncurses/ncurses/base/ |
| D | lib_slkrefr.c | 77 if (num_labels > 0 && SLK_STDFMT(fmt)) { in slk_intern_refresh() 78 if (i < num_labels) { in slk_intern_refresh() 101 if (num_labels > 0) { in slk_intern_refresh()
|
| D | lib_slk.c | 94 SP->_slk->maxlab = ((num_labels > 0) in _nc_slk_initialize() 95 ? num_labels in _nc_slk_initialize() 97 SP->_slk->maxlen = ((num_labels > 0) in _nc_slk_initialize()
|
| D | lib_newterm.c | 176 if (slk_format && num_labels > 0 && SLK_STDFMT(slk_format)) in newterm()
|
| D | lib_set_term.c | 567 if (!(num_labels <= 0 || !SLK_STDFMT(slk_format))) in _nc_setupscreen()
|
| /freebsd-9-stable/contrib/ncurses/ |
| D | TO-DO | 109 for them (num_labels > 0, label_height, label_width, label_format, label_off,
|
| /freebsd-9-stable/contrib/gcc/ |
| D | reload1.c | 377 static int num_labels; variable 821 num_labels = max_label_num () - first_label_num; in reload() 827 offsets_known_at = XNEWVEC (char, num_labels); in reload() 828 …offsets_at = (HOST_WIDE_INT (*)[NUM_ELIMINABLE_REGS]) xmalloc (num_labels * NUM_ELIMINABLE_REGS * … in reload() 3456 memset (offsets_known_at, 0, num_labels); in set_initial_label_offsets()
|
| /freebsd-9-stable/contrib/ncurses/include/ |
| D | Caps.uwin | 263 num_labels nlab num Nl - - ----- number of labels on screen
|
| D | Caps.aix4 | 270 num_labels nlab num Nl - - ----- number of labels on screen
|
| D | Caps.keys | 272 num_labels nlab num Nl - - ----- number of labels on screen
|
| D | Caps.hpux11 | 272 num_labels nlab num Nl - - ----- number of labels on screen
|
| D | Caps | 270 num_labels nlab num Nl - - ----- number of labels on screen
|
| D | Caps.osf1r5 | 288 num_labels nlab num Nl - - ----- number of labels on screen
|