Searched refs:rematch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dshmatch.c54 SHELL_VAR *rematch; local
63 rematch = (SHELL_VAR *)NULL;
95 rematch = make_new_array_variable ("BASH_REMATCH");
96 amatch = array_cell (rematch);
109 VSETATTR (rematch, att_readonly);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp5362 bool rematch = false; local
5371 rematch = (__private->matchedMode != oldfb->__private->setupMode);
5372 if (rematch)
5374 DEBG1(thisName, " rematch using %d x %d\n",
5384 if (rematch)

Completed in 176 milliseconds