Home | History | Annotate | Download | only in crec

Lines Matching refs:next_awtoken

82   altword_token *awtoken, *next_awtoken;
95 for (awtoken = batch->next_token; awtoken != AWTNULL; awtoken = next_awtoken)
97 next_awtoken = awtoken->next_token;