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

/openbsd-current/usr.bin/rdist/
H A Dchild.c132 CHILD *newc; local
134 newc = xmalloc(sizeof *newc);
136 newc->c_name = xstrdup(child->c_name);
137 newc->c_readfd = child->c_readfd;
138 newc->c_pid = child->c_pid;
139 newc->c_state = child->c_state;
140 newc->c_next = NULL;
142 return(newc);
/openbsd-current/usr.bin/tmux/
H A Dgrid.c863 grid_string_cells_add_code(char *buf, size_t len, u_int n, int *s, int *newc, argument
874 memcmp(newc, oldc, nnewc * sizeof newc[0]) == 0)
876 if (reset && (newc[0] == 49 || newc[0] == 39))
885 xsnprintf(tmp, sizeof tmp, "%d;", newc[i]);
887 xsnprintf(tmp, sizeof tmp, "%d", newc[i]);
929 int oldc[64], newc[64], s[128]; local
993 nnewc = grid_string_cells_fg(gc, newc);
995 grid_string_cells_add_code(buf, len, n, s, newc, old
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c1089 struct cmd_list_element *c, *newc, *oldc, *hookc = 0;
1164 newc = add_cmd (comname, class_user, user_defined_command,
1167 newc->user_commands = cmds;
1176 hookc->hook_pre = newc; /* Target gets hooked. */
1177 newc->hookee_pre = hookc; /* We are marked as hooking target cmd. */
1180 hookc->hook_post = newc; /* Target gets hooked. */
1181 newc->hookee_post = hookc; /* We are marked as hooking target cmd. */
1086 struct cmd_list_element *c, *newc, *oldc, *hookc = 0; local
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_fat.c575 uint32_t bn, bo, bsize, byteoffset, readcn, newc; local
598 newc = --count > 0 ? start : fillwith;
604 readcn |= newc & 0xfff;
607 readcn |= newc << 4;
615 putushort(&bp->b_data[bo], newc);
621 readcn |= newc & pmp->pm_fatmask;
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c628 u_long bn, bo, bsize, byteoffset, readcn, newc; local
649 newc = --count > 0 ? start : fillwith;
655 readcn |= newc & 0xfff;
658 readcn |= newc << 4;
666 putushort((char *)bp->b_data + bo, newc);
672 readcn |= newc & pmp->pm_fatmask;
/openbsd-current/sys/dev/rasops/
H A Drasops.c1630 int newc = scr->rs_bs[off+srcofs].uc; local
1633 if (scr->rs_bs[off].uc == newc &&
1636 scr->rs_bs[off].uc = newc;
1638 rc = ri->ri_putchar(ri, row, col, newc, newa);

Completed in 262 milliseconds