Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EFLAGS (0.35 sec)

  1. src/regexp/testdata/testregex.c

    			if (nexec >= 0)
    			{
    				eret = regnexec(&preg, s, nexec, nmatch, match, eflags);
    				s[nexec] = 0;
    			}
    			else
    #endif
    			{
    				if (!(test & TEST_CATCH))
    					eret = regexec(&preg, s, nmatch, match, eflags);
    				else if (!(eret = setjmp(state.gotcha)))
    				{
    					alarm(HUNG);
    					eret = regexec(&preg, s, nmatch, match, eflags);
    					alarm(0);
    				}
    			}
    #if _REG_subcomp
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
Back to top