Lines Matching refs:pLast
971 SbiExpression* pLast = NULL; in SbiParameters() local
1047 if( !pLast ) in SbiParameters()
1048 pFirst = pLast = pExpr; in SbiParameters()
1050 pLast->pNext = pExpr, pLast = pExpr; in SbiParameters()
1113 SbiExpression *pExpr1, *pExpr2, *pLast = NULL; in SbiDimList() local
1127 if( !pLast ) in SbiDimList()
1130 pLast->pNext = pExpr1; in SbiDimList()
1131 pLast = pExpr2; in SbiDimList()
1141 if( !pLast ) in SbiDimList()
1142 pFirst = pLast = pExpr1; in SbiDimList()
1144 pLast->pNext = pExpr1, pLast = pExpr1; in SbiDimList()