Home
last modified time | relevance | path

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

/system/core/sh/
Dinit.c277 #undef EOFMARKLEN
278 #define EOFMARKLEN 79 macro
569 #undef EOFMARKLEN
570 #define EOFMARKLEN 79 macro
857 #undef EOFMARKLEN
858 #define EOFMARKLEN 79 macro
Dparser.c70 #define EOFMARKLEN 79 macro
656 if (! noexpand(wordtext) || (i = strlen(wordtext)) == 0 || i > EOFMARKLEN) in parsefname()
913 char line[EOFMARKLEN + 1]; in readtoken1()