Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c399 char *nametk; /* hold temporary tokens from name */ in pfnote() local
429 while ((nametk = strtok(0, " ")) != NULL) in pfnote()
430 (void) strcat(name, nametk); in pfnote()