Lines Matching defs:token
525 char esc, *token;
534 for (token = *cap;
553 return token;
595 char *token, *p, *e, *name, *desc, *alias;
657 for (token = _ti_get_token(&cap, ',');
658 token != NULL && *token != '\0';
659 token = _ti_get_token(&cap, ','))
662 if (!(flags & TIC_COMMENT) && token[0] == '.')
666 if (token[0] == 'O' && token[1] == 'T') {
669 token += 2;
673 p = strchr(token, '=');
677 ind = (short)_ti_strindex(token);
684 if (encode_string(tic->name, token,
689 tic->name, token);
694 tic->name, token);
699 if (!_ti_store_extra(tic, 1, token, 's', -1, -2,
711 p = strchr(token, '#');
715 ind = (short)_ti_numindex(token);
723 tic->name, token);
728 tic->name, token, cnum);
741 if (!_ti_store_extra(tic, 1, token, 'n', -1,
753 len = strlen(token) - 1;
754 if (token[len] == '@') {
756 token[len] = '\0';
758 ind = (short)_ti_flagindex(token);
760 if ((ind = (short)_ti_numindex(token)) != -1) {
768 } else if ((ind = (short)_ti_strindex(token)) != -1) {
779 if (!_ti_store_extra(tic, 1, token, 'f', flag, 0, NULL,