Home | History | Annotate | Download | only in sh

Lines Matching refs:fn

165 				nodeptr ) fn=calcsize;;
166 nodelist ) fn=sizenodelist;;
167 string ) fn="funcstringsize += strlen"
171 echo " ${fn}(n->$struct.$name${cl};"
199 nodeptr ) fn="copynode(";;
200 nodelist ) fn="copynodelist(";;
201 string ) fn="nodesavestr(";;
202 int ) fn=;;
206 echo " new->$f = ${fn}n->$f${fn:+)};"