Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c239 Lex_t savelex; in lexfill() local
242 savelex = *lp; in lexfill()
248 lp->lex = savelex.lex; in lexfill()
249 lp->lexd = savelex.lexd; in lexfill()
254 memcpy(lp, &savelex, offsetof(Lex_t,lexd)); in lexfill()