Searched refs:FEVAL_ENOENTOK (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/bash/builtins/
H A Devalfile.c59 #define FEVAL_ENOENTOK 0x001 macro
117 if (((flags & FEVAL_ENOENTOK) == 0) || errno != ENOENT)
292 flags = FEVAL_ENOENTOK;
309 flags = FEVAL_ENOENTOK|FEVAL_HISTORY|FEVAL_REGFILE;

Completed in 35 milliseconds