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 macro1079 ep->lflags |= ISARG; in main()1253 (void) printf("%s\n", (ap->lflags & ISARG) ? ap->ln.namep : in pentry()1356 if (p->lflags & ISARG) in pentry()2286 if (p1->lflags&ISARG && p1->ltype == 'd') { in compar()2287 if (!(p2->lflags&ISARG && p2->ltype == 'd')) in compar()2290 if (p2->lflags&ISARG && p2->ltype == 'd') in compar()2328 p1->lflags & ISARG ? p1->ln.namep : p1->ln.lname, in compar()2329 p2->lflags&ISARG ? p2->ln.namep : p2->ln.lname)); in compar()