HomeSort by: relevance | last modified time | path
    Searched defs:editors (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
edit.c 376 char *editors = fileattr_get0 (finfo->file, "_editors"); local
377 if (editors)
385 editors_output (finfo->fullname, editors);
388 error (0, 0, "Skipping file `%s' due to existing editors.",
392 free (editors);
883 /* Print out information on current editors if we were called during an
888 char *editors = fileattr_get0 (filename, "_editors"); local
889 if (editors)
902 editors_output (tmp, editors);
905 free (editors);
1188 editors (int argc, char **argv) function
    [all...]
commit.c 1000 char *editors = NULL; local
1003 editors = fileattr_get0 (finfo->file, "_editors");
1004 if (editors != NULL)
1010 p = editors;
1038 free (editors);

Completed in 17 milliseconds