Lines Matching refs:token
38 char *token;
797 token[0] = c;
803 token[count++] = 'n';
804 token[count++] = 'o';
805 token[count++] = 't';
806 token[count++] = ' ';
819 token[count++] = c;
828 token[count] = 0;
840 token[count] = 0;
846 token[count] = 0;
852 fprintf (stderr, "Error: token too long\n");
856 token[count++] = c;
861 token[count++] = 'n';
862 token[count++] = 'o';
863 token[count++] = 't';
864 token[count++] = ' ';
885 token[count++] = 'n';
886 token[count++] = 'o';
887 token[count++] = 't';
888 token[count++] = ' ';
892 token[count++] = c;
913 token = tokens[tokennum];
978 if (token[strlen(token) - 1] == ':')
984 token[strlen(token) - 1] = 0;
985 printf ("%s", token);
989 printf ("%s", token);