Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/port/
H A Dex_unix.c58 const char *specialchars = (contcmd ? "%#!\n" : "%#!"); in unix0() local
90 if (any(peekchar(), specialchars)) { in unix0()