Home
last modified time | relevance | path

Searched defs:isnext (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/abaco/
H A Dwind.c283 wingohist(Window *w, int isnext) in wingohist()
H A Dexec.c209 go(Text *et, Text *t, int isnext, int, Rune *, int) in go() argument
/plan9/sys/src/cmd/awk/
H A Dawk.h169 #define isnext(n) ((n)->csub == JNEXT) macro