Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zic/
H A Dzic.c99 static void dolink(const char *fromfield, const char *tofield);
594 dolink(fromfield, tofield) in dolink() argument
595 const char * const fromfield; in dolink()
601 if (fromfield[0] == '/')
602 fromname = ecpyalloc(fromfield);
606 fromname = ecatalloc(fromname, fromfield);