HomeSort by: relevance | last modified time | path
    Searched refs:WRITE_OK (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xedit/dist/
xedit.c 261 case WRITE_OK:
288 if (exists && file_access == WRITE_OK) {
443 0, WRITE_OK);
commands.c 248 if (file_access == WRITE_OK && exists) {
294 case WRITE_OK:
452 case WRITE_OK:
482 if (exists && file_access == WRITE_OK) {
util.c 214 return(WRITE_OK);
228 return(WRITE_OK);
314 else if (nitem->file_access == WRITE_OK)
406 else if (item->file_access == WRITE_OK)
xedit.h 67 typedef enum {NO_READ, READ_OK, WRITE_OK} FileAccess;
tags.c 200 (file_access == READ_OK || file_access == WRITE_OK))

Completed in 7 milliseconds