Lines Matching defs:escape
667 int escape = 0;
684 if (escape) {
726 if (escape) {
778 * with an escape ('\') is expected to be continued on
884 if ((*token == '\\') && (escape == 0)) {
885 escape = 1;
896 if (escape) {
928 * unless an escape character is found
986 escape = 0;
997 if (escape == 0) {
1044 * If an escape is in effect then any tokens are taken
1047 if (escape) {
1048 escape = 0;