Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c52 short isalt; variable
83 wasalt = (isalt > 0) ? isalt-1 : 0; in filename()
84 isalt = 0; in filename()
H A Dex_cmds2.c359 extern short isalt; /* defined in ex_io.c */ in next()
366 isalt = (strcmp(altfile, args)==0) + 1; in next()