Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c10692 #define CHKEOFMARK 0x8 macro
11930 checkkwd = CHKEOFMARK; in parsefname()
12548 if (checkkwd & CHKEOFMARK) { in readtoken1()
12770 if ((checkkwd & CHKEOFMARK) in readtoken1()