Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/common/
H A Dmain.c78 char *tag_f, *wsizearg, path[256]; in editor() local
111 tag_f = wsizearg = NULL; in editor()
206 tag_f = optarg; in editor()
348 if (tag_f != NULL) { in editor()
349 CHAR2INT(sp, tag_f, strlen(tag_f) + 1, w, wlen); in editor()