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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Ddiff.c143 TOK_EOF = 1 << 10, /* File ended */ enumerator in enum:__anon35252
179 /* If t == EOF (-1), set both TOK_EOF and TOK_EOL */
180 tok |= (t & (TOK_EOF + TOK_EOL));
214 , tok & TOK_EOF ? " EOF" : ""
458 if (tok & TOK_EOF) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Ddiff.c143 TOK_EOF = 1 << 10, /* File ended */ enumerator in enum:__anon322
179 /* If t == EOF (-1), set both TOK_EOF and TOK_EOL */
180 tok |= (t & (TOK_EOF + TOK_EOL));
214 , tok & TOK_EOF ? " EOF" : ""
458 if (tok & TOK_EOF) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Ddiff.c143 TOK_EOF = 1 << 10, /* File ended */ enumerator in enum:__anon1227
179 /* If t == EOF (-1), set both TOK_EOF and TOK_EOL */
180 tok |= (t & (TOK_EOF + TOK_EOL));
214 , tok & TOK_EOF ? " EOF" : ""
458 if (tok & TOK_EOF) {

Completed in 130 milliseconds