Searched refs:ISARG (Results 1 – 2 of 2) sorted by relevance
61 #define ISARG 0x8000 /* extra ``mode'' */ macro181 fp->fflags |= ISARG; in main()250 if ((fp->fflags&ISARG) == 0 && fp->fname) in formatd()563 if ((f1->fflags&ISARG) && f1->ftype == 'd') { in fcmp()564 if ((f2->fflags&ISARG) == 0 || f2->ftype != 'd') in fcmp()567 if ((f2->fflags&ISARG) && f2->ftype == 'd') in fcmp()
95 #define ISARG 0100000 macro1089 ep->lflags |= ISARG; in main()1264 (void) printf("%s\n", (ap->lflags & ISARG) ? ap->ln.namep : in pentry()1363 if (p->lflags & ISARG) in pentry()2293 if (p1->lflags&ISARG && p1->ltype == 'd') { in compar()2294 if (!(p2->lflags&ISARG && p2->ltype == 'd')) in compar()2297 if (p2->lflags&ISARG && p2->ltype == 'd') in compar()2335 p1->lflags & ISARG ? p1->ln.namep : p1->ln.lname, in compar()2336 p2->lflags&ISARG ? p2->ln.namep : p2->ln.lname)); in compar()