Lines Matching refs:full_path
533 const char *full_path;
624 FULL_PATH is NULL if the script wasn't found.
630 const char *name, const char *full_path,
651 + (full_path != NULL ? (strlen (full_path) + 1) : 0)));
655 if (full_path != NULL)
658 strcpy (p, full_path);
659 (*slot)->full_path = p;
662 (*slot)->full_path = NULL;
701 (*slot)->full_path = NULL;
927 ext_lang_name (language), opened->full_path.get (),
930 if (!file_is_auto_load_safe (opened->full_path.get ()))
949 (opened ? opened->full_path.get (): NULL),
955 opened->full_path.get ());
1210 if (script->full_path != NULL
1211 && strcmp (script->name, script->full_path) != 0)
1214 uiout->field_string ("full_path", script->full_path);