HomeSort by: relevance | last modified time | path
    Searched refs:nums (Results 1 - 20 of 20) sorted by relevancy

  /src/usr.bin/tput/
tput.c 150 long nums[TPARM_MAX]; local in function:process
170 nums[i] = strtol(*argv, &tmp, 0);
172 (nums[i] == LONG_MIN || nums[i] == LONG_MAX)) ||
173 (errno != 0 && nums[i] == 0) ||
182 (piss[i - 1] ? (long)strs[i - 1] : nums[i - 1]) : 0)
  /src/lib/libterminfo/
genman 56 numcaps=$(gentab $TERMH $TERMC nums)
compile.c 110 obuf = tic->nums.buf;
112 entries = tic->nums.entries;
113 tic->nums.buf = NULL;
114 tic->nums.entries = tic->nums.buflen = tic->nums.bufpos = 0;
119 !_ti_encode_buf_id_num(&tic->nums, ind, num,
390 (sizeof(uint16_t) * 2) + tic->nums.bufpos +
407 _ti_encode_buf(&cap, &tic->nums);
717 _ti_find_cap(tic, &tic->nums, 'n', ind) != NULL
    [all...]
ti.c 81 if (!VALID_NUMERIC(term->nums[ind]))
83 return term->nums[ind];
term.h 236 #define t_bit_image_entwining(t) (t)->nums[TICODE_bitwin]
237 #define t_bit_image_type(t) (t)->nums[TICODE_bitype]
238 #define t_buffer_capacity(t) (t)->nums[TICODE_bufsz]
239 #define t_buttons(t) (t)->nums[TICODE_btns]
240 #define t_columns(t) (t)->nums[TICODE_cols]
241 #define t_dot_horz_spacing(t) (t)->nums[TICODE_spinh]
242 #define t_dot_vert_spacing(t) (t)->nums[TICODE_spinv]
243 #define t_init_tabs(t) (t)->nums[TICODE_it]
244 #define t_label_height(t) (t)->nums[TICODE_lh]
245 #define t_label_width(t) (t)->nums[TICODE_lw
1937 int *nums; member in struct:__anona33762cb0108
    [all...]
term_private.h 122 int *nums; member in struct:__anon386157850208
173 TBUF nums; member in struct:__anon386157850408
tparm.c 54 long nums[20]; member in struct:__anon229c9d520108
67 if (stack->offset >= sizeof(stack->nums)) {
71 stack->nums[stack->offset] = num;
90 *num = stack->nums[stack->offset];
term.c 97 if (allocset(&term->nums, -1, TINUMMAX+1, sizeof(*term->nums)) == -1)
146 term->nums[ind] = _ti_decode_num(&cap, rtype);
147 if (flags == 0 && !VALID_NUMERIC(term->nums[ind]))
148 term->nums[ind] = ABSENT_NUMERIC;
curterm.c 139 free(oterm->nums);
termcap.c 120 if (!VALID_NUMERIC(cur_term->nums[te->ti]))
122 return cur_term->nums[te->ti];
  /src/sys/altq/
altq_wfq.h 117 int nums; /* number of queues */ member in struct:wfqstate
altq_wfq.c 146 new_wfqp->nums = DEFAULT_QSIZE;
154 for (i = 0; i < new_wfqp->nums; i++, queue++) {
247 return (&wfqp->queue[(*wfqp->hash_func)(&flow, wfqp->nums)]);
509 gqidp->qid = (*wfqp->hash_func)(&gqidp->flow, wfqp->nums);
526 if (swp->qid < 0 || swp->qid >= wfqp->nums)
547 if (gsp->qid < 0 || gsp->qid >= wfqp->nums)
575 if (cf->nqueues != wfqp->nums) {
585 wfqp->nums = cf->nqueues;
589 for (i = 0; i < wfqp->nums; i++, queue++) {
  /src/usr.bin/infocmp/
infocmp.c 249 if (VALID_NUMERIC(t->nums[i]) ||
250 (aflag && t->nums[i] == CANCELLED_NUMERIC))
254 ents[n++].num = t->nums[i];
478 if (t1->nums[i] != ABSENT_NUMERIC ||
479 t2->nums[i] != ABSENT_NUMERIC)
545 if (terms[j]->nums[i] == ABSENT_NUMERIC ||
546 terms[j]->nums[i] == CANCELLED_NUMERIC)
550 if (term->nums[i] == terms[j]->nums[i])
557 term->nums[i] = ABSENT_NUMERIC
    [all...]
  /src/usr.bin/tip/
cmds.c 719 int nums[3]; local in function:prtime
722 nums[i] = (int)(a % quant[i]);
727 if (nums[i] || (i == 0 && nums[1] == 0 && nums[2] == 0))
728 (void)printf("%d %s%c ", nums[i], sep[i],
729 nums[i] == 1 ? '\0' : 's');
  /src/usr.bin/tic/
tic.c 271 cap = utic->nums.buf;
272 for (n = utic->nums.entries; n > 0; n--) {
276 _ti_find_cap(rtic, &rtic->nums, 'n', ind) == NULL)
278 if (!_ti_encode_buf_id_num(&rtic->nums, ind, num,
380 if (dup_tbuf(&tic->nums, &rtic->nums) == -1)
399 free(tic->nums.buf);
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_pp_interface.h 166 uint32_t nums; member in struct:pp_states_info
  /src/usr.bin/m4/TEST/
test.m4 109 # include a square_root function for fixed nums
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pm.c 458 buf_len = snprintf(buf, PAGE_SIZE, "states: %d\n", data.nums);
459 for (i = 0; i < data.nums; i++)
501 for (i = 0; i < data.nums; i++) {
506 if (i == data.nums)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c 625 data->nums = hwmgr->num_ps;
amdgpu_smu.c 473 state_info->nums = 1;

Completed in 28 milliseconds