Searched refs:new_token (Results 1 – 3 of 3) sorted by relevance
7617 struct intel_token new_token; in intel_get_token() local7619 new_token.code = T_NIL; in intel_get_token()7620 new_token.reg = NULL; in intel_get_token()7621 new_token.str = NULL; in intel_get_token()7637 cur_token = new_token; in intel_get_token()7643 new_token.str = (char *) xmalloc (strlen (intel_parser.op_string) + 1); in intel_get_token()7644 new_token.str[0] = '\0'; in intel_get_token()7648 char *p = new_token.str; in intel_get_token()7650 new_token.code = T_CONST; in intel_get_token()7662 new_token.code = T_ID; in intel_get_token()[all …]
558 struct macro_buffer dest_tail, new_token; in append_tokens_without_splicing() local586 if (get_token (&new_token, &dest_tail) in append_tokens_without_splicing()587 && (new_token.text + new_token.len in append_tokens_without_splicing()607 if (get_token (&new_token, &dest_tail) in append_tokens_without_splicing()608 && (new_token.text + new_token.len in append_tokens_without_splicing()
582 const char *new_token; in svn_repos_fs_lock_many() local588 err = svn_repos__hooks_pre_lock(repos, hooks_env, &new_token, path, in svn_repos_fs_lock_many()600 if (*new_token) in svn_repos_fs_lock_many()601 svn_fs_lock_target_set_token(target, new_token); in svn_repos_fs_lock_many()