lines            1092 ext/fileinfo/libmagic/softmagic.c 			size_t lines, linecnt, bytecnt;
lines            1123 ext/fileinfo/libmagic/softmagic.c 			for (lines = linecnt, b = buf; lines && b < end &&
lines            1128 ext/fileinfo/libmagic/softmagic.c 			     lines--, b++) {
lines            1133 ext/fileinfo/libmagic/softmagic.c 			if (lines)
lines            1790 ext/ftp/ftp.c  	size_t		lines;
lines            1829 ext/ftp/ftp.c  	lines = 0;
lines            1841 ext/ftp/ftp.c  				lines++;
lines            1851 ext/ftp/ftp.c  	ret = safe_emalloc((lines + 1), sizeof(char*), size);
lines            1854 ext/ftp/ftp.c  	text = (char*) (ret + lines + 1);
lines            3375 ext/imap/php_imap.c 	if (body->size.lines) {
lines            3376 ext/imap/php_imap.c 		add_property_long(return_value, "lines", body->size.lines);
lines            3689 ext/imap/php_imap.c 				bod->size.lines = Z_LVAL_P(pvalue);
lines            3793 ext/imap/php_imap.c 				bod->size.lines = Z_LVAL_P(pvalue);
lines            4605 ext/imap/php_imap.c 	if (body->size.lines) {
lines            4606 ext/imap/php_imap.c 		add_property_long(arg, "lines", body->size.lines);
lines              88 sapi/phpdbg/phpdbg.c 	pg->lines = phpdbg_get_terminal_height();
lines             319 sapi/phpdbg/phpdbg.h 	long lines;                                  /* max number of lines to display */
lines             201 sapi/phpdbg/phpdbg_io.c 		if (count % PHPDBG_G(lines) == 0) {
lines             215 sapi/phpdbg/phpdbg_io.c 	if (bytes && count % PHPDBG_G(lines) != 0) {
lines             231 sapi/phpdbg/phpdbg_io.c 	 && PHPDBG_G(lines) > 0) {
lines              42 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(lines,     "lists the specified lines",    'l', list_lines,  NULL, "l", PHPDBG_ASYNC_SAFE),
lines              49 sapi/phpdbg/phpdbg_list.c PHPDBG_LIST(lines) /* {{{ */
lines             151 sapi/phpdbg/phpdbg_list.c 	if (lastline > data->lines) {
lines             152 sapi/phpdbg/phpdbg_list.c 		lastline = data->lines;
lines             274 sapi/phpdbg/phpdbg_list.c 	dataptr->lines = ++line;
lines             342 sapi/phpdbg/phpdbg_list.c 	dataptr->lines = ++line;
lines              30 sapi/phpdbg/phpdbg_list.h PHPDBG_LIST(lines);
lines              53 sapi/phpdbg/phpdbg_list.h 	uint lines;
lines            1305 sapi/phpdbg/phpdbg_prompt.c 		return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS);
lines            1308 sapi/phpdbg/phpdbg_prompt.c 			return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS);
lines            1311 sapi/phpdbg/phpdbg_prompt.c 			return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS);
lines              46 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(lines,        "usage: set lines [<number>]",             'l', set_lines,        NULL, "|l", PHPDBG_ASYNC_SAFE),
lines              81 sapi/phpdbg/phpdbg_set.c PHPDBG_SET(lines) /* {{{ */
lines              84 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setlines", "active=\"%s\"", "Lines %ld", PHPDBG_G(lines));
lines              87 sapi/phpdbg/phpdbg_set.c 			PHPDBG_G(lines) = param->num;
lines              40 sapi/phpdbg/phpdbg_set.h PHPDBG_SET(lines);
lines             356 sapi/phpdbg/phpdbg_utils.c 	int lines;
lines             361 sapi/phpdbg/phpdbg_utils.c 	lines = csbi.srWindow.Bottom - csbi.srWindow.Top + 1;
lines             365 sapi/phpdbg/phpdbg_utils.c 	lines = ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_row : 40;
lines             367 sapi/phpdbg/phpdbg_utils.c 	lines = 40;
lines             369 sapi/phpdbg/phpdbg_utils.c 	return lines;