Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zic/
H A Dzic.c99 static void dolink(const char *fromfield, const char *tofield);
594 dolink(fromfield, tofield) in dolink() argument
596 const char * const tofield;
608 if (tofield[0] == '/')
609 toname = ecpyalloc(tofield);
613 toname = ecatalloc(toname, tofield);
631 const char *s = tofield;