Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c116 tagflg = 0;
156 tagflg = 0;
504 tagflg = 0; in serror()
H A Dex_cmds.c826 tagflg = 1; /* :tag command */
829 tagflg = 0;
1054 if (!tagflg) {
H A Dex.c156 tagflg = 0; in main()
331 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