Searched refs:lvars (Results 1 – 1 of 1) sorted by relevance
/external/svox/pico/lib/ |
D | picopr.c | 1993 pr_OutItemVarPtr lvars; in pr_getOutput() local 2007 lvars = NULL; in pr_getOutput() 2048 … lvar = pr_findVariable(lvars,pr_attrVal(with__0->rnetwork, with__0->rtok, PR_TSEVar)); in pr_getOutput() 2051 lvar->next = lvars; in pr_getOutput() 2053 lvars = lvar; in pr_getOutput() 2065 lvar = pr_findVariable(lvars,pr_attrVal(with__0->rnetwork, with__0->rtok, PR_TSEVar)); in pr_getOutput() 2068 lvar->next = lvars; in pr_getOutput() 2070 lvars = lvar; in pr_getOutput() 2102 …r, with__0->rnetwork,pr_attrVal(with__0->rnetwork, with__0->rtok, PR_TSEOut),lvars,& (*o),& (*ol)); in pr_getOutput()
|