Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_io.c51 short isalt; variable
82 wasalt = (isalt > 0) ? isalt-1 : 0; in filename()
83 isalt = 0; in filename()
H A Dex_cmds2.c361 extern short isalt; /* defined in ex_io.c */ in next()
368 isalt = (strcmp(altfile, args)==0) + 1; in next()