Lines Matching refs:MSG_ORIG
87 if(strncmp(c, MSG_ORIG(MSG_STR_DBLUNDBAR), 2))
99 s = prep_String(MSG_ORIG(MSG_STR_DBLCOL), s);
109 s = app_String(s, MSG_ORIG(MSG_STR_OPENCLOSEPAR));
137 s = set_String(s, MSG_ORIG(MSG_STR_EMPTY));
145 if(strncmp(c, MSG_ORIG(MSG_STR_DBLUNDBAR), 2) != 0) {
150 while(c[i] && strncmp(c+i, MSG_ORIG(MSG_STR_DBLUNDBAR), 2))
157 if(strncmp(c+i, MSG_ORIG(MSG_STR_DBLUNDBAR), 2) == 0) {
192 s = app_String(s, MSG_ORIG(MSG_STR_OPERATOR_1));
205 if(strncmp(c, MSG_ORIG(MSG_STR_OP), 2) == 0) {
207 s = app_String(s, MSG_ORIG(MSG_STR_OPERATOR_2));
228 MSG_ORIG(MSG_STR_TDBLUNDBAR), 3) == 0) {
241 s = prep_String(MSG_ORIG(MSG_STR_TILDE), s);