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

/ast/src/cmd/ksh93/sh/
H A Dlex.c236 Lex_t savelex; local
239 savelex = *lp;
245 lp->lex = savelex.lex;
246 lp->lexd = savelex.lexd;
251 memcpy(lp, &savelex, offsetof(Lex_t,lexd));

Completed in 35 milliseconds