Lines Matching refs:errptr
1145 const char *errptr;
1148 errptr = "Option needs a command";
1151 errptr = "Icase needs an command defined or none for search";
1154 errptr = "Command incorrectly specified";
1157 errptr = "Can only search backwards";
1160 errptr = "Badly placed search/replace specifier";
1163 errptr = "A single backslash cannot be the last command character";
1166 errptr = "Regular expression must be separeted by / or ? not both";
1169 errptr = "Badly placed comma";
1172 errptr = "Badly placed line offset specifier";
1175 errptr = "Badly placed line offset increment specifier";
1178 errptr = "Numeric argument not expected";
1181 errptr = "Unfinished command";
1184 errptr = "Bad line range";
1189 errptr = "Bad backreference";
1192 errptr = "Failed to replace text";
1195 errptr = "Unknown error";
1198 XeditPrintf("Error: %s.\n", errptr);