Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c2416 register struct optimize *op,*opnext; in sh_optclear() local
2417 for(op=(struct optimize*)shp->optlist; op; op = opnext) in sh_optclear()
2419 opnext = op->next; in sh_optclear()