Searched refs:tok (Results 1 – 4 of 4) sorted by relevance
183 if tok is ''191 return tok237 if tok =~ '[a-z:]'239 elseif tok !~ '[/>]'329 return tok != '{'330 elseif tok =~ '\k'331 if tok ==# 'type'339 elseif tok == '>'341 elseif tok == '*'343 elseif tok == ':'[all …]
2294 char *tok = strtok(save_str, " "); in special_keys() local2300 while (tok != NULL) in special_keys()2304 if ((sep = strchr(tok, '-')) != NULL) in special_keys()2307 while (*tok) in special_keys()2309 switch (*tok) in special_keys()2315 keybuf[i++] = *tok; in special_keys()2319 tok++; in special_keys()2321 tok++; in special_keys()2324 if (strlen(tok) + i < KEYBUFLEN) in special_keys()2326 strcpy(&keybuf[i], tok); in special_keys()[all …]
3023 msgstr "E300: Odkladac� s�bor u� existuje (symlink �tok?)"