Home
last modified time | relevance | path

Searched refs:S_CHR (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/avanor/avanor-0.5.8/magic/
H A Dstats.h29 enum STATS {S_UNKNOWN = -1, S_STR, S_DEX, S_TOU, S_LEN, S_WIL, S_MAN, S_PER, S_CHR, S_EOF}; enumerator
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libpp/
H A Dppfsm.c96 { PROTO, { C_XXX }, S_CHR, },
354 { TOKEN, { '(', ')', '[', ']' }, S_CHR, },
355 { TOKEN, { '{', '}', ',', ';' }, S_CHR, },
356 { TOKEN, { '~', '?' }, S_CHR, },
H A Dppfsm.h195 #define S_CHR (TERMINAL+11) macro
H A Dppproto.c640 case S_CHR: in lex()
H A Dpplex.c268 case S_CHR: in ppcpp()
/dports/shells/ksh93/ast-93u/src/lib/libpp/
H A Dppfsm.c96 { PROTO, { C_XXX }, S_CHR, },
354 { TOKEN, { '(', ')', '[', ']' }, S_CHR, },
355 { TOKEN, { '{', '}', ',', ';' }, S_CHR, },
356 { TOKEN, { '~', '?' }, S_CHR, },
H A Dppfsm.h195 #define S_CHR (TERMINAL+11) macro
H A Dpplex.c268 case S_CHR: in ppcpp()
H A Dppproto.c640 case S_CHR: in lex()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libpp/
H A Dppfsm.c96 { PROTO, { C_XXX }, S_CHR, },
354 { TOKEN, { '(', ')', '[', ']' }, S_CHR, },
355 { TOKEN, { '{', '}', ',', ';' }, S_CHR, },
356 { TOKEN, { '~', '?' }, S_CHR, },
H A Dppfsm.h195 #define S_CHR (TERMINAL+11) macro
H A Dppproto.c643 case S_CHR: in lex()
H A Dpplex.c268 case S_CHR: in ppcpp()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxutils.cpp629 …enum { S_TOP, S_SKIP2NL, S_TOK, S_TYPE, S_SEC, S_CHR, S_VALUE, S_SECNAME, S_SECBASE, S_KEY } eStat… in Parse() enumerator
719 …n ) ) break; sToken[0] = '\0'; LOC_POP (); LOC_PUSH ( S_SEC ); LOC_PUSH ( S_CHR ); iCh = '{'; LOC_… in Parse()
725 if ( eState==S_CHR ) in Parse()
751 LOC_POP (); LOC_PUSH ( S_VALUE ); LOC_PUSH ( S_CHR ); iCh = '='; in Parse()
812 LOC_PUSH ( S_CHR ); in Parse()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DTeletext.cpp216 unsigned char aG3_4d[] = { S_CHR, 0x25, 0xE6 };
217 unsigned char aG3_4e[] = { S_CHR, 0x25, 0xCF };
218 unsigned char aG3_4f[] = { S_CHR, 0x25, 0xCB };
230 unsigned char aG3_5b[] = { S_CHR, 0x21, 0x92};
231 unsigned char aG3_5c[] = { S_CHR, 0x21, 0x90};
232 unsigned char aG3_5d[] = { S_CHR, 0x21, 0x91};
233 unsigned char aG3_5e[] = { S_CHR, 0x21, 0x93};
234 unsigned char aG3_5f[] = { S_CHR, 0x00, 0x20};
249 unsigned char aG3_6e[] = { S_CHR, 0x00, 0x20};
250 unsigned char aG3_6f[] = { S_CHR, 0x00, 0x20};
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxutils.cpp1019 …enum { S_TOP, S_SKIP2NL, S_TOK, S_TYPE, S_SEC, S_CHR, S_VALUE, S_SECNAME, S_SECBASE, S_KEY } eStat… in Parse() enumerator
1116 LOC_PUSH ( S_CHR ); in Parse()
1126 if ( eState==S_CHR ) in Parse()
1152 LOC_POP (); LOC_PUSH ( S_VALUE ); LOC_PUSH ( S_CHR ); iCh = '='; in Parse()
1213 LOC_PUSH ( S_CHR ); in Parse()
/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreature.cpp428 …GetStats(S_LEN),GetStats(S_WIL), GetStats(S_MAN), GetStats(S_PER), GetStats(S_CHR), 100000 / GetSp… in PutStatus()
666 case S_CHR: msgwin.Add("Your beauty improves!"); break; in GainAttr()
687 case S_CHR: msgwin.Add("Your features harden!"); break; in GainAttr()
H A Dxhero.cpp2291 …etStats(S_WIL), xcr->GetStats(S_MAN), xcr->GetStats(S_PER), xcr->GetStats(S_CHR), 100000 / xcr->Ge… in LookAt()
/dports/games/avanor/avanor-0.5.8/item/
H A Dxpotion.cpp382 cr->GainAttr(S_CHR, -1); // Rotting is ugly in onDrink()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/win32unix/
H A Dunix.ml237 | S_CHR Constructor
261 match (fstat fd).st_kind with S_CHR -> true | _ -> false
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/win32unix/
H A Dunix.ml237 | S_CHR Constructor
261 match (fstat fd).st_kind with S_CHR -> true | _ -> false
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/unix/
H A Dunix.ml293 | S_CHR Constructor
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/unix/
H A Dunix.ml293 | S_CHR Constructor
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/threads/
H A Dunix.ml268 | S_CHR Constructor
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/threads/
H A Dunix.ml268 | S_CHR Constructor

12