Home
last modified time | relevance | path

Searched refs:includeline (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dinterp.c185 struct includeline struct
187 struct includeline *next; argument
200 struct includeline *script, *se, *sp; in include() argument
225 sp = malloc(sizeof(struct includeline) + strlen(cp) + 1); in include()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1632 struct includeline struct
1634 struct includeline *next; argument
1642 struct includeline *script, *se, *sp; in include() argument
1673 sp = malloc(sizeof (struct includeline) + strlen(cp) + 1); in include()