Home
last modified time | relevance | path

Searched refs:CNUMERIC (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/msort/msort-8.53/
H A Dcomparisons.h4 #define CNUMERIC (unsigned short) 0x0002 macro
H A Dsorts.c292 if(KeyInfo[i]->CompType & CNUMERIC){ in Compare()
305 if(KeyInfo[i]->CompType & CNUMERIC){ in Compare()
H A Dmsort.c1342 KeyInfo[KeyCount-1]->CompType |= (CANGLE | CNUMERIC);
1348 KeyInfo[KeyCount-1]->CompType |= (CDATE | CNUMERIC);
1357 KeyInfo[KeyCount-1]->CompType &= ~CNUMERIC;
1366 KeyInfo[KeyCount-1]->CompType |= CNUMERIC;
1375 KeyInfo[KeyCount-1]->CompType |= (CTIME | CNUMERIC);
1567 KeyInfo[i]->CompType |= CNUMERIC;
2067 if(!(KeyInfo[0]->CompType & CNUMERIC)){
2188 if(!(KeyInfo[i]->CompType & CNUMERIC)){
4082 if(info[i]->CompType & CNUMERIC){
4092 if(info[i]->CompType & CNUMERIC){
[all …]