Home
last modified time | relevance | path

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

/dports/japanese/today/ja-today-2.12_2/
H A Dbirthday.c493 int sortorder_no; in birthday_display() local
498 sortorder_no = 0; /* ���� */ in birthday_display()
500 sortorder_no = 1; /* ���� */ in birthday_display()
502 sortorder_no = 2; /* ���� */ in birthday_display()
507 if (birthday_sortorder_tbl[i] == sortorder_no) { in birthday_display()
573 list_add(sortorder_no, diffday, age, 0, msgbuf); in birthday_listadd()
664 int sortorder_no; in deathday_display() local
668 sortorder_no = 0; /* ���� */ in deathday_display()
670 sortorder_no = 1; /* ���� */ in deathday_display()
672 sortorder_no = 2; /* ���� */ in deathday_display()
[all …]
H A Dschedule.c41 static void schedule_listadd(int sortorder_no, int diffday, int tm);
279 int sortorder_no; in schedule_listup() local
282 sortorder_no = 0; /* ���� */ in schedule_listup()
284 sortorder_no = 1; /* ���� */ in schedule_listup()
286 sortorder_no = 2; /* ���� */ in schedule_listup()
289 if (schedule_sortorder_tbl[i] == sortorder_no) { in schedule_listup()
307 schedule_listadd(sortorder_no, diffday, tm); in schedule_listup()
319 void schedule_listadd(int sortorder_no, int diffday, int tm) in schedule_listadd() argument
326 list_insert(sortorder_no, diffday, tm, 0, msgbuf); in schedule_listadd()
329 list_insert(sortorder_no, diffday, -tm, 0, msgbuf); in schedule_listadd()
[all …]
H A Devent.c1290 int sortorder_no; in output_eventlist() local
1319 sortorder_no = 0; /* ���� */ in output_eventlist()
1321 sortorder_no = 1; /* ���� */ in output_eventlist()
1323 sortorder_no = 2; /* ���� */ in output_eventlist()
1326 if (event_sortorder_tbl[i] == sortorder_no) { in output_eventlist()
1364 list_insert(sortorder_no, diffday, 0, event_msg_level, msgbuf); in output_eventlist()