Home
last modified time | relevance | path

Searched refs:oldcur (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dpost.c145 _movecurrent(MENU *m, ITEM *oldcur) in _movecurrent() argument
147 if (oldcur != Current(m)) { in _movecurrent()
148 _move_post_item(m, oldcur); in _movecurrent()
H A Daffect.c46 ITEM *oldcur; in _affect_change() local
64 oldcur = Current(m); in _affect_change()
75 _movecurrent(m, oldcur); in _affect_change()
/illumos-gate/usr/src/cmd/mailx/
H A Dmyfopen.c102 del1(NODE *oldcur) in del1() argument
107 if (cur == oldcur) { in del1()
114 if (curptr == oldcur) in del1()
116 free(oldcur); in del1()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c512 ENVELOPE *oldcur = CurEnv; local
712 CurEnv = oldcur;