Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
GMatchState Struct Reference

Data Fields

const char * src
 
const char * p
 
const char * lastmatch
 
MatchState ms
 

Detailed Description

Definition at line 665 of file lua-5.3.6/src/lstrlib.c.

Field Documentation

◆ lastmatch

const char * GMatchState::lastmatch

Definition at line 668 of file lua-5.3.6/src/lstrlib.c.

Referenced by gmatch(), gmatch(), gmatch_aux(), and gmatch_aux().

◆ ms

MatchState GMatchState::ms

Definition at line 669 of file lua-5.3.6/src/lstrlib.c.

Referenced by gmatch(), gmatch(), gmatch_aux(), and gmatch_aux().

◆ p

const char * GMatchState::p

Definition at line 667 of file lua-5.3.6/src/lstrlib.c.

Referenced by gmatch(), gmatch(), gmatch_aux(), and gmatch_aux().

◆ src

const char * GMatchState::src

Definition at line 666 of file lua-5.3.6/src/lstrlib.c.

Referenced by gmatch(), gmatch(), gmatch_aux(), and gmatch_aux().


The documentation for this struct was generated from the following files: