Lines Matching defs:user

421    where directory the user was in when he did the compilation step that
661 /* Return true if the given filename designates a file that the user has
662 read access to and for which the user has write access to the containing
700 include files, and (b) files which the user doesn't have write access to,
701 and (c) files which reside in directories which the user doesn't have
1632 This comparison will fail if (for instance) the user was playing
2367 find_extern_def (const def_dec_info *head, const def_dec_info *user)
2389 if (dd_p->is_func_def && !dd_p->is_static && dd_p->file == user->file)
2399 user's own code. */
2424 user's own code. */
2485 the user about! */
2489 const char *file = user->file->hash_entry->symbol;
2495 Why not just use user->ansi_decl without copying? */
2496 char *needed = alloca (strlen (user->ansi_decl) + 1);
2499 strcpy (needed, user->ansi_decl);
2500 p = strstr (needed, user->hash_entry->symbol)
2501 + strlen (user->hash_entry->symbol) + 2;
2509 shortpath (NULL, file), user->line,
2515 shortpath (NULL, file), user->line,
2516 user->hash_entry->symbol);
2529 find_static_definition (const def_dec_info *user)
2531 const def_dec_info *head = user->hash_entry->ddip;
2537 if (dd_p->is_func_def && dd_p->is_static && (dd_p->file == user->file))
2547 shortpath (NULL, user->file->hash_entry->symbol));
2553 shortpath (NULL, user->file->hash_entry->symbol));
2591 nonetheless has its own prototype already (obviously supplied by the user)
2594 Note that when/if there are multiple user-supplied prototypes already
2610 When looking for the matching function definition, warn the user if we
2637 When looking for the matching function definition, warn the user if we
3955 gentle way of prodding the user to convert his "system"
3965 /* Let the user know what we are up to. */