Home
last modified time | relevance | path

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

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