Searched refs:ctoken (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmacro.c1443 const cpp_token *ctoken; local
1447 ctoken = _cpp_lex_token (pfile);
1449 if (ctoken->type == CPP_OPEN_PAREN && !(ctoken->flags & PREV_WHITE))
1470 else if (ctoken->type != CPP_EOF && !(ctoken->flags & PREV_WHITE))
1481 switch (ctoken->type)
1492 ctoken->val.str.text[0]) == NULL)
1510 *token = *ctoken;

Completed in 114 milliseconds