strcmpi
if (strcmpi (directives[i].name, tokens[tokenix].name) == 0)
if (tokens[t].type == 0 && strcmpi (tokens[t].name, string) == 0)
type = strcmpi (tokens[tokenix-1].name, "ENTRY") ? S_EXTERNAL : S_LABEL;
type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE;