Lines Matching defs:line
46 /* A helper function to prepare the line reader and switch to a new state */
102 case STATE_READ_BANNER_1: /* reading the first banner line */
108 /* Check that first line starts with "Android Console:",
110 const char* line = asyncLineReader_getLine(acc->lreader);
111 if (line == NULL || memcmp(line, "Android Console:", 16)) {
114 /* ok, fine, prepare for the next banner line then */
120 case STATE_READ_BANNER_2: /* reading the second banner line */
126 const char* line = asyncLineReader_getLine(acc->lreader);
127 if (line == NULL) {