Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c164 int lastsub; in arith_exec() local
253 lastsub = node.nosub; in arith_exec()
281 node.nosub = lastsub; in arith_exec()
H A Dinit.c178 int lastsub[2]; member
863 mp->lastsub[0] = mp->lastsub[1] = -1; in sh_setmatch()
881 if(sub==mp->lastsub[!i]) in get_match()
883 else if(sub==mp->lastsub[i]) in get_match()
898 mp->lastsub[i] = sub; in get_match()