Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ex/
H A Dex_tty.h193 var bool anyabbrs; /* true if abbr or unabbr has been done */ variable
H A Dex_cmds.c156 anyabbrs = 1;
652 anyabbrs = 1;
H A Dex_vops2.c701 if (anyabbrs && gcursor > ogcursor && !wordch(cstr) && wordch(gcursor-1)) {