Searched refs:tokidx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/localedef/
H A Dscanner.c67 static int tokidx; variable
241 tokidx = 0;
359 if ((tokidx + 1) >= toksz) {
363 tokidx = 0;
369 token[tokidx++] = (char)c;
370 token[tokidx] = 0;
541 tokidx = 0;
577 tokidx = 0;
596 int len = tokidx;
599 tokidx
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c1014 int tokidx = 0;
1031 if (tokidx >= ntok)
1042 if (tok[tokidx].X_op != O_register
1043 || !is_ir_num (tok[tokidx].X_add_number))
1047 if (tok[tokidx].X_op != O_register
1048 || !is_fpr_num (tok[tokidx].X_add_number))
1052 if (tok[tokidx].X_op != O_pregister
1053 || !is_ir_num (tok[tokidx].X_add_number))
1057 if (tok[tokidx].X_op != O_cpregister
1058 || !is_ir_num (tok[tokidx]
1007 int tokidx = 0; local
1854 int tokidx = 0; local
2645 int r, tokidx = 0; local
2703 int r, tokidx = 0; local
2981 int tokidx = 0; local
[all...]

Completed in 63 milliseconds