/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)
|
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/ |
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];
|
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_private.h | 122 int *nums; member in struct:__anon386157850208 173 TBUF nums; member in struct:__anon386157850408
|
term_private.h | 122 int *nums; member in struct:__anon386157850208 173 TBUF nums; member in struct:__anon386157850408
|
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.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...] |
/src/sys/altq/ |
altq_wfq.h | 117 int nums; /* number of queues */ member in struct:wfqstate
|
altq_wfq.h | 117 int nums; /* number of queues */ member in struct:wfqstate
|
/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');
|
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/sys/external/bsd/drm2/dist/drm/amd/include/ |
kgd_pp_interface.h | 166 uint32_t nums; member in struct:pp_states_info
|
kgd_pp_interface.h | 166 uint32_t nums; member in struct:pp_states_info
|