Searched refs:newc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h252 extern void Char_ins P_((char *line, char *attrib, int newc, int newatt, int offset, int maxlen));
255 extern void Char_out P_((int newc, int newatt, char *line, char *attrib, int offset));
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-script.c1077 struct cmd_list_element *c, *newc, *oldc, *hookc = 0;
1152 newc = add_cmd (comname, class_user, user_defined_command,
1155 newc->user_commands = cmds;
1164 hookc->hook_pre = newc; /* Target gets hooked. */
1165 newc->hookee_pre = hookc; /* We are marked as hooking target cmd. */
1168 hookc->hook_post = newc; /* Target gets hooked. */
1169 newc->hookee_post = hookc; /* We are marked as hooking target cmd. */
1074 struct cmd_list_element *c, *newc, *oldc, *hookc = 0; local
/freebsd-11-stable/sys/dev/iicbus/
H A Dds3231.c193 int error, conv, newc; local
200 newc = conv = (sc->sc_ctrl & DS3231_CTRL_CONV) ? 1 : 0;
201 error = sysctl_handle_int(oidp, &newc, 0, req);
204 if (conv == 0 && newc != 0) {
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_fat.c572 u_long bn, bo, bsize, byteoffset, readcn, newc; local
595 newc = --count > 0 ? start : fillwith;
601 readcn |= newc & 0xfff;
604 readcn |= newc << 4;
612 putushort(&bp->b_data[bo], newc);
618 readcn |= newc & pmp->pm_fatmask;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c513 int newc; local
520 for (int c = newc = 0; c < oldc; c++)
522 newc++;
524 if (newc > 0) {
525 newchild = kmem_alloc(newc * sizeof (vdev_t *), KM_SLEEP);
527 for (int c = newc = 0; c < oldc; c++) {
529 newchild[newc] = cvd;
530 cvd->vdev_id = newc++;
539 pvd->vdev_children = newc;
1186 uint64_t newc local
[all...]

Completed in 260 milliseconds