Searched refs:nspp (Results 1 – 2 of 2) sorted by relevance
74 const u_char *nspp; in decnet_print() local139 nspp = &(ap[sizeof(short) + sizeof(struct longhdr)]); in decnet_print()147 nspp = &(ap[sizeof(short) + sizeof(struct shorthdr)]); in decnet_print()168 if (!print_nsp(nspp, nsplen)) in decnet_print()413 print_nsp(const u_char *nspp, u_int nsplen) in print_nsp() argument415 const struct nsphdr *nsphp = (struct nsphdr *)nspp; in print_nsp()434 struct seghdr *shp = (struct seghdr *)nspp; in print_nsp()470 dp = &(nspp[data_off]); in print_nsp()480 struct seghdr *shp = (struct seghdr *)nspp; in print_nsp()516 dp = &(nspp[data_off]); in print_nsp()[all …]
614 vs_fg(SCR *sp, SCR **nspp, CHAR_T *name, int newscreen) in vs_fg() argument635 if ((*nspp = nsp) == NULL) { in vs_fg()705 vs_swap(SCR *sp, SCR **nspp, char *name) in vs_swap() argument713 if ((*nspp = nsp = vs_getbg(sp, name)) == NULL) in vs_swap()