Searched refs:TokenRec (Results 1 – 8 of 8) sorted by relevance
/dports/japanese/canna-lib/Canna37p3/lib/RKC/ |
H A D | confP.h | 110 } 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 D | conf.c | 364 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 D | confP.h | 110 } 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 D | conf.c | 364 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 D | wmluiltok.l | 79 TokenRec, *Token; typedef 81 TokenRec token[1000]; 82 TokenRec temp;
|
H A D | wmluiltok.c | 542 TokenRec, *Token; typedef 544 TokenRec token[1000]; 545 TokenRec temp;
|
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/ |
H A D | Script.pas | 984 TokenRec = record 990 TokenRecPtr = ^TokenRec;
|
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/ |
H A D | XmRenderT.c | 2771 } TokenRec, *Token; typedef 2775 static TokenRec reusetoken; 2782 TokenRec reusetoken; in ReadToken()
|