Lines Matching refs:or
17 /* First, we deal with platform-specific or compiler-specific issues. */
32 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
270 * Returns the top of the stack, or NULL.
277 * NULL or when we need an lvalue. For internal use only.
558 * This program is free software; you can redistribute it and/or
561 * License, or (at your option) any later version.
565 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
585 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
705 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
1056 /* We're scanning a new file or input source. It's
1555 /* Initializes or reinitializes a buffer.
1557 * such as during a yyrestart() or at EOF.
1570 * called from yyrestart() or through yy_get_next_buffer.
1571 * In that case, we don't want to reset the lineno or column.