Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c277 char pfun[BUFSIZ]; in find_fun() local
284 (void) sscanf(value, "%1023s", pfun); in find_fun()
286 if (strcmp(pfun, parentfun) == 0) { in find_fun()