Home
last modified time | relevance | path

Searched refs:token0 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/mdocml/
HDtest-getsubopt.c29 char token0[] = "k"; in main() local
30 char *const tokens[] = { token0, NULL }; in main()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDexternals.c195 const char *token0; in svn_wc__parse_externals_description() local
264 token0 = line_parts[0]; in svn_wc__parse_externals_description()
267 token0_is_url = svn_path_is_url(token0); in svn_wc__parse_externals_description()
277 SVN_PROP_EXTERNALS, defining_directory_display, token0, token1); in svn_wc__parse_externals_description()
293 SVN_PROP_EXTERNALS, defining_directory_display, token0); in svn_wc__parse_externals_description()
307 token0, pool)); in svn_wc__parse_externals_description()
318 info->peg_rev_str = strrchr(token0, '@'); in svn_wc__parse_externals_description()
323 item->target_dir = token0; in svn_wc__parse_externals_description()