Searched refs:num_labels (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/common/ctf/ |
H A 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()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | slk_start.c | 152 (num_labels >= num)) { in _init_slk_func()
|
H A D | caps | 95 num_labels, "nlab" "Nl" # of labels on screen (start at 1)
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 114 num_labels nlab Nl number # of labels on screen (start at 1)
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 114 num_labels nlab Nl number # of labels on screen (start at 1)
|