| /src/external/bsd/ipf/dist/tools/ |
| ipnat.c | 86 void showhostmap __P((natstat_t *nsp)); 112 natstat_t ns, *nsp; local 117 nsp = &ns; 219 obj.ipfo_size = sizeof(*nsp); 220 obj.ipfo_ptr = (void *)nsp; 231 natstat_dead(nsp, kernel); 233 dostats(fd, nsp, opts, 0, natfilter); 243 dostats(fd, nsp, opts, 1, natfilter); 252 void natstat_dead(nsp, kernel) 253 natstat_t *nsp; [all...] |
| /src/lib/libcurses/ |
| curses.c | 87 nschar_t *xnp = x->nsp, *ynp = y->nsp; 129 _cursesi_copy_nsp(src->nsp, dest); 144 tnp = ch->nsp; 168 if (ch->nsp) { 169 __cursesi_free_nsp(ch->nsp); 170 ch->nsp = NULL; 209 __cursesi_free_nsp(sp->nsp);
|
| add_wchstr.c | 182 np = tp->nsp; 226 np = lp->nsp; 233 lp->nsp = NULL; 246 np->next = lp->nsp; 247 lp->nsp = np; 255 np = lp->nsp; 262 lp->nsp = NULL; 280 np->next = lp->nsp; 281 lp->nsp = np; 291 win->alines[win->cury]->line[i].nsp); [all...] |
| fileio.c | 56 __putnsp(nschar_t *nsp, FILE *fp) 61 while (nsp != NULL) { 64 if (fwrite(&nsp->ch, sizeof(wchar_t), 1, fp) != 1) 120 if (sp->nsp != NULL) { 136 __getnsp(nschar_t *nsp, FILE *fp) 143 onsp = nsp; 147 __cursesi_free_nsp(nsp); 151 __cursesi_free_nsp(nsp); 158 __cursesi_free_nsp(nsp); 227 if (sp->nsp != NULL) [all...] |
| border.c | 312 np = win->alines[i]->line[j].nsp; 319 win->alines[i]->line[j].nsp = NULL; 331 np->next = win->alines[i]->line[j].nsp; 332 win->alines[i]->line[j].nsp 357 np = win->alines[i]->line[j].nsp; 364 win->alines[i]->line[j].nsp = NULL; 374 np->next = win->alines[i]->line[j].nsp; 375 win->alines[i]->line[j].nsp 420 np = win->alines[0]->line[i + j].nsp; 427 win->alines[0]->line[i + j].nsp = NULL [all...] |
| refresh.c | 681 __CTRACE(__CTRACE_REFRESH, " nsp:"); 684 win->alines[i]->line[j].nsp); 806 curscr->alines[i]->line[j].nsp, 811 _cursesi_screen->__virtscr->alines[i]->line[j].nsp); 820 putattr(__LDATA *nsp) 832 , nsp->attr 840 off = (~nsp->attr & curscr->wattr) 892 __set_color(curscr, nsp->attr & __COLOR); 894 on = (nsp->attr & ~curscr->wattr) 1003 putattr_out(__LDATA *nsp) 1148 __LDATA *nsp, *csp, *cp, *cep, *fsp; local [all...] |
| ins_wch.c | 161 np = temp1->nsp; 168 temp1->nsp = NULL; 184 start->nsp = NULL; 194 np->next = start->nsp; 195 start->nsp = np; 199 start->ch, start->attr, start->nsp); 205 temp1->nsp = NULL;
|
| delch.c | 124 np = temp1->nsp; 131 temp1->nsp = NULL;
|
| addbytes.c | 433 np->next = lp->nsp; 434 lp->nsp = np; 533 if (lp->nsp) { 534 __cursesi_free_nsp(lp->nsp); 535 lp->nsp = NULL; 564 np->next = lp->nsp; 568 lp->nsp = np; 572 "_cursesi_addwchar: non-spacing list header: %p\n", lp->nsp); 581 if (tp->nsp) { 582 __cursesi_free_nsp(tp->nsp); [all...] |
| cur_hash.c | 79 for (np = cp->nsp; np != NULL; np = np->next)
|
| in_wch.c | 97 np = lp->nsp;
|
| insstr.c | 171 np = temp1->nsp; 178 temp1->nsp = NULL;
|
| ins_wstr.c | 310 win->alines[y]->line[i].nsp); 356 win->alines[y]->line[i].nsp); 390 win->alines[y]->line[i].nsp);
|
| /src/sys/dev/pckbport/ |
| synaptics.c | 1287 struct synaptics_packet nsp; local 1296 memcpy(&nsp, &packet, sizeof(packet)); 1299 nsp.sp_w = ((psc->packet[0] & 0x30) >> 2) 1307 (nsp.sp_w == SYNAPTICS_WIDTH_EXTENDED_W)) { 1319 nsp.sp_secondary = 1; 1321 nsp.sp_sx = ((psc->packet[1] & 0xfe) << 1) 1323 nsp.sp_sy = ((psc->packet[2] & 0xfe) << 1) 1325 nsp.sp_sz = (psc->packet[3] & 0x30) 1333 if (((nsp.sp_sx != 0) && 1334 ((nsp.sp_sx < synaptics_edge_left) | [all...] |
| /src/external/bsd/nvi/dist/vi/ |
| vs_split.c | 625 SCR *nsp; local 638 nsp = vs_getbg(sp, np); 641 if (vs_swap(sp, &nsp, np)) 644 if ((*nspp = nsp) == NULL) { 654 TAILQ_REMOVE(&gp->hq, nsp, q); 657 if (vs_split(sp, nsp, 0)) { 658 TAILQ_INSERT_TAIL(&gp->hq, nsp, q); 680 SCR *nsp; local 686 if (vs_discard(sp, &nsp)) 688 if (nsp == NULL) 720 SCR *nsp, *list[2]; local 937 SCR *nsp; local [all...] |
| /src/external/bsd/nvi/dist/ex/ |
| ex_screen.c | 56 SCR *nsp; local 60 if (vs_fg(sp, &nsp, cmdp->argc ? cmdp->argv[0]->bp : NULL, newscreen)) 65 sp->nextdisp = nsp;
|
| /src/external/bsd/less/dist/ |
| pattern.c | 299 static int match_pattern1(PATTERN_TYPE pattern, char *tpattern, char *line, int line_len, char **sp, char **ep, int nsp, int notbol, int search_type) 307 matched = match(tpattern, strlen(tpattern), line, line_len, &sp, &ep, nsp); 341 if (ecount >= nsp) 342 ecount = nsp-1; 372 ecount = nsp-1; 391 pcre2_match_data *md = pcre2_match_data_create(nsp-1, NULL); 399 int ecount = nsp-1; 447 public int match_pattern(PATTERN_TYPE pattern, char *tpattern, char *line, int line_len, char **sp, char **ep, int nsp, int notbol, int search_type) 449 int matched = match_pattern1(pattern, tpattern, line, line_len, sp, ep, nsp, notbol, search_type);
|
| /src/games/fortune/strfile/ |
| strfile.c | 159 char *nsp; local 205 for (nsp = sp; !isalnum((unsigned char)*nsp); nsp++) 209 if (Iflag && isupper((unsigned char)*nsp)) 210 fp->first = tolower((unsigned char)*nsp); 212 fp->first = *nsp;
|
| /src/games/hunt/hunt/ |
| playit.c | 243 char *sp, *nsp; local 260 nsp = inp; 262 if ((*nsp = map_key[(unsigned char)*sp]) == 'q') 265 nsp++; 266 count = nsp - inp;
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_nametbl.c | 35 _dwarf_nametbl_cleanup(Dwarf_NameSec *nsp) 41 assert(nsp != NULL); 42 if ((ns = *nsp) == NULL) 57 *nsp = NULL;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| eloop.h | 75 const struct timespec *usp, unsigned int *nsp);
|
| /src/external/mpl/dhcp/dist/common/ |
| print.c | 42 char *buf, *nsp; local 57 nsp = buf; 60 *nsp++ = ' '; 62 sprintf (nsp, "\\%03o", 64 nsp += 4; 66 *nsp++ = '\\'; 67 *nsp++ = *sp; 69 *nsp++ = *sp; 71 *nsp++ = 0; 80 char *buf, *nsp; local [all...] |
| /src/usr.bin/elf2aout/ |
| elf2aout.c | 463 char *newstrings, *nsp; local 485 nsp = newstrings; 514 off = (size_t)(nsp - newstrings); 528 nsp = newstrings + off; 532 *nsp = '_'; 533 strcpy(nsp + 1, oldstrings + inbuf[i].st_name); 534 outbuf[i].n_un.n_strx = nsp - newstrings + 4; 535 nsp += len;
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| generic-morestack.c | 913 char *nsp; local 977 nsp = (char *) segment->old_stack; 979 if (nsp == NULL) 987 nsp -= 12 * sizeof (void *); 989 nsp -= 6 * sizeof (void *); 992 nsp -= 2 * 160; 994 nsp -= 2 * 96; 999 *next_sp = (void *) nsp;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| generic-morestack.c | 913 char *nsp; local 977 nsp = (char *) segment->old_stack; 979 if (nsp == NULL) 987 nsp -= 12 * sizeof (void *); 989 nsp -= 6 * sizeof (void *); 992 nsp -= 2 * 160; 994 nsp -= 2 * 96; 999 *next_sp = (void *) nsp;
|