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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.func.c99 expand_lex(const struct wordent *sp0, int from, int to) argument
109 if (!sp0 || (sp = sp0->next) == sp0 || sp == (sp0 = sp0->prev))
133 if (sp == sp0)
143 sprlex(const struct wordent *sp0) argument
145 return expand_lex(sp0, 0, INT_MAX);
H A Dsh.lex.c224 prlex(struct wordent *sp0) argument
226 struct wordent *sp = sp0->next;
231 if (sp == sp0)
/freebsd-9.3-release/lib/libc/stdlib/
H A Dradixsort.c143 stack s[SIZE], *sp, *sp0, *sp1, temp; local
193 sp0 = sp1 = sp; /* Stack position of biggest bin. */
214 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
245 stack s[512], *sp, *sp0, *sp1, temp; local
274 sp0 = sp1 = sp;
298 swap(*sp0, *sp1, temp);
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.c3002 mpt2host_config_page_scsi_port_0(CONFIG_PAGE_SCSI_PORT_0 *sp0) argument
3005 MPT_2_HOST32(sp0, Capabilities);
3006 MPT_2_HOST32(sp0, PhysicalInterface);

Completed in 61 milliseconds