Home
last modified time | relevance | path

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

/external/mksh/src/
Dvar.c454 bool no_ro_check = tobool(error_ok & 0x4); in setstr() local
457 if ((vq->flag & RDONLY) && !no_ro_check) { in setstr()