MCPcopy Create free account
hub / github.com/boostorg/build / regc

Function regc

v2/engine/regexp.c:680–687  ·  view source on GitHub ↗

- regc - emit (if appropriate) a byte of code */

Source from the content-addressed store, hash-verified

678 - regc - emit (if appropriate) a byte of code
679 */
680static void
681regc( int b )
682{
683 if (regcode != &regdummy)
684 *regcode++ = b;
685 else
686 regsize++;
687}
688
689/*
690 - reginsert - insert an operator in front of already-emitted operand

Callers 2

regcompFunction · 0.85
regatomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected