Searched refs:sp0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dtc.func.c95 expand_lex(const struct wordent *sp0, int from, int to) argument
105 if (!sp0 || (sp = sp0->next) == sp0 || sp == (sp0 = sp0->prev))
135 if (sp == sp0)
145 sprlex(const struct wordent *sp0) argument
147 return expand_lex(sp0, 0, INT_MAX);
H A Dsh.lex.c225 prlex(struct wordent *sp0) argument
227 struct wordent *sp = sp0->next;
232 if (sp == sp0)
/freebsd-13-stable/lib/libc/stdlib/
H A Dradixsort.c135 stack s[SIZE], *sp, *sp0, *sp1, temp; local
185 sp0 = sp1 = sp; /* Stack position of biggest bin. */
206 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
234 stack s[512], *sp, *sp0, *sp1, temp; local
263 sp0 = sp1 = sp;
287 swap(*sp0, *sp1, temp);
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt.c3003 mpt2host_config_page_scsi_port_0(CONFIG_PAGE_SCSI_PORT_0 *sp0) argument
3006 MPT_2_HOST32(sp0, Capabilities);
3007 MPT_2_HOST32(sp0, PhysicalInterface);

Completed in 75 milliseconds