Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_cmds2.c118 tagflg = 0;
158 tagflg = 0;
506 tagflg = 0; in serror()
H A Dex_cmds.c824 tagflg = 1; /* :tag command */
827 tagflg = 0;
1052 if (!tagflg) {
H A Dex.c156 tagflg = 0; in main()
330 itag = tagflg = 1; /* -t option */ in main()
H A Dex_unix.c115 if (!tagflg) in unix0()
H A Dex.h212 var bool tagflg; /* set for -t option and :tag command */ variable