Home
last modified time | relevance | path

Searched refs:TokenRec (Results 1 – 8 of 8) sorted by relevance

/dports/japanese/canna-lib/Canna37p3/lib/RKC/
H A DconfP.h110 } TokenRec; typedef
125 TokenRec currtok;
200 TokenRec tmp; \
210 TokenRec *tp, const char *str, size_t len, int type));
212 static void Token_dump pro((const TokenRec *tp));
218 static int Lexer_next pro((Lexer *cx, TokenRec *resp, int prefix_op));
H A Dconf.c364 TokenRec *tp; in Token_assignstr()
428 TokenRec *resp; in match_operator1()
469 TokenRec *resp; in match_operator2()
500 TokenRec *resp;
736 const TokenRec *tp; in Token_dump()
/dports/japanese/canna-server/Canna37p3/lib/RKC/
H A DconfP.h110 } TokenRec; typedef
125 TokenRec currtok;
200 TokenRec tmp; \
210 TokenRec *tp, const char *str, size_t len, int type));
212 static void Token_dump pro((const TokenRec *tp));
218 static int Lexer_next pro((Lexer *cx, TokenRec *resp, int prefix_op));
H A Dconf.c364 TokenRec *tp; in Token_assignstr()
428 TokenRec *resp; in match_operator1()
469 TokenRec *resp; in match_operator2()
500 TokenRec *resp;
736 const TokenRec *tp; in Token_dump()
/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A Dwmluiltok.l79 TokenRec, *Token; typedef
81 TokenRec token[1000];
82 TokenRec temp;
H A Dwmluiltok.c542 TokenRec, *Token; typedef
544 TokenRec token[1000];
545 TokenRec temp;
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DScript.pas984 TokenRec = record
990 TokenRecPtr = ^TokenRec;
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXmRenderT.c2771 } TokenRec, *Token; typedef
2775 static TokenRec reusetoken;
2782 TokenRec reusetoken; in ReadToken()