Searched refs:num_labels (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_labels.c32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) argument
46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
59 uint_t num_labels; local
61 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
64 if (num_labels == 0) {
69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
83 uint_t i, num_labels; local
88 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
91 if (num_labels == 0)
94 for (i = 0; i < num_labels;
[all...]
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursslk.cc50 int Soft_Label_Key_Set::num_labels = 0; member in class:Soft_Label_Key_Set
57 slk_array = new Soft_Label_Key[num_labels];
58 for(int i=0; i < num_labels; i++) {
83 num_labels = (fmt>=PC_Style?12:8);
98 if (i<1 || i>num_labels)
122 for(int i=1; i <= num_labels; i++) {
H A Dcursslk.h105 static int NCURSES_IMPEXP num_labels; // Number Of Labels in Key Sets member in class:Soft_Label_Key_Set
170 inline int labels() const { return num_labels; }
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_slkrefr.c41 #include <term.h> /* num_labels, label_*, plab_norm */
77 if (num_labels > 0 && SLK_STDFMT(fmt)) {
78 if (i < num_labels) {
101 if (num_labels > 0) {
H A Dlib_slk.c46 #include <term.h> /* num_labels, label_*, plab_norm */
94 SP->_slk->maxlab = ((num_labels > 0)
95 ? num_labels
97 SP->_slk->maxlen = ((num_labels > 0)
H A Dlib_newterm.c176 if (slk_format && num_labels > 0 && SLK_STDFMT(slk_format))
H A Dlib_set_term.c567 if (!(num_labels <= 0 || !SLK_STDFMT(slk_format)))
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DCaps.keys272 num_labels nlab num Nl - - ----- number of labels on screen

Completed in 88 milliseconds