Home
last modified time | relevance | path

Searched refs:far_strcmp (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dcmdfiles.c1451 if (far_strcmp(value,s_record)==0) in cmdarg()
1470 if(far_strcmp(value,s_ifs3d)==0) in cmdarg()
1488 if(far_strcmp(value,s_zmag)==0) in cmdarg()
1517 if(far_strcmp(value,s_normal)==0) in cmdarg()
1550 if(far_strcmp(value,s_iter)==0) in cmdarg()
1552 else if(far_strcmp(value,s_real)==0) in cmdarg()
1554 else if(far_strcmp(value,s_imag)==0) in cmdarg()
1558 else if(far_strcmp(value,s_sum)==0) in cmdarg()
1787 if(far_strcmp(value,s_pixel)==0) in cmdarg()
2598 if (far_strcmp(variable,s_ifs) == 0 in cmdarg()
[all …]
H A Dslideshw.c84 if(far_strcmp((char far *)mn,scancodes[i].mnemonic)==0) in get_scancode()
239 else if(far_strcmp((char far *)buffer,smsg)==0) in slideshw()
261 else if(far_strcmp((char far *)buffer,sgoto)==0) in slideshw()
289 else if(far_strcmp(swait,(char far *)buffer)==0) in slideshw()
306 else if(far_strcmp(scalcwait,(char far *)buffer)==0) /* wait for calc to finish */ in slideshw()
H A Dmiscovl.c2364 if(far_strcmp(var,s_year) == 0) /* 4 chars */ in expand_var()
2369 else if(far_strcmp(var,s_month) == 0) /* 3 chars */ in expand_var()
2374 else if(far_strcmp(var,s_day) == 0) /* 2 chars */ in expand_var()
2379 else if(far_strcmp(var,s_hour) == 0) /* 2 chars */ in expand_var()
2384 else if(far_strcmp(var,s_min) == 0) /* 2 chars */ in expand_var()
2389 else if(far_strcmp(var,s_sec) == 0) /* 2 chars */ in expand_var()
2394 else if(far_strcmp(var,s_time) == 0) /* 8 chars */ in expand_var()
2399 else if(far_strcmp(var,s_date) == 0) in expand_var()
2407 else if(far_strcmp(var,s_calctime) == 0) in expand_var()
2412 else if(far_strcmp(var,s_version) == 0) /* 4 chars */ in expand_var()
[all …]
H A Dparser.c3050 if(!far_strcmp(FnctList[i].s, tok->token_str)) { in getfuncinfo()
3061 if(!far_strcmp(JumpList[i], tok->token_str)) { in getfuncinfo()
3077 if(!far_strcmp(Constants[i], tok->token_str)) { in getvarinfo()
3470 if(!far_strcmp(OPList[i].s, this_token->token_str)) { in frmgettoken()
4228 else if (far_strcmp(p->name, tok.token_str) == 0) { in add_var_to_list()
H A Dprompts2.c1731 if(far_strcmp(choices[i]->name,"..") == 0) /* go up a directory */ in getafilename()
/dports/archivers/arj/arj-3.10.22/
H A Dmisc.h38 #define far_strcmp(str1, str2) strcmp(str1, str2) macro
46 #define far_strcmp(str1, str2) _fstrcmp(str1, str2) macro
54 int far_strcmp(char FAR *str1, char FAR *str2);
103 #define far_strccmp far_strcmp
H A Dfardata.h45 #define msg_strcmp far_strcmp
H A Dmisc.c344 int far_strcmp(char FAR *str1, char FAR *str2) in far_strcmp() function
H A Darj_arcv.c938 if(!far_strcmp(comment, (char FAR *)strcpy_buf)) in supply_comment()
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dunixprot.h40 extern int far_strcmp (char *, char *);
H A Dwinprot.h71 extern int far_strcmp (char far *, char far *);
H A Ddosprot.h23 extern int cdecl far_strcmp( char far *, char far *);
/dports/japanese/today/ja-today-2.12_2/
H A Dcmsdos.h79 #define FSTRCMP(x,y) far_strcmp(x,y)
/dports/graphics/xfractint/xfractint-20.04p16/unix/
H A Dgeneral.c484 far_strcmp (a,b) in far_strcmp() function