Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_cmds2.c77 endcmd(int ch) in endcmd() function
424 if (!endcmd(c)) in donewline()
538 return (endcmd(peekchar()) && peekchar() != '"'); in skipend()
H A Dex_cmdsub.c644 while (!iswhite(peekchar()) && !endcmd(peekchar()))
650 if (!endcmd(peekchar()))
657 if (!endcmd(c))
1547 } else if (endcmd(c) && c!='"') { in mapcmd()
1568 } else if (endcmd(c) && c!='"') { in mapcmd()
H A Dex_io.c77 if (endcmd(d)) { in filename()
197 if (endcmd(c) && c != '"') in getargs()
208 if (endcmd(c) && c != '"') in getargs()
H A Dex_set.c390 return (iswhite(peekchar()) || endcmd(peekchar())); in setend()
H A Dex_unix.c202 if (c == '"' || c == '|' || (contread > 0) || !endcmd(c)) { in unix0()
H A Dex_cmds.c465 if (endcmd(c))
H A Dex_re.c315 if (endcmd(seof) || any(seof, "gcr")) { in compsub()