Lines Matching refs:str
65 struct str { /* struct representing a node structure */ struct
75 static struct str *nodestr[MAXTYPES]; /* type of structure used by the node */ argument
77 static struct str str[MAXTYPES]; /* the structures */ variable
78 static struct str *curstr; /* current structure */
132 struct str *sp; in parsenode()
142 for (sp = str ; sp < str + nstr ; sp++) { in parsenode()
146 if (sp >= str + nstr) { in parsenode()
217 struct str *sp; in output()
232 for (sp = str ; sp < &str[nstr] ; sp++) { in output()
241 for (sp = str ; sp < &str[nstr] ; sp++) { in output()
295 struct str *sp; in outfunc()
311 for (sp = str ; sp < &str[nstr] ; sp++) { in outfunc()
374 struct str *sp; in outencode()
381 for (sp = str ; sp < &str[nstr] ; sp++) { in outencode()
418 struct str *sp; in outdecode()
428 for (sp = str ; sp < &str[nstr] ; sp++) { in outdecode()