Lines Matching defs:stk
865 char stk[32], *str;
868 stk[0] = ch;
873 if (len + 1 >= sizeof(stk))
875 stk[len++] = ch;
877 stk[len] = '\0';
879 integer = strtol(stk, &str, 10);
1110 char stk[128], *string, *package, *symbol;
1113 package = symbol = string = stk;
1114 size = sizeof(stk);
1154 if (string != stk)
1198 if (string == stk) {
1201 strcpy(string, stk);
1214 if (string != stk)
1270 if (string != stk)
1642 char stk[128], *str;
1645 str = stk;
1646 size = sizeof(stk);
1660 if (str != stk)
1666 if (str == stk) {
1669 strcpy(str + 1, stk + 1);
1680 if (str != stk)
1689 if (str != stk)
1704 char stk[64];
1710 stk[0] = ch;
1721 if (len + 1 < sizeof(stk))
1722 stk[len++] = ch;
1727 stk[len] = '\0';
1731 if (strcasecmp(*names, stk) == 0) {
1739 if (strcasecmp(*names, stk) == 0) {
1749 READ_ERROR1("unkwnown character %s", stk);
1753 c = stk[0];
1860 char stk[128], *str;
1878 if (len + 6 > sizeof(stk))
1881 str = stk;
1884 if (str != stk)