構造体定義書 仕様書作成ツール【A HotDocument】

re_guts

構文構文

struct re_guts

ファイル名ファイル名

regex2.h

構造体情報構造体情報

No. 名称 属性説明
1
re_guts   
  magic int  
  strip   malloced area for strip
  csetsize int number of bits in a cset vector
  ncsets int number of csets in use
  sets cset * -> cset [ncsets]
  setbits uch * -> uch[csetsize][ncsets/CHAR_BIT]
  cflags int copy of regcomp() cflags argument
  nstates sopno = number of sops
  firststate sopno the initial OEND (normally 0)
  laststate sopno the final OEND
  iflags int internal flags
  nbol   number of ^ used
  neol int number of $ used
  ncategories int how many character categories
  categories cat_t * ->catspace[-CHAR_MIN]
  must char * match must contain this string
  mlen int length of must
  nsub size_t copy of re_nsub
  backrefs int does it use back references?
  nplus sopno how deep does it nest +s?
  catspace[1] cat_t actually [NC]

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー