Home
last modified time | relevance | path

Searched refs:TOKENSIZE (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/pixie/Pixie/src/sdrc/
H A Dpp4.c168 for(p = &Token[1]; p < &Token[TOKENSIZE]; p++)
191 while((p < &Token[TOKENSIZE]) && (tmask != 0))
213 for(p = &Token[1]; p < &Token[TOKENSIZE] &&
318 for(p = &Token[1]; p < &Token[TOKENSIZE]; p++)
344 if(p >= &Token[TOKENSIZE])
356 for(p = &Token[1]; p < &Token[TOKENSIZE]; p++)
362 if(p >= &Token[TOKENSIZE])
479 if(p >= &Token[TOKENSIZE])
H A Dpp3.c95 char buf[TOKENSIZE + 1];
150 char buf[TOKENSIZE]; in doinclude()
178 pbcstr(readline(buf,TOKENSIZE,GT_ANGLE,TRUE)); in doinclude()
333 char buf[TOKENSIZE]; in doline()
340 pbcstr(readline(buf,TOKENSIZE,GT_STR,TRUE)); in doline()
691 char pb[TOKENSIZE]; in init_path()
702 if(fgets(pb,TOKENSIZE,pf) != NULL) in init_path()
743 char pb[TOKENSIZE]; in init_path()
H A Dpp.h323 #define TOKENSIZE 510 /* Max token length */ macro
326 #define PUSHBACKSIZE TOKENSIZE /* Pushback buffer */
327 #define EVALBUFSIZE TOKENSIZE /* Buffer size in doif() */
328 #define MESSAGEBUFSIZE TOKENSIZE /* Buffer size in #pragma mess */
329 #define PRAGBUFSIZE TOKENSIZE /* Room for pragma line */
390 EXTERN char Token[TOKENSIZE + 1] I_BRZERO; /* Token buffer */
H A Dpp8.c73 char buf[TOKENSIZE]; in eval()
76 pbcstr(readexpline(buf,TOKENSIZE)); /* Macro expand line */ in eval()
846 char tokenbuf[TOKENSIZE];
882 t = addstr(t,&tbuf[TOKENSIZE],
975 char tokenbuf[TOKENSIZE];
H A Dpp6.c218 char buf[TOKENSIZE + 1];
281 char buf[TOKENSIZE + 1]; in pragvalue()
H A Dpp1.c422 char buf[TOKENSIZE+1]; in preprocess()
424 pbcstr(readline(&buf[1],TOKENSIZE,GT_STR,FALSE)); in preprocess()
611 char str[TOKENSIZE + 1]; in init()
H A Dpp2.c96 char t_token[TOKENSIZE];
224 cp = addstr(cp,&t_token[TOKENSIZE - 1],
637 &t_token[TOKENSIZE - 1]) =
897 char name[TOKENSIZE]; /* Name buffer */
1170 char pname[TOKENSIZE]; in getparams()
/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dclusttool.cpp29 #define TOKENSIZE 80 ///< max size of tokens read from an input file macro
137 const int kMaxLineSize = TOKENSIZE * 4; in ReadParamDesc()
169 char sig_token[TOKENSIZE], shape_token[TOKENSIZE]; in ReadPrototype()
173 const int kMaxLineSize = TOKENSIZE * 4; in ReadPrototype()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/authYubiKey/lib/Auth/Source/
H A DYubiKey.php54 const TOKENSIZE = 32; define in sspmod_authYubiKey_Auth_Source_YubiKey
166 $uid = substr($otp, 0, strlen ($otp) - self::TOKENSIZE);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/authYubikey/lib/Auth/Source/
H A DYubiKey.php56 const TOKENSIZE = 32; define in SimpleSAML\\Module\\authYubiKey\\Auth\\Source\\YubiKey
184 $uid = substr($otp, 0, strlen($otp) - self::TOKENSIZE);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/lex/
H A Dldefs.h14 # define TOKENSIZE 1000 macro
96 extern uchar pushc[TOKENSIZE];
H A Dlmain.c50 uchar pushc[TOKENSIZE];
79 int pchlen = TOKENSIZE;
H A Dparser.y226 static uchar token[TOKENSIZE];
515 if(i > TOKENSIZE){
517 i = TOKENSIZE-1;
H A Dsub1.c415 if(pushptr >= pushc+TOKENSIZE) in munputc()
428 if(pushptr >= pushc+TOKENSIZE) in munputs()
/dports/news/leafnode/leafnode-1.11.12/
H A Dconfigutil.c47 #define TOKENSIZE 4096 macro
118 len = min(le, TOKENSIZE - 1); in parse_line()
140 for (le = 0 ; le < TOKENSIZE - 1 ; le ++) { in parse_line()
220 param = critmalloc(TOKENSIZE, "allocating space for parsing"); in readconfig()
221 value = critmalloc(TOKENSIZE, "allocating space for parsing"); in readconfig()
/dports/emulators/z80pack/z80pack-1.37/frontpanel/
H A Dlpanel.cpp1179 #define TOKENSIZE 80 in readConfig() macro
1181 char buffer[BUFSIZE], token[TOKENSIZE]; in readConfig()
1205 if(!gtoken(buffer,token,TOKENSIZE,&pos)) continue; // blank line in readConfig()
1285 gtoken(buffer,token,TOKENSIZE,&pos); // get name in readConfig()
1425 if( gtoken(buffer,token,TOKENSIZE,&pos)) in readConfig()
1507 gtoken(buffer,token,TOKENSIZE,&pos); // get name in readConfig()
1565 if(!gtoken(buffer,token,TOKENSIZE,&pos)) in readConfig()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dcommon.c595 #define TOKENSIZE sizeof(com_token) macro
596 char com_token[TOKENSIZE];
742 if (len >= TOKENSIZE - 1) in COM_ParseToken()
775 if (len >= TOKENSIZE - 1) in COM_ParseToken()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcommon.c595 #define TOKENSIZE sizeof(com_token) macro
596 char com_token[TOKENSIZE];
742 if (len >= TOKENSIZE - 1) in COM_ParseToken()
775 if (len >= TOKENSIZE - 1) in COM_ParseToken()